[fix](webapp) fix front end package version issues (#104)

This commit is contained in:
williamhliu
2023-09-19 19:23:00 +08:00
committed by GitHub
parent a94a44826b
commit 6a5a95e543
5 changed files with 26035 additions and 5 deletions

1
webapp/.gitignore vendored
View File

@@ -19,7 +19,6 @@ supersonic-webapp.tar.gz
package-lock.json
yarn.lock
pnpm-lock.yaml
# misc
.DS_Store

View File

@@ -13,8 +13,6 @@
/dist
pnpm-lock.yaml
# misc
.DS_Store
.env.local

View File

@@ -20,7 +20,6 @@ yarn-error.log
.idea
yarn.lock
package-lock.json
pnpm-lock.yaml
*bak
.vscode

View File

@@ -76,7 +76,7 @@
"antd": "^4.24.8",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"cross-env": "^7.0.0",
"cross-env": "^7.0.3",
"crypto-js": "^4.0.0",
"echarts": "^5.0.2",
"echarts-for-react": "^3.0.1",

26034
webapp/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff