fix(create-nocobase-app): fix UI abnormalities caused by antd version… (#5281)

* fix(create-nocobase-app): fix UI abnormalities caused by antd version issues

* fix: lock antd version
This commit is contained in:
Zeke Zhang 2024-09-18 14:39:15 +08:00 committed by GitHub
parent 92cc65c595
commit 620f03b99b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"@nocobase/sdk": "1.3.22-beta",
"@nocobase/utils": "1.3.22-beta",
"ahooks": "^3.7.2",
"antd": "^5.12.8",
"antd": "5.12.8",
"antd-style": "3.4.5",
"axios": "^0.26.1",
"bignumber.js": "^9.1.2",

View File

@ -24,7 +24,8 @@
"resolutions": {
"cytoscape": "3.28.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
"@types/react-dom": "^18.0.0",
"antd": "5.12.8"
},
"dependencies": {
"@nocobase/cli": "{{{version}}}",