Skip to content

Commit 1e55d96

Browse files
committed
chore: bump dependencies
1 parent f03f82d commit 1e55d96

File tree

4 files changed

+175
-170
lines changed

4 files changed

+175
-170
lines changed

console/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
1212
},
1313
"dependencies": {
14-
"@halo-dev/components": "^0.0.0-alpha.4",
15-
"@halo-dev/console-shared": "^0.0.0-alpha.5",
16-
"axios": "^1.1.2",
17-
"vue": "^3.2.40"
14+
"@halo-dev/components": "^0.0.0-alpha.5",
15+
"@halo-dev/console-shared": "^0.0.0-alpha.6",
16+
"axios": "^1.1.3",
17+
"vue": "^3.2.41"
1818
},
1919
"devDependencies": {
20-
"@iconify/json": "^2.1.121",
20+
"@iconify/json": "^2.1.128",
2121
"@rushstack/eslint-patch": "^1.2.0",
2222
"@types/jsdom": "^16.2.15",
23-
"@types/node": "^16.11.65",
23+
"@types/node": "^16.18.0",
2424
"@vitejs/plugin-vue": "^2.3.4",
2525
"@vitejs/plugin-vue-jsx": "^1.3.10",
2626
"@vue/eslint-config-prettier": "^7.0.0",
2727
"@vue/eslint-config-typescript": "^10.0.0",
28-
"@vue/test-utils": "^2.1.0",
28+
"@vue/test-utils": "^2.2.0",
2929
"@vue/tsconfig": "^0.1.3",
30-
"eslint": "^8.25.0",
30+
"eslint": "^8.26.0",
3131
"eslint-plugin-vue": "^8.7.1",
3232
"jsdom": "^19.0.0",
3333
"npm-run-all": "^4.1.5",
3434
"prettier": "^2.7.1",
3535
"typescript": "~4.7.4",
36-
"unplugin-icons": "^0.14.11",
36+
"unplugin-icons": "^0.14.12",
3737
"vite": "^2.9.15",
3838
"vitest": "^0.13.1",
3939
"vue-tsc": "^0.35.2"

0 commit comments

Comments
 (0)