Skip to content

Commit

Permalink
fix: 🐛 compatible with react18
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdarcy committed Jul 12, 2022
1 parent ef16764 commit de966e0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,25 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@interactjs/types": "^1.10.11",
"@types/lodash": "^4.14.177",
"@types/react-virtualized": "^9.21.14",
"framework-utils": "^1.1.0",
"interactjs": "^1.10.11",
"lodash": "^4.17.21",
"lottie-web": "^5.8.1",
"react": "^16.12.0 || ^17.0.0",
"antd": "^4.16.13",
"react-virtualized": "^9.22.3"
},
"devDependencies": {
"@types/howler": "^2.2.4",
"lottie-web": "^5.8.1",
"react": "^17.0.0",
"@umijs/test": "^3.0.5",
"antd": "^4.16.13",
"dumi": "^1.0.17",
"father-build": "^1.17.2",
"gh-pages": "^3.0.0",
Expand Down

0 comments on commit de966e0

Please sign in to comment.