Skip to content

Commit

Permalink
revert local nuxt to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Nov 30, 2023
1 parent 2411e76 commit 1e8c5e1
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 296 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"@nuxtlabs/github-module": "^1.6.3",
"nuxt": "3.8.2"
"nuxt": "3.8.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
],
"pnpm": {
"overrides": {
"nuxt": "3.8.2",
"nuxt": "3.8.0",
"@trpc/client": "^10.41.0",
"@trpc/server": "^10.41.0"
}
}
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"@types/node": "20.8.7",
"nuxt": "3.8.2"
"nuxt": "3.8.0"
}
}
Loading

1 comment on commit 1e8c5e1

@vercel
Copy link

@vercel vercel bot commented on 1e8c5e1 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-nuxt – ./

trpc-nuxt-git-main-wobsoriano.vercel.app
trpc-nuxt.vercel.app
trpc-nuxt-wobsoriano.vercel.app

Please sign in to comment.