Skip to content

Commit e68226c

Browse files
committed
chore: rollback to Nuxt alpha 2 due to weird TS bug on some machines
1 parent c305185 commit e68226c

3 files changed

Lines changed: 452 additions & 396 deletions

File tree

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"hono": "^4.8.3",
5555
"idb-keyval": "^6.2.2",
5656
"kontroll": "^1.1.1",
57-
"nuxt": "4.0.0-alpha.3",
57+
"nuxt": "4.0.0-alpha.2",
5858
"nuxt-booster": "^3.2.9",
5959
"nuxt-llms": "^0.1.3",
6060
"nuxt-svgo": "4.2.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
},
4343
"pnpm": {
4444
"overrides": {
45-
"@nuxt/kit": "4.0.0-alpha.3",
46-
"@nuxt/schema": "4.0.0-alpha.3",
45+
"@nuxt/kit": "4.0.0-alpha.2",
46+
"@nuxt/schema": "4.0.0-alpha.2",
4747
"convex-vue": "npm:@namesmt/convex-vue@^0.1.1",
4848
"is-arguments": "npm:@nolyfill/is-arguments@^1.0.44",
4949
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",

0 commit comments

Comments
 (0)