Skip to content

Commit 7aafb60

Browse files
authored
chore(deps-dev): bump @types/jest from 29 to 30 (#125)
* update * update
1 parent 4a2c8a4 commit 7aafb60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@
3939
"coverage": "rc-test --coverage",
4040
"now-build": "npm run build"
4141
},
42+
"dependencies": {
43+
"@babel/runtime": "^7.24.7",
44+
"classnames": "^2.3.2"
45+
},
4246
"devDependencies": {
4347
"@ant-design/tools": "^18.0.2",
4448
"@rc-component/father-plugin": "^1.0.0",
4549
"@rc-component/np": "^1.0.0",
4650
"@testing-library/jest-dom": "^6.1.4",
4751
"@testing-library/react": "^16.0.0",
4852
"@types/classnames": "^2.2.10",
49-
"@types/jest": "^29.5.2",
53+
"@types/jest": "^30.0.0",
5054
"@types/node": "^22.5.1",
5155
"@types/react": "^19.1.0",
5256
"@types/react-dom": "^19.1.1",
@@ -64,10 +68,6 @@
6468
"ts-jest": "^29.1.4",
6569
"typescript": "^5.1.6"
6670
},
67-
"dependencies": {
68-
"@babel/runtime": "^7.24.7",
69-
"classnames": "^2.3.2"
70-
},
7171
"peerDependencies": {
7272
"react": ">=16.9.0",
7373
"react-dom": ">=16.9.0"

0 commit comments

Comments
 (0)