fix 依赖版本导致的无法打包问题解决

This commit is contained in:
xxm
2022-12-07 00:51:04 +08:00
parent bc188276a1
commit 48c5e5b46b
3 changed files with 8 additions and 8 deletions

View File

@@ -9,8 +9,8 @@
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
"build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts",
"build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode test && esno ./build/script/postBuild.ts",
"build:no-cache": "pnpm clean:cache && npm run build",
"report": "cross-env REPORT=true npm run build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
@@ -69,8 +69,8 @@
"vue": "^3.2.45",
"vue-i18n": "^9.1.9",
"vue-json-pretty": "^2.0.6",
"vue-router": "^4.1.6",
"vue-types": "^4.2.1",
"vue-router": "^4.0.16",
"vue-types": "^4.1.1",
"vxe-table": "^4.3.5",
"xe-utils": "^3.5.6",
"xlsx": "^0.18.5"

View File

@@ -1,4 +1,4 @@
<!--<template>-->
<template>
<!-- <a-card :bordered="false">-->
<!-- <a-spin :spinning="loading">-->
<!-- <div>-->
@@ -64,7 +64,7 @@
<!-- </a-spin>-->
<!-- </a-modal>-->
<!-- </a-card>-->
<!--</template>-->
</template>
<!--<script>-->
<!--import VueQr from 'vue-qr'-->

View File

@@ -9808,7 +9808,7 @@ vue-json-pretty@^2.0.6:
resolved "https://registry.npmmirror.com/vue-json-pretty/-/vue-json-pretty-2.1.1.tgz#f03202b76141930ab27fdbcb56b242b4d6478079"
integrity sha512-zl/gWr/zeQU4mUozlBxGu/9ebR/tYywty5VGu8FcHTJwOu9se4OwlPZELruwnzvHODfUOh8rUirSgNTHmLZXVw==
vue-router@^4.1.6:
vue-router@^4.0.16:
version "4.1.6"
resolved "https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz#b70303737e12b4814578d21d68d21618469375a1"
integrity sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==
@@ -9829,7 +9829,7 @@ vue-types@^3.0.0:
dependencies:
is-plain-object "3.0.1"
vue-types@^4.2.1:
vue-types@^4.1.1:
version "4.2.1"
resolved "https://registry.npmmirror.com/vue-types/-/vue-types-4.2.1.tgz#f8f7e5fb42d4a6acda6d92c9736b510e5534c753"
integrity sha512-DNQZmJuOvovLUIp0BENRkdnZHbI0V4e2mNvjAZOAXKD56YGvRchtUYOXA/XqTxdv7Ng5SJLZqRKRpAhm5NLaPQ==