ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update dependency next to 16.0.0

#172
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---next-1756081445924 into main
2 files +2 -2
packages/zig/test-envs/bun-package-manager-with-deps/package.json packages/ts/test-envs/bun-package-manager-with-deps/package.jsoncopied+1-1
Changes to packages/ts/test-envs/bun-package-manager-with-deps/package.json
@@ -12,7 +12,7 @@
1212 "test": "bun test"
1313 },
1414 "dependencies": {
15 "next": "^14.0.0",
15 "next": "^16.0.0",
1616 "react": "^18.0.0",
1717 "react-dom": "^18.0.0"
1818 },
packages/zig/test-envs/bun-package-manager-with-deps/package.jsonmodified+1-1
Changes to packages/zig/test-envs/bun-package-manager-with-deps/package.json
@@ -12,7 +12,7 @@
1212 "test": "bun test"
1313 },
1414 "dependencies": {
15 "next": "^14.0.0",
15 "next": "^16.0.0",
1616 "react": "^18.0.0",
1717 "react-dom": "^18.0.0"
1818 },