Skip to content

Commit 7522fb2

Browse files
committed
fix: fix
1 parent 6a44b4e commit 7522fb2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@testing-library/react": "^16.0.1",
5353
"@testing-library/user-event": "^14.5.2",
5454
"@types/jest": "^29.2.2",
55-
"@types/react": "^18.0.0",
56-
"@types/react-dom": "^18.0.0",
55+
"@types/react": "^19.0.8",
56+
"@types/react-dom": "^19.0.3",
5757
"@umijs/fabric": "^4.0.1",
5858
"coveralls": "^3.0.6",
5959
"cross-env": "^7.0.0",
@@ -72,12 +72,8 @@
7272
"prettier": "^3.1.0",
7373
"rc-select": "^14.16.4",
7474
"rc-test": "^7.0.15",
75-
"react": "^18.2.0",
76-
"react-dom": "^18.2.0"
77-
},
78-
"peerDependencies": {
79-
"react": ">=16.9.0",
80-
"react-dom": ">=16.9.0"
75+
"react": "^19.0.0",
76+
"react-dom": "^19.0.0"
8177
},
8278
"cnpm": {
8379
"mode": "npm"

0 commit comments

Comments
 (0)