chore: remove unused aws-sdk dependency
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m51s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m51s
Removed aws-sdk as it was not being used in the codebase. This resolves the Docker build error related to lockfile mismatch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,6 @@
|
|||||||
"@vueuse/core": "^11.0.0",
|
"@vueuse/core": "^11.0.0",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "next",
|
"@wangeditor/editor-for-vue": "next",
|
||||||
"aws-sdk": "^2.1693.0",
|
|
||||||
"axios": "^1.7.5",
|
"axios": "^1.7.5",
|
||||||
"crypto-js": "^4.2.0",
|
"crypto-js": "^4.2.0",
|
||||||
"echarts": "^5.4.0",
|
"echarts": "^5.4.0",
|
||||||
|
|||||||
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
@@ -151,7 +151,7 @@ importers:
|
|||||||
version: 4.6.0(stylelint@16.20.0(typescript@5.6.3))
|
version: 4.6.0(stylelint@16.20.0(typescript@5.6.3))
|
||||||
stylelint-config-recommended-scss:
|
stylelint-config-recommended-scss:
|
||||||
specifier: ^14.1.0
|
specifier: ^14.1.0
|
||||||
version: 14.1.0(postcss@8.4.49)(stylelint@16.20.0(typescript@5.6.3))
|
version: 14.1.0(postcss@8.5.3)(stylelint@16.20.0(typescript@5.6.3))
|
||||||
stylelint-config-recommended-vue:
|
stylelint-config-recommended-vue:
|
||||||
specifier: ^1.5.0
|
specifier: ^1.5.0
|
||||||
version: 1.5.0(postcss-html@1.7.0)(stylelint@16.20.0(typescript@5.6.3))
|
version: 1.5.0(postcss-html@1.7.0)(stylelint@16.20.0(typescript@5.6.3))
|
||||||
@@ -11698,9 +11698,9 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.5.3
|
postcss: 8.5.3
|
||||||
|
|
||||||
postcss-scss@4.0.9(postcss@8.4.49):
|
postcss-scss@4.0.9(postcss@8.5.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.49
|
postcss: 8.5.3
|
||||||
|
|
||||||
postcss-selector-parser@6.1.2:
|
postcss-selector-parser@6.1.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -12144,14 +12144,14 @@ snapshots:
|
|||||||
stylelint: 16.20.0(typescript@5.6.3)
|
stylelint: 16.20.0(typescript@5.6.3)
|
||||||
stylelint-order: 6.0.4(stylelint@16.20.0(typescript@5.6.3))
|
stylelint-order: 6.0.4(stylelint@16.20.0(typescript@5.6.3))
|
||||||
|
|
||||||
stylelint-config-recommended-scss@14.1.0(postcss@8.4.49)(stylelint@16.20.0(typescript@5.6.3)):
|
stylelint-config-recommended-scss@14.1.0(postcss@8.5.3)(stylelint@16.20.0(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss-scss: 4.0.9(postcss@8.4.49)
|
postcss-scss: 4.0.9(postcss@8.5.3)
|
||||||
stylelint: 16.20.0(typescript@5.6.3)
|
stylelint: 16.20.0(typescript@5.6.3)
|
||||||
stylelint-config-recommended: 14.0.1(stylelint@16.20.0(typescript@5.6.3))
|
stylelint-config-recommended: 14.0.1(stylelint@16.20.0(typescript@5.6.3))
|
||||||
stylelint-scss: 6.10.0(stylelint@16.20.0(typescript@5.6.3))
|
stylelint-scss: 6.10.0(stylelint@16.20.0(typescript@5.6.3))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
postcss: 8.4.49
|
postcss: 8.5.3
|
||||||
|
|
||||||
stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@16.20.0(typescript@5.6.3)):
|
stylelint-config-recommended-vue@1.5.0(postcss-html@1.7.0)(stylelint@16.20.0(typescript@5.6.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user