chore: update deps and plugins

This commit is contained in:
2026-03-26 09:33:29 -04:00
parent 3b72a16f86
commit f9ebc3ce54
8 changed files with 1049 additions and 1017 deletions

View File

@@ -16,20 +16,21 @@
"release": "oxlint . && oxfmt --check . && nuxt typecheck && changelogen --noAuthors --release --push"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.99",
"@lewebsimple/nuxt-graphql": "^0.7.5",
"@nuxt/ui": "^4.5.1",
"@nuxt/ui": "^4.6.0",
"nuxt": "^4.4.2",
"nuxt-svgo": "^4.2.6",
"tailwindcss": "^4.2.2",
"vue": "^3.5.30",
"vue-router": "^5.0.3"
"vue": "^3.5.31",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@types/node": "^25.5.0",
"changelogen": "^0.6.2",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"typescript": "^5.9.3",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"typescript": "^6.0.2",
"vue-tsc": "^3.2.6"
},
"pnpm": {