Skip to content

Commit c7eda39

Browse files
promer94huozhi
andauthored
deps: upgrade dev deps for build (#4188)
Co-authored-by: Jiachi Liu <[email protected]>
1 parent 5460504 commit c7eda39

File tree

3 files changed

+400
-519
lines changed

3 files changed

+400
-519
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,44 +121,44 @@
121121
]
122122
},
123123
"devDependencies": {
124-
"@arethetypeswrong/cli": "^0.15.3",
124+
"@arethetypeswrong/cli": "^0.18.2",
125125
"@edge-runtime/jest-environment": "^3.0.4",
126126
"@eslint/compat": "^2.0.0",
127127
"@eslint/eslintrc": "^3.3.1",
128128
"@eslint/js": "^9.39.1",
129129
"@playwright/test": "1.57.0",
130-
"@swc/core": "^1.3.62",
131-
"@swc/jest": "0.2.26",
130+
"@swc/core": "^1.15.3",
131+
"@swc/jest": "0.2.39",
132132
"@testing-library/jest-dom": "^5.16.5",
133133
"@testing-library/react": "^14.2.1",
134134
"@type-challenges/utils": "0.1.1",
135135
"@types/jest": "^29.5.2",
136-
"@types/node": "^20.2.5",
137-
"@types/react": "^18.2.8",
136+
"@types/node": "^22.19.1",
137+
"@types/react": "^19.2.7",
138138
"@types/use-sync-external-store": "^0.0.3",
139139
"@typescript-eslint/eslint-plugin": "8.48.0",
140140
"@typescript-eslint/parser": "8.48.0",
141-
"bunchee": "^6.3.2",
141+
"bunchee": "^6.6.2",
142142
"eslint": "9.39.1",
143143
"eslint-config-prettier": "10.1.8",
144144
"eslint-plugin-jest-dom": "5.5.0",
145145
"eslint-plugin-react": "7.37.5",
146146
"eslint-plugin-react-hooks": "7.0.1",
147147
"eslint-plugin-testing-library": "7.13.5",
148148
"globals": "^16.5.0",
149-
"husky": "8.0.3",
149+
"husky": "9.1.7",
150150
"jest": "29.7.0",
151151
"jest-environment-jsdom": "29.7.0",
152-
"lint-staged": "13.2.2",
153-
"next": "15.4.4",
152+
"lint-staged": "16.2.7",
153+
"next": "16.0.5",
154154
"prettier": "2.8.8",
155155
"react": "^18.2.0",
156156
"react-dom": "^18.2.0",
157-
"react-error-boundary": "^4.0.9",
158-
"rimraf": "5.0.1",
157+
"react-error-boundary": "^5.0.0",
158+
"rimraf": "6.1.2",
159159
"semver": "^7.5.1",
160160
"swr": "workspace:*",
161-
"typescript": "5.1.3",
161+
"typescript": "5.9.3",
162162
"typescript-eslint": "^8.48.0"
163163
},
164164
"peerDependencies": {

0 commit comments

Comments
 (0)