Skip to content

Commit

Permalink
build(deps): 升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 16, 2022
1 parent 284af63 commit 57c692b
Show file tree
Hide file tree
Showing 5 changed files with 1,146 additions and 1,158 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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"
}
Expand Down
Loading

1 comment on commit 57c692b

@vercel
Copy link

@vercel vercel bot commented on 57c692b Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.