Skip to content

Commit 53f131e

Browse files
committed
upgrade other dev deps except jest
1 parent f5a0dde commit 53f131e

File tree

5 files changed

+431
-570
lines changed

5 files changed

+431
-570
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
pnpm lint-staged && pnpm types:check

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -122,39 +122,39 @@
122122
},
123123
"devDependencies": {
124124
"@edge-runtime/jest-environment": "^3.0.4",
125-
"@arethetypeswrong/cli": "^0.15.3",
125+
"@arethetypeswrong/cli": "^0.18.2",
126126
"@playwright/test": "1.34.3",
127-
"@swc/core": "^1.3.62",
128-
"@swc/jest": "0.2.26",
127+
"@swc/core": "^1.15.3",
128+
"@swc/jest": "0.2.39",
129129
"@testing-library/jest-dom": "^5.16.5",
130130
"@testing-library/react": "^14.2.1",
131131
"@type-challenges/utils": "0.1.1",
132132
"@types/jest": "^29.5.2",
133-
"@types/node": "^20.2.5",
134-
"@types/react": "^18.2.8",
135-
"@types/use-sync-external-store": "^0.0.3",
133+
"@types/node": "^22.19.1",
134+
"@types/react": "^19.2.7",
135+
"@types/use-sync-external-store": "^1.5.0",
136136
"@typescript-eslint/eslint-plugin": "5.59.8",
137137
"@typescript-eslint/parser": "5.59.8",
138-
"bunchee": "^6.3.2",
138+
"bunchee": "^6.6.2",
139139
"eslint": "8.42.0",
140140
"eslint-config-prettier": "8.8.0",
141141
"eslint-plugin-jest-dom": "5.1.0",
142142
"eslint-plugin-react": "7.32.2",
143143
"eslint-plugin-react-hooks": "4.6.0",
144144
"eslint-plugin-testing-library": "5.11.0",
145-
"husky": "8.0.3",
145+
"husky": "9.1.7",
146146
"jest": "29.7.0",
147147
"jest-environment-jsdom": "29.7.0",
148-
"lint-staged": "13.2.2",
149-
"next": "15.4.4",
148+
"lint-staged": "16.2.7",
149+
"next": "16.0.5",
150150
"prettier": "2.8.8",
151-
"react": "^18.2.0",
152-
"react-dom": "^18.2.0",
153-
"react-error-boundary": "^4.0.9",
154-
"rimraf": "5.0.1",
151+
"react": "^19.2.0",
152+
"react-dom": "^19.2.0",
153+
"react-error-boundary": "^5.0.0",
154+
"rimraf": "6.1.2",
155155
"semver": "^7.5.1",
156156
"swr": "workspace:*",
157-
"typescript": "5.1.3"
157+
"typescript": "5.9.3"
158158
},
159159
"peerDependencies": {
160160
"react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -169,6 +169,6 @@
169169
},
170170
"dependencies": {
171171
"dequal": "^2.0.3",
172-
"use-sync-external-store": "^1.4.0"
172+
"use-sync-external-store": "^1.6.0"
173173
}
174174
}

0 commit comments

Comments
 (0)