From d3effbc347ddc24aa305dfb2cfed59b8b7f0e5dd Mon Sep 17 00:00:00 2001 From: Wang Chen Chen <932560435@qq.com> Date: Tue, 7 Feb 2023 18:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-ui/package.json | 2 +- web-ui/pnpm-lock.yaml | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/web-ui/package.json b/web-ui/package.json index ca45c8c..6f6e85e 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -25,7 +25,6 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.10", "@stomp/stompjs": "^6.1.2", - "@types/uuid": "^9.0.0", "@vueuse/core": "^9.10.0", "axios": "^1.3.1", "dayjs": "^1.11.7", @@ -52,6 +51,7 @@ "@types/node": "^18.11.18", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", + "@types/uuid": "^9.0.0", "@typescript-eslint/eslint-plugin": "^5.48.0", "@typescript-eslint/parser": "^5.48.0", "@vitejs/plugin-vue": "^4.0.0", diff --git a/web-ui/pnpm-lock.yaml b/web-ui/pnpm-lock.yaml index 2e87d65..c6b91f7 100644 --- a/web-ui/pnpm-lock.yaml +++ b/web-ui/pnpm-lock.yaml @@ -52,7 +52,6 @@ specifiers: dependencies: '@element-plus/icons-vue': 2.0.10_vue@3.2.47 '@stomp/stompjs': registry.npmmirror.com/@stomp/stompjs/6.1.2 - '@types/uuid': registry.npmmirror.com/@types/uuid/9.0.0 '@vueuse/core': registry.npmmirror.com/@vueuse/core/9.10.0_vue@3.2.47 axios: registry.npmmirror.com/axios/1.3.2 dayjs: 1.11.7 @@ -79,6 +78,7 @@ devDependencies: '@types/node': 18.11.18 '@types/nprogress': 0.2.0 '@types/path-browserify': 1.0.0 + '@types/uuid': registry.npmmirror.com/@types/uuid/9.0.0 '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe '@vitejs/plugin-vue': 4.0.0_vite@4.0.4+vue@3.2.47 @@ -560,7 +560,7 @@ packages: /@types/svgo/2.6.4: resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==} dependencies: - '@types/node': 18.11.18 + '@types/node': registry.npmmirror.com/@types/node/18.11.18 dev: true /@typescript-eslint/eslint-plugin/5.48.0_k73wpmdolxikpyqun3p36akaaq: @@ -3954,11 +3954,17 @@ packages: version: 2.11.7 dev: false + registry.npmmirror.com/@types/node/18.11.18: + resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/node/-/node-18.11.18.tgz} + name: '@types/node' + version: 18.11.18 + dev: true + registry.npmmirror.com/@types/uuid/9.0.0: resolution: {integrity: sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/uuid/-/uuid-9.0.0.tgz} name: '@types/uuid' version: 9.0.0 - dev: false + dev: true registry.npmmirror.com/@types/web-bluetooth/0.0.16: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz}