Skip to content

Commit 21c67e5

Browse files
committed
chore: upgrade dependencies map
1 parent d01b7b3 commit 21c67e5

2 files changed

Lines changed: 7 additions & 12 deletions

File tree

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,39 @@
1717
"test": "echo \"no test specified,work in process\""
1818
},
1919
"dependencies": {
20-
"cz-conventional-changelog": "^3.3.0",
20+
"axios": "^0.26.0",
2121
"dayjs": "^1.10.6",
2222
"echarts": "~5.1.2",
2323
"hex-to-hsl": "^1.0.2",
2424
"nprogress": "^0.2.0",
2525
"pinia": "^2.0.11",
2626
"qrcode.vue": "^3.2.2",
2727
"tdesign-icons-vue-next": "^0.0.6",
28-
"tdesign-vue-next": "0.11.0",
28+
"tdesign-vue-next": "~0.11.2",
2929
"tvision-color": "^1.3.1",
3030
"vue": "^3.2.31",
3131
"vue-color-kit": "^1.0.5",
3232
"vue-router": "^4.0.11",
33-
"vue3-clipboard": "^1.0.0"
33+
"vue-clipboard3": "^1.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/cli": "^15.0.0",
37-
"@commitlint/config-conventional": "^15.0.0",
36+
"@commitlint/cli": "^16.2.1",
37+
"@commitlint/config-conventional": "^16.2.1",
3838
"@types/echarts": "^4.9.10",
3939
"@types/ws": "^8.2.2",
4040
"@typescript-eslint/eslint-plugin": "^4.29.3",
4141
"@typescript-eslint/parser": "^4.29.3",
42-
"@vitejs/plugin-vue": "^1.3.0",
42+
"@vitejs/plugin-vue": "^2.3.1",
4343
"@vitejs/plugin-vue-jsx": "^1.1.7",
4444
"@vue/compiler-sfc": "^3.0.5",
45-
"axios": "^0.26.0",
4645
"commitizen": "^4.2.4",
47-
"compressorjs": "^1.0.7",
46+
"cz-conventional-changelog": "^3.3.0",
4847
"eslint": "^7.32.0",
4948
"eslint-config-airbnb-base": "^15.0.0",
5049
"eslint-config-prettier": "^8.3.0",
5150
"eslint-plugin-import": "^2.24.2",
5251
"eslint-plugin-prettier": "^4.0.0",
5352
"eslint-plugin-vue": "^7.16.0",
54-
"http-proxy-agent": "^5.0.0",
5553
"husky": "^7.0.4",
5654
"less": "^4.1.1",
5755
"lint-staged": "^12.1.2",
@@ -65,7 +63,6 @@
6563
"vite": "^2.7.1",
6664
"vite-plugin-mock": "^2.9.6",
6765
"vite-svg-loader": "^3.1.0",
68-
"vue-clipboard3": "^1.0.1",
6966
"vue-tsc": "^0.29.8"
7067
},
7168
"config": {

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { createApp } from 'vue';
22

33
import TDesign from 'tdesign-vue-next';
44
import 'tdesign-vue-next/es/style/index.css';
5-
import VueClipboard from 'vue3-clipboard';
65

76
import { store } from './store';
87
import router from './router';
@@ -15,6 +14,5 @@ const app = createApp(App);
1514
app.use(TDesign);
1615
app.use(store);
1716
app.use(router);
18-
app.use(VueClipboard);
1917

2018
app.mount('#app');

0 commit comments

Comments
 (0)