Skip to content

Commit

Permalink
chore: update next dep
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Apr 24, 2023
1 parent 8105caf commit b6275aa
Show file tree
Hide file tree
Showing 18 changed files with 144 additions and 146 deletions.
2 changes: 1 addition & 1 deletion demos/base-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"next": "^13.3.0"
"next": "^13.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion demos/canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"nanoid": "^3.3.4",
"next": "^13.3.0",
"next": "^13.3.1",
"react": "latest",
"react-dom": "latest",
"sass": "latest",
Expand Down
2 changes: 1 addition & 1 deletion demos/custom-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"next": "^13.3.0"
"next": "^13.3.1"
},
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion demos/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@reach/dialog": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@vercel/og": "^0.0.27",
"next": "^13.3.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion demos/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@netlify/next": "*",
"@netlify/plugin-nextjs": "*",
"isomorphic-unfetch": "^3.1.0",
"next": "^13.3.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion demos/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"license": "MIT",
"dependencies": {
"next": "^13.3.0",
"next": "^13.3.1",
"next-auth": "^4.15.0",
"nodemailer": "^6.6.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion demos/next-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"next": "^13.3.0"
"next": "^13.3.1"
},
"devDependencies": {
"@netlify/next": "*",
Expand Down
2 changes: 1 addition & 1 deletion demos/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.3.0",
"next": "^13.3.1",
"next-i18next": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion demos/next-with-edge-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"next": "^13.3.0",
"next": "^13.3.1",
"react": "^18.0.2",
"react-dom": "^18.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion demos/nx-next-monorepo-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@netlify/plugin-nextjs": "file:plugin-wrapper",
"@nrwl/next": "15.9.2",
"core-js": "^3.6.5",
"next": "^13.3.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.11",
Expand Down
2 changes: 1 addition & 1 deletion demos/static-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"next": "^13.3.0"
"next": "^13.3.1"
},
"devDependencies": {
"@netlify/next": "*",
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.3.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.3.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "*"
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@types/react": "^18.0.0",
"next": "^13.3.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit b6275aa

Please sign in to comment.