Skip to content

Commit

Permalink
feat: remove alpha peers
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Jun 25, 2022
1 parent a8edc83 commit 4d99dcd
Show file tree
Hide file tree
Showing 2 changed files with 1,689 additions and 877 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@react-hook/passive-layout-effect": "^1.2.0"
},
"peerDependencies": {
"@dash-ui/styles": ">=1.0.0-alpha.1",
"@dash-ui/styles": ">=1.0.1",
"react": ">=16.8",
"react-dom": ">=16.8"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@dash-ui/styles": "^1.0.0-alpha.3",
"@dash-ui/styles": "^1.0.1",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@swc-node/core": "^1.6.0",
Expand All @@ -53,14 +53,15 @@
"@testing-library/react-hooks": "latest",
"@testing-library/user-event": "latest",
"@types/jest": "latest",
"@types/node": "^18.0.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"babel-jest": "latest",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.32.0",
"eslint-config-lunde": "^0.5.0",
"husky": "^7.0.2",
"jest": "latest",
"jest": "27",
"lint-staged": "latest",
"lundle": "^0.4.9",
"prettier": "latest",
Expand Down Expand Up @@ -166,7 +167,7 @@
},
"lint-staged": {
"package.json": [
"pnpx -y prettier-package-json --write"
"pnpm dlx prettier-package-json --write"
],
"**/*.{ts,tsx,js,jsx}": [
"eslint --ext .js,.jsx,.ts,.tsx --fix",
Expand Down
Loading

0 comments on commit 4d99dcd

Please sign in to comment.