Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvoedi committed Mar 9, 2025
1 parent ec7add3 commit 1c42ca6
Show file tree
Hide file tree
Showing 5 changed files with 1,299 additions and 1,333 deletions.
4 changes: 3 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
"MaybeRefOrGetter": true,
"onElementRemoval": true,
"usePreferredReducedTransparency": true,
"useSSRWidth": true
"useSSRWidth": true,
"useCountdown": true,
"createRef": true
}
}
47 changes: 26 additions & 21 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.15.4",
"packageManager": "pnpm@10.6.1",
"description": "",
"author": {
"name": "",
Expand All @@ -29,37 +29,42 @@
"prepare": "husky"
},
"dependencies": {
"@vueuse/core": "^12.4.0",
"@vueuse/core": "^12.8.2",
"@vueuse/head": "^2.0.0",
"pinia": "^2.3.1",
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.15.0",
"@antfu/eslint-config": "^4.8.1",
"@iconify-json/mdi": "^1.2.3",
"@types/node": "^22.10.7",
"@unocss/preset-attributify": "^65.4.2",
"@unocss/preset-icons": "^65.4.2",
"@unocss/preset-uno": "^65.4.2",
"@unocss/reset": "^65.4.2",
"@unocss/transformer-directives": "^65.4.2",
"@unocss/transformer-variant-group": "^65.4.2",
"@types/node": "^22.13.10",
"@unocss/preset-attributify": "^66.0.0",
"@unocss/preset-icons": "^66.0.0",
"@unocss/preset-uno": "^66.0.0",
"@unocss/reset": "^66.0.0",
"@unocss/transformer-directives": "^66.0.0",
"@unocss/transformer-variant-group": "^66.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/compiler-ssr": "^3.5.13",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint": "^9.22.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"typescript": "^5.7.3",
"unocss": "^65.4.2",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"vite-plugin-inspect": "^10.0.7",
"vitest": "^3.0.3",
"vue-tsc": "^2.2.0"
"lint-staged": "^15.4.3",
"typescript": "^5.8.2",
"unocss": "^66.0.0",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.1",
"vite-plugin-inspect": "^11.0.0",
"vitest": "^3.0.8",
"vue-tsc": "^2.2.8"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue,json,html}": "eslint --fix"
Expand Down
Loading

0 comments on commit 1c42ca6

Please sign in to comment.