Skip to content

Commit 727806b

Browse files
chore(deps): update nextjs monorepo to v14.2.11 (#1268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f687dbb commit 727806b

File tree

6 files changed

+120
-120
lines changed

6 files changed

+120
-120
lines changed

Diff for: apps/getting-started-nextjs/package-lock.json

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

Diff for: apps/getting-started-nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@xata.io/client": "^0.30.0",
1616
"autoprefixer": "10.4.20",
1717
"eslint": "8.57.0",
18-
"eslint-config-next": "14.2.10",
19-
"next": "14.2.10",
18+
"eslint-config-next": "14.2.11",
19+
"next": "14.2.11",
2020
"postcss": "8.4.45",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1",

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

+1-1
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.30.0",
14-
"next": "14.2.10",
14+
"next": "14.2.11",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",
1717
"zod": "^3.20.2"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@xata.io/client": "0.30.0",
1414
"bcrypt": "^5.1.0",
15-
"next": "14.2.10",
15+
"next": "14.2.11",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"
1818
},

Diff for: apps/sample-nextjs-upload-file/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@xata.io/client": "^0.30.0",
13-
"next": "14.2.10",
13+
"next": "14.2.11",
1414
"react": "^18",
1515
"react-dom": "^18"
1616
},
@@ -19,7 +19,7 @@
1919
"@types/react": "^18",
2020
"@types/react-dom": "^18",
2121
"eslint": "^8",
22-
"eslint-config-next": "14.2.10",
22+
"eslint-config-next": "14.2.11",
2323
"typescript": "^5"
2424
}
2525
}

0 commit comments

Comments
 (0)