Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Oct 12, 2023
1 parent f23cd8d commit 91fbfab
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 524 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "boot-vue",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.9.0",
"description": "Vue starter template with UnoCSS",
"keywords": [
"BootVue",
Expand All @@ -29,47 +29,47 @@
"dependencies": {
"@kirklin/logger": "^0.0.2",
"@kirklin/reset-css": "^0.0.3",
"@vueuse/core": "^10.4.1",
"daisyui": "^3.7.5",
"@vueuse/core": "^10.5.0",
"daisyui": "^3.9.2",
"iso-639-1": "^3.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4"
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/tabler": "^1.1.91",
"@intlify/unplugin-vue-i18n": "^1.2.0",
"@iconify-json/tabler": "^1.1.94",
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@kirklin/eslint-config": "^0.5.6",
"@types/node": "^20.6.2",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.3.4",
"@types/node": "^20.8.4",
"@types/nprogress": "^0.2.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.3.4",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"pnpm": "^8.7.6",
"pnpm": "^8.9.0",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unocss": "^0.56.5",
"unocss-preset-chinese": "^0.3.0",
"unocss-preset-daisy": "^5.0.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite": "^4.4.11",
"vite-plugin-inspect": "^0.7.40",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-vue-devtools": "^1.0.0-rc.4",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
"vite-plugin-vue-devtools": "^1.0.0-rc.5",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
Loading

0 comments on commit 91fbfab

Please sign in to comment.