Skip to content

Commit f3a70ee

Browse files
committed
chore: bump deps
1 parent ed213d8 commit f3a70ee

File tree

2 files changed

+165
-78
lines changed

2 files changed

+165
-78
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"reinstall": "rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
2222
},
2323
"dependencies": {
24-
"@iconify/iconify": "^2.0.0-rc.4",
25-
"@vueuse/core": "^4.0.1",
24+
"@iconify/iconify": "^2.0.0-rc.5",
25+
"@vueuse/core": "^4.0.2",
2626
"ant-design-vue": "^2.0.0-rc.7",
27-
"apexcharts": "^3.23.0",
27+
"apexcharts": "^3.23.1",
2828
"axios": "^0.21.1",
2929
"crypto-es": "^1.2.6",
3030
"echarts": "^4.9.0",
@@ -36,7 +36,7 @@
3636
"qrcode": "^1.4.4",
3737
"sortablejs": "^1.12.0",
3838
"vditor": "^3.7.4",
39-
"vue": "^3.0.4",
39+
"vue": "^3.0.5",
4040
"vue-i18n": "9.0.0-beta.14",
4141
"vue-router": "^4.0.2",
4242
"vue-types": "^3.0.1",
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@commitlint/cli": "^11.0.0",
5050
"@commitlint/config-conventional": "^11.0.0",
51-
"@iconify/json": "^1.1.277",
51+
"@iconify/json": "^1.1.278",
5252
"@ls-lint/ls-lint": "^1.9.2",
5353
"@purge-icons/generated": "^0.4.1",
5454
"@types/echarts": "^4.9.3",
@@ -65,9 +65,9 @@
6565
"@types/zxcvbn": "^4.4.0",
6666
"@typescript-eslint/eslint-plugin": "^4.11.1",
6767
"@typescript-eslint/parser": "^4.11.1",
68-
"@vue/compiler-sfc": "^3.0.4",
69-
"@vuedx/typecheck": "^0.4.0",
70-
"@vuedx/typescript-plugin-vue": "^0.4.0",
68+
"@vue/compiler-sfc": "^3.0.5",
69+
"@vuedx/typecheck": "^0.4.1",
70+
"@vuedx/typescript-plugin-vue": "^0.4.1",
7171
"autoprefixer": "^9.8.6",
7272
"commitizen": "^4.2.2",
7373
"conventional-changelog-cli": "^2.1.1",

0 commit comments

Comments
 (0)