Skip to content

Commit

Permalink
Update to Nuxt 3.15, but revert vite to 5 until vitejs/vite#19096 is …
Browse files Browse the repository at this point in the history
…fixed
  • Loading branch information
Simi23 committed Dec 30, 2024
1 parent f6490ea commit bd374ee
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 284 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
},
"dependencies": {
"@iconify-json/fa6-brands": "^1.2.5",
"@iconify-json/heroicons": "^1.1.24",
"@nuxt/eslint": "0.7.3",
"@nuxt/icon": "1.10.1",
"@iconify-json/heroicons": "1.2.2",
"@nuxt/eslint": "0.7.4",
"@nuxt/icon": "1.10.3",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "2.20.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@pinia/nuxt": "0.9.0",
"@prisma/client": "6.0.1",
"@prisma/client": "6.1.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue-email/components": "0.0.21",
"@vue-email/render": "^0.0.9",
"@vueuse/core": "12.0.0",
"@vueuse/nuxt": "12.0.0",
"@vueuse/core": "12.2.0",
"@vueuse/nuxt": "12.2.0",
"bcrypt": "^5.1.1",
"ipx": "^3.0.1",
"mitt": "^3.0.1",
"nodemailer": "^6.9.14",
"nuxt": "^3.14.1592",
"nuxt": "3.15.0",
"nuxt-security": "^2.0.0-rc.9",
"pinia": "^2.3.0",
"redis": "4.7.0",
Expand All @@ -51,14 +51,17 @@
"@types/node": "22.10.2",
"@types/nodemailer": "^6.4.15",
"autoprefixer": "10.4.20",
"eslint": "9.16.0",
"eslint": "9.17.0",
"postcss": "8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "0.6.9",
"prisma": "6.0.1",
"tailwindcss": "3.4.16",
"prisma": "6.1.0",
"tailwindcss": "3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vue-tsc": "2.1.10"
"vue-tsc": "2.2.0"
},
"resolutions": {
"vite": "5.4.11"
}
}
Loading

0 comments on commit bd374ee

Please sign in to comment.