Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Feb 6, 2024
1 parent efaa7d2 commit 0e6fdc9
Show file tree
Hide file tree
Showing 3 changed files with 1,236 additions and 1,204 deletions.
54 changes: 27 additions & 27 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@8.13.1",
"packageManager": "pnpm@8.15.1",
"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.3",
"@vueuse/core": "^10.7.1",
"@vueuse/core": "^10.7.2",
"daisyui": "^3.9.4",
"iso-639-1": "^3.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.3",
"vue-i18n": "^9.8.0",
"vue": "^3.4.15",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify-json/mdi": "^1.1.63",
"@iconify-json/tabler": "^1.1.102",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/tabler": "^1.1.105",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@kirklin/eslint-config": "^2.0.0",
"@types/node": "^20.10.6",
"@kirklin/eslint-config": "^2.1.0",
"@types/node": "^20.11.16",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.58.2",
"@vitejs/plugin-vue": "^5.0.2",
"@unocss/eslint-config": "^0.58.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.4.3",
"@vue/test-utils": "^2.4.3",
"@vue/compiler-dom": "^3.4.15",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.56.0",
"eslint-plugin-format": "^0.1.0",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"pnpm": "^8.13.1",
"husky": "^9.0.10",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.1",
"typescript": "^5.3.3",
"unocss": "^0.58.2",
"unocss-preset-chinese": "^0.3.0",
"unocss": "^0.58.5",
"unocss-preset-chinese": "^0.3.2",
"unocss-preset-daisy": "^7.0.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vue-devtools": "^7.0.2",
"vitest": "^1.1.0",
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-vue-devtools": "^7.0.14",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 0e6fdc9

Please sign in to comment.