build(deps): 升级依赖

This commit is contained in:
Soybean 2022-02-16 13:14:59 +08:00
parent 284af63cfe
commit 57c692be74
5 changed files with 1142 additions and 1154 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/resource/loading.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= appName %></title>
</head>
@ -20,9 +21,6 @@
</div>
<h2 class="loading-title"><%= appTitle %></h2>
</div>
<style>
@import '/resource/loading.css';
</style>
<script src="/resource/loading.js"></script>
</div>
<script type="module" src="/src/main.ts"></script>

View File

@ -26,8 +26,8 @@
"dependencies": {
"@antv/g2plot": "^2.4.8",
"@better-scroll/core": "^2.4.2",
"@vueuse/core": "^7.6.1",
"axios": "^0.25.0",
"@vueuse/core": "^7.6.2",
"axios": "^0.26.0",
"clipboard": "^2.0.10",
"colord": "^2.9.2",
"crypto-js": "^4.1.1",
@ -38,27 +38,27 @@
"pinia": "^2.0.11",
"print-js": "^1.6.0",
"qs": "^6.10.3",
"swiper": "^8.0.5",
"swiper": "^8.0.6",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.11",
"vue": "^3.2.30",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"wangeditor": "^4.7.11",
"xgplayer": "^2.31.4"
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@iconify/json": "^2.0.36",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@iconify/json": "^2.1.1",
"@iconify/vue": "^3.1.3",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.0",
"@types/node": "^17.0.17",
"@types/crypto-js": "^4.1.1",
"@types/node": "^17.0.18",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
@ -73,7 +73,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
"lint-staged": "^12.3.4",
"mockjs": "^1.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
@ -83,11 +83,11 @@
"typescript": "^4.5.5",
"unplugin-icons": "^0.13.1",
"unplugin-vue-components": "^0.17.18",
"vite": "2.7.13",
"vite": "2.8.3",
"vite-plugin-html": "^2.1.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-windicss": "^1.7.0",
"vue-tsc": "^0.31.2",
"vue-tsc": "^0.31.4",
"vueuc": "^0.4.25",
"windicss": "^3.4.3"
}

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,6 @@
</template>
<script setup lang="ts">
const src = 'https://www.naiveui.com/zh-CN/os-theme/docs/introduction';
const src = 'https://www.naiveui.com';
</script>
<style scoped></style>

View File

@ -5,6 +5,6 @@
</template>
<script setup lang="ts">
const src = 'https://cn.vitejs.dev/';
const src = 'https://vitejs.cn/';
</script>
<style scoped></style>