Skip to content

Commit 6292e36

Browse files
authored
chore: remove unused dep (#429)
1 parent b9113ad commit 6292e36

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,30 @@
4545
"@testing-library/react": "^14.0.0",
4646
"@types/classnames": "^2.2.10",
4747
"@types/jest": "^29.5.2",
48-
"@types/react": "^16.8.19",
48+
"@types/react": "^18.0.0",
4949
"@types/react-dom": "^18.0.11",
5050
"cross-env": "^7.0.1",
5151
"dumi": "^2.1.0",
5252
"eslint": "^7.0.0",
5353
"father": "^4.0.0",
5454
"less": "^3.10.3",
55-
"np": "^6.2.0",
55+
"np": "^8.0.4",
5656
"rc-test": "^7.0.13",
5757
"react": "^18.0.0",
5858
"react-dom": "^18.0.0",
5959
"regenerator-runtime": "^0.13.7",
6060
"typescript": "^5.1.6"
6161
},
6262
"dependencies": {
63-
"@babel/runtime": "^7.18.3",
63+
"@babel/runtime": "^7.23.2",
6464
"@rc-component/portal": "^1.1.0",
6565
"classnames": "^2.3.2",
66-
"rc-align": "^4.0.0",
6766
"rc-motion": "^2.0.0",
6867
"rc-resize-observer": "^1.3.1",
69-
"rc-util": "^5.33.0"
68+
"rc-util": "^5.38.0"
7069
},
7170
"peerDependencies": {
7271
"react": ">=16.9.0",
7372
"react-dom": ">=16.9.0"
74-
},
75-
"resolutions": {
76-
"@types/react": "^16.9.0",
77-
"@types/react-dom": "^16.9.0"
7873
}
7974
}

0 commit comments

Comments
 (0)