Skip to content

Commit e3c91c0

Browse files
⬆️ Bump next from 13.4.0 to 13.4.1 (#14)
* ⬆️ Bump next from 13.4.0 to 13.4.1 Bumps [next](https://github.com/vercel/next.js) from 13.4.0 to 13.4.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@v13.4.0...v13.4.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * 🐛 Remove appDir false workaround - Not needed since vercel/next.js#49274 was merged --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Oates <nick@nickoates.com>
1 parent f50679e commit e3c91c0

File tree

3 files changed

+89
-92
lines changed

3 files changed

+89
-92
lines changed

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ module.exports = withContentlayer({
66
images: {
77
deviceSizes: [320, 448, 640, 768, 896],
88
},
9-
experimental: {
10-
appDir: false,
11-
},
129
});

package-lock.json

Lines changed: 88 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"autoprefixer": "^10.4.14",
1717
"clsx": "^1.2.1",
1818
"contentlayer": "^0.3.1",
19-
"next": "^13.4.0",
19+
"next": "^13.4.1",
2020
"next-contentlayer": "^0.3.1",
2121
"next-themes": "^0.2.1",
2222
"postcss": "^8.4.21",

0 commit comments

Comments
 (0)