Skip to content

Commit

Permalink
chore(deps): bump next from 14.0.2 to 14.0.3
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 14.0.2 to 14.0.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.0.2...v14.0.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 70d196b commit 5018289
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@e2e/shared-scripts": "0.0.0",
"@e2e/shared-server": "0.0.79",
"encoding": "0.1.13",
"next": "14.0.2",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"fets": "0.6.3",
"next": "14.0.2",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"fets": "0.6.3",
"next": "14.0.2",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/trpc-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@trpc/server": "^10.9.0",
"fets": "^0.6.0",
"jsonwebtoken": "^9.0.0",
"next": "^14.0.0",
"next": "^14.0.3",
"nextjs-cors": "^2.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@theguild/components": "^6.0.1",
"clsx": "^2.0.0",
"next": "^14.0.0",
"next": "^14.0.3",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10251,7 +10251,7 @@ [email protected]:
dependencies:
file-loader "^4.2.0"

[email protected], next@^14.0.0:
[email protected], [email protected].3, next@^14.0.3:
version "14.0.2"
resolved "https://registry.yarnpkg.com/next/-/next-14.0.2.tgz#02ba6a1656edf14d3913c7a3553026e9d6e083c7"
integrity sha512-jsAU2CkYS40GaQYOiLl9m93RTv2DA/tTJ0NRlmZIBIL87YwQ/xR8k796z7IqgM3jydI8G25dXvyYMC9VDIevIg==
Expand Down

0 comments on commit 5018289

Please sign in to comment.