Skip to content

Commit 2d52b40

Browse files
fix(deps): update nextjs monorepo to v15.1.2
[skip netlify]
1 parent 93114ba commit 2d52b40

File tree

4 files changed

+63
-56
lines changed

4 files changed

+63
-56
lines changed

apps/next-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tw-extract": "tw-patch extract"
1111
},
1212
"dependencies": {
13-
"next": "15.0.1",
13+
"next": "15.1.2",
1414
"react": "^18",
1515
"react-dom": "^18"
1616
},
@@ -19,7 +19,7 @@
1919
"@types/react": "^18.3.12",
2020
"@types/react-dom": "^18",
2121
"eslint": "^9.13.0",
22-
"eslint-config-next": "15.0.1",
22+
"eslint-config-next": "15.1.2",
2323
"postcss": "^8",
2424
"tailwindcss": "^3.4.1",
2525
"typescript": "^5"

apps/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@types/react-dom": "18.3.1",
1717
"autoprefixer": "10.4.20",
1818
"eslint": "9.13.0",
19-
"eslint-config-next": "15.0.1",
20-
"next": "15.0.1",
19+
"eslint-config-next": "15.1.2",
20+
"next": "15.1.2",
2121
"postcss": "8.4.47",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1",

pnpm-lock.yaml

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

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tw-extract": "tw-patch extract"
1515
},
1616
"dependencies": {
17-
"next": "15.0.3",
17+
"next": "15.1.2",
1818
"nextra": "^3.2.3",
1919
"nextra-theme-docs": "^3.2.3",
2020
"react": "^18.3.1",

0 commit comments

Comments
 (0)