Skip to content

Commit

Permalink
fix: update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranwv committed Dec 30, 2024
1 parent 38d78e9 commit 0cc463a
Show file tree
Hide file tree
Showing 2 changed files with 2,134 additions and 2,222 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@
"release": "bumpp"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/carbon": "^1.2.5",
"@nuxtjs/i18n": "^9.1.1",
"@pinia/nuxt": "^0.7.0",
"@prisma/client": "5.22.0",
"@unocss/nuxt": "^0.61.9",
"@unocss/reset": "^0.61.9",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"nuxt": "^3.14.1592",
"@pinia/nuxt": "^0.9.0",
"@prisma/client": "6.1.0",
"@unocss/nuxt": "^0.65.3",
"@unocss/reset": "^0.65.3",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"nuxt": "^3.15.0",
"nuxt-lodash": "^2.5.3",
"pinia": "^2.2.6",
"prisma": "^5.22.0",
"unocss": "^0.61.9",
"pinia": "^2.3.0",
"prisma": "^6.1.0",
"unocss": "^0.65.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@nuxt/test-utils": "^3.14.4",
"@antfu/eslint-config": "^3.12.1",
"@nuxt/test-utils": "^3.15.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.1",
"@types/node": "^22.10.2",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"jsdom": "^24.1.3",
"lint-staged": "^15.2.10",
"bumpp": "^9.9.2",
"eslint": "^9.17.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.3.0",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 0cc463a

Please sign in to comment.