Skip to content

Commit 57d0cd5

Browse files
committed
update
1 parent f6d8db4 commit 57d0cd5

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

package.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,39 @@
4444
"prepare": "husky install"
4545
},
4646
"dependencies": {
47-
"@babel/runtime": "^7.25.0",
47+
"@babel/runtime": "^7.28.4",
4848
"clsx": "^2.1.1"
4949
},
5050
"devDependencies": {
51-
"@rc-component/father-plugin": "^1.0.3",
52-
"@testing-library/jest-dom": "^6.6.3",
51+
"@rc-component/father-plugin": "^1.1.0",
52+
"@testing-library/jest-dom": "^6.9.1",
5353
"@testing-library/react": "^16.3.1",
5454
"@types/jest": "^30.0.0",
5555
"@types/node": "^25.0.3",
5656
"@types/react": "^19.2.7",
5757
"@types/react-dom": "^19.2.3",
58-
"@umijs/fabric": "^4.0.0",
59-
"@umijs/test": "^4.3.12",
60-
"dumi": "^2.4.7",
61-
"eslint": "^8.57.0",
62-
"father": "^4.5.0",
58+
"@umijs/fabric": "^4.0.1",
59+
"@umijs/test": "^4.6.15",
60+
"dumi": "^2.4.21",
61+
"eslint": "^8.57.1",
62+
"father": "^4.6.13",
6363
"gh-pages": "^3.2.3",
6464
"husky": "^8.0.3",
65-
"jest": "^29.7.0",
66-
"jest-environment-jsdom": "^29.7.0",
67-
"less": "^4.2.0",
65+
"jest": "^30.2.0",
66+
"jest-environment-jsdom": "^30.2.0",
67+
"less": "^4.5.1",
6868
"np": "^10.2.0",
69-
"prettier": "^3.3.3",
70-
"pretty-quick": "^4.0.0",
69+
"prettier": "^3.7.4",
70+
"pretty-quick": "^4.2.2",
7171
"react": "^19.2.3",
7272
"react-dom": "^19.2.3",
73+
"sass": "^1.97.1",
7374
"ts-node": "^10.9.2",
74-
"typescript": "^5.5.4"
75+
"typescript": "^5.9.3"
76+
},
77+
"peerDependencies": {
78+
"react": ">=18.0.0",
79+
"react-dom": ">=18.0.0"
7580
},
7681
"husky": {
7782
"hooks": {

0 commit comments

Comments
 (0)