Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Sep 18, 2023
1 parent 24a0388 commit 893275d
Show file tree
Hide file tree
Showing 2 changed files with 1,123 additions and 1,102 deletions.
40 changes: 20 additions & 20 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": "[email protected].0",
"packageManager": "[email protected].6",
"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.0",
"daisyui": "^3.6.3",
"iso-639-1": "^3.0.1",
"@vueuse/core": "^10.4.1",
"daisyui": "^3.7.5",
"iso-639-1": "^3.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/tabler": "^1.1.89",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@kirklin/eslint-config": "^0.5.2",
"@types/node": "^20.5.6",
"@iconify-json/tabler": "^1.1.91",
"@intlify/unplugin-vue-i18n": "^1.2.0",
"@kirklin/eslint-config": "^0.5.6",
"@types/node": "^20.6.2",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.3.4",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"pnpm": "^8.7.0",
"pnpm": "^8.7.6",
"typescript": "^5.2.2",
"unocss": "^0.55.3",
"unocss-preset-chinese": "^0.0.7",
"unocss": "^0.55.7",
"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.16.5",
"unplugin-vue-components": "^0.25.1",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-vue-devtools": "^1.0.0-rc.2",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8"
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-vue-devtools": "^1.0.0-rc.4",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
Loading

0 comments on commit 893275d

Please sign in to comment.