Skip to content

Commit

Permalink
chore: remove unused dep (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 16, 2023
1 parent b9113ad commit 6292e36
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,35 +45,30 @@
"@testing-library/react": "^14.0.0",
"@types/classnames": "^2.2.10",
"@types/jest": "^29.5.2",
"@types/react": "^16.8.19",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.11",
"cross-env": "^7.0.1",
"dumi": "^2.1.0",
"eslint": "^7.0.0",
"father": "^4.0.0",
"less": "^3.10.3",
"np": "^6.2.0",
"np": "^8.0.4",
"rc-test": "^7.0.13",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"regenerator-runtime": "^0.13.7",
"typescript": "^5.1.6"
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@babel/runtime": "^7.23.2",
"@rc-component/portal": "^1.1.0",
"classnames": "^2.3.2",
"rc-align": "^4.0.0",
"rc-motion": "^2.0.0",
"rc-resize-observer": "^1.3.1",
"rc-util": "^5.33.0"
"rc-util": "^5.38.0"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"resolutions": {
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0"
}
}

0 comments on commit 6292e36

Please sign in to comment.