mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +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
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
2
webapp/packages/chat-sdk/.gitignore
vendored
2
webapp/packages/chat-sdk/.gitignore
vendored
@@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
/dist
|
/dist
|
||||||
|
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env.local
|
.env.local
|
||||||
|
|||||||
1
webapp/packages/supersonic-fe/.gitignore
vendored
1
webapp/packages/supersonic-fe/.gitignore
vendored
@@ -20,7 +20,6 @@ yarn-error.log
|
|||||||
.idea
|
.idea
|
||||||
yarn.lock
|
yarn.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
pnpm-lock.yaml
|
|
||||||
*bak
|
*bak
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
"antd": "^4.24.8",
|
"antd": "^4.24.8",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"copy-to-clipboard": "^3.3.1",
|
"copy-to-clipboard": "^3.3.1",
|
||||||
"cross-env": "^7.0.0",
|
"cross-env": "^7.0.3",
|
||||||
"crypto-js": "^4.0.0",
|
"crypto-js": "^4.0.0",
|
||||||
"echarts": "^5.0.2",
|
"echarts": "^5.0.2",
|
||||||
"echarts-for-react": "^3.0.1",
|
"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