Skip to content

Commit b5e8dd5

Browse files
committed
feat: remove alpha peers
1 parent 1b21a33 commit b5e8dd5

File tree

3 files changed

+1633
-1048
lines changed

3 files changed

+1633
-1048
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,29 @@
3737
"forward-ref-as": "^2.0.0"
3838
},
3939
"peerDependencies": {
40-
"@dash-ui/styles": ">=1.0.0-alpha.1",
40+
"@dash-ui/styles": ">=1.0.1",
4141
"react": ">=16.8"
4242
},
4343
"devDependencies": {
4444
"@commitlint/cli": "latest",
4545
"@commitlint/config-conventional": "latest",
4646
"@dash-ui/jest": "^2.1.2",
47-
"@dash-ui/styles": "^1.0.0-alpha.2",
47+
"@dash-ui/styles": "^1.0.1",
4848
"@semantic-release/changelog": "^6.0.0",
4949
"@semantic-release/git": "^10.0.0",
5050
"@testing-library/jest-dom": "latest",
5151
"@testing-library/react": "latest",
5252
"@testing-library/react-hooks": "latest",
5353
"@testing-library/user-event": "latest",
5454
"@types/jest": "latest",
55+
"@types/node": "^18.0.0",
5556
"@types/react": "latest",
5657
"@types/react-dom": "latest",
5758
"cz-conventional-changelog": "latest",
5859
"eslint": "^7.32.0",
5960
"eslint-config-lunde": "latest",
6061
"husky": "latest",
61-
"jest": "latest",
62+
"jest": "27",
6263
"lint-staged": "latest",
6364
"lundle": "^0.4.13",
6465
"minify-css.macro": "^1.0.6",
@@ -170,7 +171,7 @@
170171
},
171172
"lint-staged": {
172173
"package.json": [
173-
"pnpx -y prettier-package-json --write"
174+
"pnpm dlx prettier-package-json --write"
174175
],
175176
"**/*.{ts,tsx,js,jsx}": [
176177
"eslint --ext .ts,.tsx,.js,.jsx --fix",

0 commit comments

Comments
 (0)