Skip to content

Commit

Permalink
Merge pull request #22 from fumeapp/revert-19-deps-update
Browse files Browse the repository at this point in the history
Revert "⬆️ quick deps udpate"
  • Loading branch information
acidjazz authored Sep 2, 2024
2 parents 3f00b4f + e045d0e commit b5f86ec
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 669 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineNuxtConfig({
vite: {
resolve: {
alias: {
'.prisma/client/index-browser': './node_modules/.pnpm/@[email protected].1_prisma@5.19.1/node_modules/.prisma/client/index-browser.js',
'.prisma/client/index-browser': './node_modules/.pnpm/@[email protected].0_prisma@5.19.0/node_modules/.prisma/client/index-browser.js',
},
},
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/logos": "^1.1.44",
"@iconify-json/mdi": "^1.1.68",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.4.1",
"@nuxt/eslint": "^0.5.5",
"@nuxt/eslint": "^0.5.4",
"@nuxt/image": "^1.8.0",
"@nuxt/test-utils": "^3.14.1",
"@prisma/client": "^5.19.1",
"@prisma/client": "^5.19.0",
"@prisma/nuxt": "^0.0.35",
"@types/ua-parser-js": "^0.7.39",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"dotenv-cli": "^7.4.2",
"happy-dom": "^15.7.3",
"happy-dom": "^15.6.0",
"nuxt": "^3.13.0",
"nuxt-auth-utils": "^0.3.5",
"prisma": "^5.19.1",
"prisma": "^5.19.0",
"ua-parser-js": "^1.0.38",
"vitest": "^2.0.5",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit b5f86ec

Please sign in to comment.