Skip to content

Commit 0d8aff1

Browse files
fix(deps): update nextjs monorepo to v13.4.8 (#449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce221f1 commit 0d8aff1

File tree

7 files changed

+89
-89
lines changed

7 files changed

+89
-89
lines changed

Diff for: apps/sample-chatgpt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@microsoft/fetch-event-source": "^2.0.1",
1313
"@xata.io/client": "0.24.3",
14-
"next": "13.4.7",
14+
"next": "13.4.8",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0",
1717
"zod": "^3.20.2"
@@ -21,7 +21,7 @@
2121
"@types/react": "18.2.14",
2222
"@types/react-dom": "18.2.6",
2323
"eslint": "8.44.0",
24-
"eslint-config-next": "13.4.7",
24+
"eslint-config-next": "13.4.8",
2525
"typescript": "5.1.6"
2626
}
2727
}

Diff for: apps/sample-imdb/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@vercel/og": "^0.5.0",
1616
"@xata.io/client": "0.24.3",
17-
"next": "13.4.7",
17+
"next": "13.4.8",
1818
"react": "18.2.0",
1919
"react-dom": "18.2.0",
2020
"react-icons": "^4.7.1",
@@ -30,7 +30,7 @@
3030
"concurrently": "^7.5.0",
3131
"esbuild": "^0.18.0",
3232
"eslint": "8.44.0",
33-
"eslint-config-next": "13.4.7",
33+
"eslint-config-next": "13.4.8",
3434
"postcss": "^8.4.18",
3535
"tailwindcss": "^3.1.8",
3636
"typescript": "5.1.6"

Diff for: apps/sample-next-auth-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@next-auth/xata-adapter": "latest",
15-
"@next/font": "13.4.7",
15+
"@next/font": "13.4.8",
1616
"@types/node": "18.16.19",
1717
"@types/react": "18.2.14",
1818
"@types/react-dom": "18.2.6",
1919
"@xata.io/client": "latest",
2020
"eslint": "8.44.0",
21-
"eslint-config-next": "13.4.7",
21+
"eslint-config-next": "13.4.8",
2222
"next": "^13.0.7",
2323
"next-auth": "^4.18.6",
2424
"react": "18.2.0",

Diff for: apps/sample-next-auth-pages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@next-auth/xata-adapter": "latest",
15-
"@next/font": "13.4.7",
15+
"@next/font": "13.4.8",
1616
"@types/node": "18.16.19",
1717
"@types/react": "18.2.14",
1818
"@types/react-dom": "18.2.6",
1919
"@xata.io/client": "latest",
2020
"eslint": "8.44.0",
21-
"eslint-config-next": "13.4.7",
21+
"eslint-config-next": "13.4.8",
2222
"next": "^13.0.7",
2323
"next-auth": "^4.18.6",
2424
"react": "18.2.0",

Diff for: apps/sample-nextjs-basic-auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@xata.io/client": "0.24.3",
1414
"bcrypt": "^5.1.0",
15-
"next": "13.4.7",
15+
"next": "13.4.8",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"
1818
},
@@ -22,7 +22,7 @@
2222
"@types/react": "18.2.14",
2323
"@types/react-dom": "18.2.6",
2424
"eslint": "8.44.0",
25-
"eslint-config-next": "13.4.7",
25+
"eslint-config-next": "13.4.8",
2626
"typescript": "5.1.6"
2727
}
2828
}

Diff for: apps/starter-nextjs-trpc-clerk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@clerk/nextjs": "^4.6.13",
15-
"@next/font": "13.4.7",
15+
"@next/font": "13.4.8",
1616
"@tanstack/react-query": "^4.20.4",
1717
"@tanstack/react-query-devtools": "^4.20.4",
1818
"@trpc/client": "^10.5.0",
@@ -24,8 +24,8 @@
2424
"@types/react-dom": "18.2.6",
2525
"@xata.io/client": "^0.24.0",
2626
"eslint": "8.44.0",
27-
"eslint-config-next": "13.4.7",
28-
"next": "13.4.7",
27+
"eslint-config-next": "13.4.8",
28+
"next": "13.4.8",
2929
"react": "18.2.0",
3030
"react-dom": "18.2.0",
3131
"superjson": "^1.12.1",

0 commit comments

Comments
 (0)