Skip to content

Commit 3602e86

Browse files
authored
Merge branch 'main' into tn/generator-edgeFunc
2 parents 430e985 + e745c26 commit 3602e86

File tree

12 files changed

+276
-64
lines changed

12 files changed

+276
-64
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/runtime": "4.34.0",
2+
"packages/runtime": "4.35.0",
33
"packages/next": "1.4.5"
44
}

demos/nx-next-monorepo-demo/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/nx-next-monorepo-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
3232
"@types/node": "16.11.7",
33-
"@types/react": "18.0.33",
33+
"@types/react": "18.0.35",
3434
"@types/react-dom": "18.0.11",
3535
"@typescript-eslint/eslint-plugin": "^5.36.1",
3636
"@typescript-eslint/parser": "^5.36.1",

demos/turborepo-next-monorepo-demo/apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"next-transpile-modules": "9.0.0",
2222
"tsconfig": "*",
2323
"@types/node": "^17.0.12",
24-
"@types/react": "18.0.33",
24+
"@types/react": "18.0.35",
2525
"typescript": "^4.5.3"
2626
}
2727
}

demos/turborepo-next-monorepo-demo/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"next-transpile-modules": "9.0.0",
2222
"tsconfig": "*",
2323
"@types/node": "^17.0.12",
24-
"@types/react": "18.0.33",
24+
"@types/react": "18.0.35",
2525
"typescript": "^4.5.3"
2626
}
2727
}

0 commit comments

Comments
 (0)