Skip to content

Commit b839d04

Browse files
committed
chore: update deps
1 parent 1535ed6 commit b839d04

File tree

4 files changed

+391
-733
lines changed

4 files changed

+391
-733
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vite-boot",
33
"version": "0.0.1",
44
"private": true,
5-
"packageManager": "[email protected].7",
5+
"packageManager": "[email protected].9",
66
"description": "Vite starter template with UnoCSS",
77
"keywords": [
88
"viteBoot",
@@ -39,35 +39,35 @@
3939
"vue-router": "^4.2.4"
4040
},
4141
"devDependencies": {
42-
"@commitlint/cli": "^17.6.6",
43-
"@commitlint/config-conventional": "^17.6.6",
44-
"@iconify-json/mdi": "^1.1.52",
45-
"@iconify-json/tabler": "^1.1.81",
42+
"@commitlint/cli": "^17.6.7",
43+
"@commitlint/config-conventional": "^17.6.7",
44+
"@iconify-json/mdi": "^1.1.53",
45+
"@iconify-json/tabler": "^1.1.83",
4646
"@intlify/unplugin-vue-i18n": "^0.12.2",
47-
"@kirklin/eslint-config": "^0.4.1",
48-
"@types/node": "^20.4.1",
47+
"@kirklin/eslint-config": "^0.5.0",
48+
"@types/node": "^20.4.2",
4949
"@types/nprogress": "^0.2.0",
5050
"@vitejs/plugin-vue": "^4.2.3",
5151
"@vitest/coverage-c8": "^0.33.0",
5252
"@vue/compiler-dom": "^3.3.4",
5353
"@vue/test-utils": "^2.4.0",
54-
"eslint": "^8.44.0",
54+
"eslint": "^8.45.0",
5555
"husky": "^8.0.3",
5656
"jsdom": "^22.1.0",
5757
"lint-staged": "^13.2.3",
58-
"pnpm": "^8.6.7",
58+
"pnpm": "^8.6.9",
5959
"typescript": "^5.1.6",
6060
"unocss": "^0.53.5",
6161
"unocss-preset-daisy": "^5.0.0",
6262
"unplugin-auto-import": "^0.16.6",
63-
"unplugin-icons": "^0.16.3",
63+
"unplugin-icons": "^0.16.5",
6464
"unplugin-vue-components": "^0.25.1",
65-
"vite": "^4.4.2",
66-
"vite-plugin-inspect": "^0.7.32",
65+
"vite": "^4.4.4",
66+
"vite-plugin-inspect": "^0.7.33",
6767
"vite-plugin-pwa": "^0.16.4",
68-
"vite-plugin-vue-devtools": "^0.5.0",
68+
"vite-plugin-vue-devtools": "^1.0.0-alpha.2",
6969
"vitest": "^0.33.0",
70-
"vue-tsc": "^1.8.4"
70+
"vue-tsc": "^1.8.5"
7171
},
7272
"lint-staged": {
7373
"**/*": "eslint --fix"

0 commit comments

Comments
 (0)