Skip to content

Commit 1fa968a

Browse files
authored
chore: use next latest stable (#156)
* chore: use next canary * chore: update test fixtures * chore: add lock file updates * chore: ensure tests run with NODE_ENV = production * chore: use latest stable Next.js version * chore: use semver instead of latest tag
1 parent 505f025 commit 1fa968a

File tree

21 files changed

+614
-647
lines changed

21 files changed

+614
-647
lines changed

package-lock.json

+92-90
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"lambda-local": "^2.1.2",
6363
"memfs": "^4.6.0",
6464
"msw": "^2.0.7",
65-
"next": "^13.5.4",
65+
"next": "^14.0.4",
6666
"os": "^0.1.2",
6767
"outdent": "^0.8.0",
6868
"p-limit": "^4.0.0",

tests/fixtures/middleware-conditions/package-lock.json

+59-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/middleware-conditions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build"
99
},
1010
"dependencies": {
11-
"next": "13.5.2",
11+
"next": "^14.0.4",
1212
"react": "18.2.0",
1313
"react-dom": "18.2.0"
1414
}

0 commit comments

Comments
 (0)