Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Dec 6, 2023
1 parent 3e830c7 commit 0b719ab
Show file tree
Hide file tree
Showing 3 changed files with 1,807 additions and 1,721 deletions.
58 changes: 29 additions & 29 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.10.2",
"packageManager": "pnpm@8.11.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.3",
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.7.0",
"daisyui": "^3.9.4",
"iso-639-1": "^3.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.3.7",
"vue-i18n": "^9.6.5",
"vue": "^3.3.10",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@iconify-json/mdi": "^1.1.55",
"@iconify-json/tabler": "^1.1.96",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify-json/mdi": "^1.1.59",
"@iconify-json/tabler": "^1.1.100",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@kirklin/eslint-config": "^1.0.1",
"@types/node": "^20.8.10",
"@types/nprogress": "^0.2.2",
"@unocss/eslint-config": "^0.57.2",
"@vitejs/plugin-vue": "^4.4.0",
"@types/node": "^20.10.3",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.1",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.3.7",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.53.0",
"@vue/compiler-dom": "^3.3.10",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.55.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"pnpm": "^8.10.2",
"typescript": "^5.2.2",
"unocss": "^0.57.2",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"pnpm": "^8.11.0",
"typescript": "^5.3.2",
"unocss": "^0.58.0",
"unocss-preset-chinese": "^0.3.0",
"unocss-preset-daisy": "^7.0.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.17.3",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-inspect": "^0.7.41",
"vite-plugin-pwa": "^0.16.7",
"vite-plugin-vue-devtools": "^1.0.0-rc.5",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.6",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pwa": "^0.17.3",
"vite-plugin-vue-devtools": "^1.0.0-rc.7",
"vitest": "^1.0.1",
"vue-tsc": "^1.8.25"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
Loading

0 comments on commit 0b719ab

Please sign in to comment.