Skip to content

Commit 1535ed6

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

File tree

3 files changed

+1135
-2304
lines changed

3 files changed

+1135
-2304
lines changed

package.json

+23-23
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].2",
5+
"packageManager": "[email protected].7",
66
"description": "Vite starter template with UnoCSS",
77
"keywords": [
88
"viteBoot",
@@ -29,45 +29,45 @@
2929
"dependencies": {
3030
"@kirklin/logger": "^0.0.2",
3131
"@kirklin/reset-css": "^0.0.3",
32-
"@vueuse/core": "^10.1.2",
33-
"daisyui": "^3.1.0",
32+
"@vueuse/core": "^10.2.1",
33+
"daisyui": "^3.2.1",
3434
"nprogress": "^0.2.0",
3535
"pinia": "^2.1.4",
3636
"unocss-preset-chinese": "^0.0.6",
3737
"vue": "^3.3.4",
3838
"vue-i18n": "^9.2.2",
39-
"vue-router": "^4.2.2"
39+
"vue-router": "^4.2.4"
4040
},
4141
"devDependencies": {
42-
"@commitlint/cli": "^17.6.5",
43-
"@commitlint/config-conventional": "^17.6.5",
42+
"@commitlint/cli": "^17.6.6",
43+
"@commitlint/config-conventional": "^17.6.6",
4444
"@iconify-json/mdi": "^1.1.52",
45-
"@iconify-json/tabler": "^1.1.79",
46-
"@intlify/unplugin-vue-i18n": "^0.11.0",
47-
"@kirklin/eslint-config": "^0.4.0",
48-
"@types/node": "^20.3.1",
45+
"@iconify-json/tabler": "^1.1.81",
46+
"@intlify/unplugin-vue-i18n": "^0.12.2",
47+
"@kirklin/eslint-config": "^0.4.1",
48+
"@types/node": "^20.4.1",
4949
"@types/nprogress": "^0.2.0",
5050
"@vitejs/plugin-vue": "^4.2.3",
51-
"@vitest/coverage-c8": "^0.32.0",
51+
"@vitest/coverage-c8": "^0.33.0",
5252
"@vue/compiler-dom": "^3.3.4",
53-
"@vue/test-utils": "^2.3.2",
54-
"eslint": "^8.42.0",
53+
"@vue/test-utils": "^2.4.0",
54+
"eslint": "^8.44.0",
5555
"husky": "^8.0.3",
5656
"jsdom": "^22.1.0",
57-
"lint-staged": "^13.2.2",
58-
"pnpm": "^8.6.2",
59-
"typescript": "^5.1.3",
60-
"unocss": "^0.53.1",
57+
"lint-staged": "^13.2.3",
58+
"pnpm": "^8.6.7",
59+
"typescript": "^5.1.6",
60+
"unocss": "^0.53.5",
6161
"unocss-preset-daisy": "^5.0.0",
62-
"unplugin-auto-import": "^0.16.4",
62+
"unplugin-auto-import": "^0.16.6",
6363
"unplugin-icons": "^0.16.3",
6464
"unplugin-vue-components": "^0.25.1",
65-
"vite": "^4.3.9",
66-
"vite-plugin-inspect": "^0.7.28",
65+
"vite": "^4.4.2",
66+
"vite-plugin-inspect": "^0.7.32",
6767
"vite-plugin-pwa": "^0.16.4",
68-
"vite-plugin-vue-devtools": "^0.2.0",
69-
"vitest": "^0.32.0",
70-
"vue-tsc": "^1.6.5"
68+
"vite-plugin-vue-devtools": "^0.5.0",
69+
"vitest": "^0.33.0",
70+
"vue-tsc": "^1.8.4"
7171
},
7272
"lint-staged": {
7373
"**/*": "eslint --fix"

0 commit comments

Comments
 (0)