Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jun 24, 2024
1 parent c95a44e commit 32b6480
Show file tree
Hide file tree
Showing 4 changed files with 7,001 additions and 5,534 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
shamefully-hoist=true
strict-peer-dependencies=false
package-manager-strict=false
61 changes: 30 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.0.1",
"packageManager": "pnpm@9.4.0",
"description": "Vue starter template with UnoCSS",
"keywords": [
"BootVue",
Expand All @@ -29,50 +29,49 @@
},
"dependencies": {
"@kirklin/logger": "^0.0.2",
"@kirklin/reset-css": "^0.0.4",
"@vueuse/core": "^10.9.0",
"@kirklin/reset-css": "^0.0.6",
"@vueuse/core": "^10.11.0",
"daisyui": "^3.9.4",
"iso-639-1": "^3.1.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.23",
"vue-i18n": "^9.12.1",
"vue-router": "^4.3.1"
"vue": "^3.4.30",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/tabler": "^1.1.110",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/tabler": "^1.1.114",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@kirklin/eslint-config": "^2.3.1",
"@types/node": "^20.12.7",
"@kirklin/eslint-config": "^2.4.0",
"@types/node": "^20.14.8",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.59.3",
"@vitejs/plugin-vue": "^5.0.4",
"@unocss/eslint-config": "^0.61.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.4.23",
"@vue/test-utils": "^2.4.5",
"eslint": "^9.0.0",
"eslint-plugin-format": "^0.1.1",
"@vue/compiler-dom": "^3.4.30",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.5.0",
"eslint-plugin-format": "^0.1.2",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"pnpm": "^9.0.1",
"typescript": "^5.4.5",
"unocss": "^0.59.3",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"typescript": "^5.5.2",
"unocss": "^0.61.0",
"unocss-preset-chinese": "^0.3.2",
"unocss-preset-daisy": "^7.0.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
"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"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
Loading

0 comments on commit 32b6480

Please sign in to comment.