Skip to content

Commit

Permalink
Bump next from 12.3.4 to 13.5.1
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 12.3.4 to 13.5.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.3.4...v13.5.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hf committed Jan 29, 2024
1 parent f335b35 commit c294e98
Show file tree
Hide file tree
Showing 6 changed files with 1,683 additions and 2,519 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@supabase/auth-helpers-nextjs": "workspace:*",
"autoprefixer": "10.4.14",
"encoding": "^0.1.13",
"next": "13.5.5",
"next": "13.5.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"config": "workspace:*",
"eslint": "8.41.0",
"eslint-config-next": "13.5.5",
"next": "13.5.5",
"next": "13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"eslint": "^8.47.0",
"next": "^13.5.5",
"next": "^13.5.1",
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@supabase/supabase-js": "2.19.0",
"@types/set-cookie-parser": "^2.4.3",
"config": "workspace:*",
"next": "^13.5.5",
"next": "^13.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@supabase/supabase-js": "2.19.0",
"@types/cookie": "^0.5.1",
"cookie": "^0.5.0",
"next": "^12.3.4",
"next": "^13.5.5",
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"tsconfig": "workspace:*",
Expand Down
Loading

0 comments on commit c294e98

Please sign in to comment.