mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: yarn dev error after create-nocobase-app (#6299)
This commit is contained in:
parent
ffa75f4033
commit
f805780ae0
@ -47,8 +47,8 @@
|
|||||||
"@types/react": "18.3.18",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "^18.0.0",
|
"@types/react-dom": "^18.0.0",
|
||||||
"@typescript-eslint/parser": "^6.2.0",
|
"@typescript-eslint/parser": "^6.2.0",
|
||||||
"react-router-dom": "^6.11.2",
|
"react-router-dom": "6.28.1",
|
||||||
"react-router": "^6.11.2",
|
"react-router": "6.28.1",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"nwsapi": "2.2.7",
|
"nwsapi": "2.2.7",
|
||||||
|
@ -24,8 +24,10 @@
|
|||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"cytoscape": "3.28.0",
|
"cytoscape": "3.28.0",
|
||||||
"@types/react": "^18.0.0",
|
"@types/react": "18.3.18",
|
||||||
"@types/react-dom": "^18.0.0",
|
"@types/react-dom": "^18.0.0",
|
||||||
|
"react-router-dom": "6.28.1",
|
||||||
|
"react-router": "6.28.1",
|
||||||
"antd": "5.12.8",
|
"antd": "5.12.8",
|
||||||
"rollup": "4.24.0"
|
"rollup": "4.24.0"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user