Skip to content

Commit e34eae3

Browse files
fix(deps): update dependency next to v14.2.9 (#1261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b378eab commit e34eae3

File tree

6 files changed

+100
-100
lines changed

6 files changed

+100
-100
lines changed

apps/getting-started-nextjs/package-lock.json

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

apps/getting-started-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"autoprefixer": "10.4.20",
1717
"eslint": "8.57.0",
1818
"eslint-config-next": "14.2.9",
19-
"next": "14.2.8",
19+
"next": "14.2.9",
2020
"postcss": "8.4.45",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1",

apps/sample-chatgpt/package.json

Lines changed: 1 addition & 1 deletion
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.8",
14+
"next": "14.2.9",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",
1717
"zod": "^3.20.2"

apps/sample-nextjs-basic-auth/package.json

Lines changed: 1 addition & 1 deletion
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.8",
15+
"next": "14.2.9",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"
1818
},

apps/sample-nextjs-upload-file/package.json

Lines changed: 1 addition & 1 deletion
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.8",
13+
"next": "14.2.9",
1414
"react": "^18",
1515
"react-dom": "^18"
1616
},

0 commit comments

Comments
 (0)