Skip to content

Commit f1f15e5

Browse files
chore(deps): bumps next to remove the need for experimental.appdir: false (#4389)
* patch * eslint config too * revert compose file * manypkg fix
1 parent 2dc40f6 commit f1f15e5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

next.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
/** @type {import("next").NextConfig} */
66
const config = {
7-
experimental: {
8-
// ssr prepass seems broken since they enabled app dir by default. explicitly disable it
9-
appDir: false,
10-
},
117
serverRuntimeConfig: {
128
// Will only be available on the server side
139
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@trpc/react-query": "^10.27.0",
4949
"@trpc/server": "^10.27.0",
5050
"clsx": "^1.1.1",
51-
"next": "^13.4.2",
51+
"next": "^13.4.3",
5252
"next-auth": "^4.22.1",
5353
"react": "^18.2.0",
5454
"react-dom": "^18.2.0",
@@ -68,7 +68,7 @@
6868
"autoprefixer": "^10.4.7",
6969
"cross-env": "^7.0.3",
7070
"eslint": "^8.40.0",
71-
"eslint-config-next": "^13.4.2",
71+
"eslint-config-next": "^13.4.3",
7272
"eslint-config-prettier": "^8.8.0",
7373
"eslint-plugin-prettier": "^4.2.1",
7474
"eslint-plugin-react": "^7.32.2",

0 commit comments

Comments
 (0)