mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
[fix](webapp) fix front end package version issues (#104)
This commit is contained in:
1
webapp/.gitignore
vendored
1
webapp/.gitignore
vendored
@@ -19,7 +19,6 @@ supersonic-webapp.tar.gz
|
||||
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
||||
2
webapp/packages/chat-sdk/.gitignore
vendored
2
webapp/packages/chat-sdk/.gitignore
vendored
@@ -13,8 +13,6 @@
|
||||
|
||||
/dist
|
||||
|
||||
pnpm-lock.yaml
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
|
||||
1
webapp/packages/supersonic-fe/.gitignore
vendored
1
webapp/packages/supersonic-fe/.gitignore
vendored
@@ -20,7 +20,6 @@ yarn-error.log
|
||||
.idea
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
*bak
|
||||
.vscode
|
||||
|
||||
|
||||
@@ -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
26034
webapp/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user