fix: yarn dev error after create-nocobase-app (#6299)

This commit is contained in:
gchust 2025-02-26 19:51:46 +08:00 committed by GitHub
parent ffa75f4033
commit f805780ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -47,8 +47,8 @@
"@types/react": "18.3.18",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/parser": "^6.2.0",
"react-router-dom": "^6.11.2",
"react-router": "^6.11.2",
"react-router-dom": "6.28.1",
"react-router": "6.28.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"nwsapi": "2.2.7",

View File

@ -24,8 +24,10 @@
},
"resolutions": {
"cytoscape": "3.28.0",
"@types/react": "^18.0.0",
"@types/react": "18.3.18",
"@types/react-dom": "^18.0.0",
"react-router-dom": "6.28.1",
"react-router": "6.28.1",
"antd": "5.12.8",
"rollup": "4.24.0"
},