Skip to content

Commit 686ac61

Browse files
orinokaiascorbic
andauthored
chore: update next to 13.0.7 (#1840)
* chore: update next to 13.0.7 * chore: disable test Co-authored-by: Matt Kane <[email protected]> Co-authored-by: Matt Kane <[email protected]>
1 parent d4ff894 commit 686ac61

File tree

14 files changed

+75
-253
lines changed

14 files changed

+75
-253
lines changed

demos/base-path/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"typescript": "^4.6.3"
1515
},
1616
"dependencies": {
17-
"next": "^13.0.6"
17+
"next": "^13.0.7"
1818
},
1919
"scripts": {
2020
"test": "echo \"Error: no test specified\" && exit 1"
@@ -29,4 +29,4 @@
2929
"url": "https://github.com/netlify/next-runtime/issues"
3030
},
3131
"homepage": "https://github.com/netlify/next-runtime#readme"
32-
}
32+
}

demos/canary/package.json

+7-12
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^12.3.1",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
12+
"nanoid": "^3.3.4",
13+
"next": "^13.0.7",
14+
"react": "latest",
15+
"react-dom": "latest",
16+
"sass": "latest",
17+
"swr": "2.0.0-rc.0"
1518
},
1619
"devDependencies": {
17-
"@netlify/next": "*",
18-
"@netlify/plugin-nextjs": "*",
19-
"@types/fs-extra": "^9.0.13",
20-
"@types/jest": "^27.4.1",
21-
"@types/node": "^17.0.25",
22-
"critters": "^0.0.16",
23-
"husky": "^7.0.4",
24-
"if-env": "^1.0.4",
25-
"npm-run-all": "^4.1.5",
20+
"@netlify/plugin-nextjs": "file:plugin-wrapper",
2621
"typescript": "^4.6.3"
2722
}
2823
}

demos/custom-routes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typescript": "^4.7.4"
1616
},
1717
"dependencies": {
18-
"next": "^13.0.6"
18+
"next": "^13.0.7"
1919
},
2020
"scripts": {
2121
"build": "next build",
@@ -30,4 +30,4 @@
3030
"url": "https://github.com/netlify/next-runtime/issues"
3131
},
3232
"homepage": "https://github.com/netlify/next-runtime#readme"
33-
}
33+
}

demos/default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@reach/dialog": "^0.16.2",
2323
"@reach/visually-hidden": "^0.16.0",
2424
"@vercel/og": "^0.0.21",
25-
"next": "^13.0.6",
25+
"next": "^13.0.7",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0"
2828
},

demos/middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@netlify/next": "*",
1313
"@netlify/plugin-nextjs": "*",
1414
"isomorphic-unfetch": "^3.1.0",
15-
"next": "^13.0.6",
15+
"next": "^13.0.7",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},

demos/next-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"license": "MIT",
2525
"dependencies": {
26-
"next": "^13.0.6",
26+
"next": "^13.0.7",
2727
"next-auth": "^4.15.0",
2828
"nodemailer": "^6.6.3",
2929
"react": "^18.2.0",

demos/next-export/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"dependencies": {
6-
"next": "^13.0.6"
6+
"next": "^13.0.7"
77
},
88
"devDependencies": {
99
"@netlify/next": "*",
@@ -29,4 +29,4 @@
2929
"url": "https://github.com/netlify/next-runtime/issues"
3030
},
3131
"homepage": "https://github.com/netlify/next-runtime#readme"
32-
}
32+
}

demos/next-with-edge-functions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "next start"
88
},
99
"dependencies": {
10-
"next": "latest",
11-
"react": "17.0.2",
12-
"react-dom": "17.0.2"
10+
"next": "^13.0.7",
11+
"react": "^18.0.2",
12+
"react-dom": "^18.0.2"
1313
}
1414
}

demos/static-root/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"dependencies": {
6-
"next": "^13.0.6"
6+
"next": "^13.0.7"
77
},
88
"devDependencies": {
99
"@netlify/next": "*",
@@ -29,4 +29,4 @@
2929
"url": "https://github.com/netlify/next-runtime/issues"
3030
},
3131
"homepage": "https://github.com/netlify/next-runtime#readme"
32-
}
32+
}

0 commit comments

Comments
 (0)