refactor(packages) support react 17 and 18
This commit is contained in:
@@ -41,15 +41,16 @@
|
||||
"classcat": "^5.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18",
|
||||
"react-dom": ">=18"
|
||||
"react": ">=17",
|
||||
"react-dom": ">=17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@reactflow/eslint-config": "workspace:^0.0.0",
|
||||
"@reactflow/rollup-config": "workspace:*",
|
||||
"@reactflow/tsconfig": "workspace:*",
|
||||
"@types/node": "^18.7.16",
|
||||
"@types/react": "^18.0.19"
|
||||
"@types/react": "^18.0.19",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"rollup": {
|
||||
"globals": {
|
||||
|
||||
Reference in New Issue
Block a user