Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Aug 27, 2024
1 parent d2ae978 commit 879ed56
Show file tree
Hide file tree
Showing 3 changed files with 2,356 additions and 2,364 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.9.0",
"description": "Vue starter template with UnoCSS",
"keywords": [
"BootVue",
Expand All @@ -30,48 +30,48 @@
"dependencies": {
"@kirklin/logger": "^0.0.2",
"@kirklin/reset-css": "^0.0.6",
"@vueuse/core": "^10.11.0",
"daisyui": "^3.9.4",
"iso-639-1": "^3.1.2",
"@vueuse/core": "^11.0.3",
"daisyui": "3.9.4",
"iso-639-1": "^3.1.3",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
"pinia": "^2.2.2",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/tabler": "^1.1.114",
"@iconify-json/mdi": "^1.1.68",
"@iconify-json/tabler": "^1.1.120",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@kirklin/eslint-config": "^2.4.0",
"@types/node": "^20.14.8",
"@kirklin/eslint-config": "^2.6.1",
"@types/node": "^22.5.0",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.61.0",
"@vitejs/plugin-vue": "^5.0.5",
"@unocss/eslint-config": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.4.30",
"@vue/compiler-dom": "^3.4.38",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.5.0",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"typescript": "^5.5.2",
"unocss": "^0.61.0",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"typescript": "^5.5.4",
"unocss": "^0.62.3",
"unocss-preset-chinese": "^0.3.2",
"unocss-preset-daisy": "^7.0.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.3.4",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.1",
"vite-plugin-vue-devtools": "^7.3.9",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
Loading

0 comments on commit 879ed56

Please sign in to comment.