Skip to content

Commit a670b99

Browse files
fix(deps): update nextjs monorepo
[skip netlify]
1 parent a2b8e3b commit a670b99

File tree

3 files changed

+63
-116
lines changed

3 files changed

+63
-116
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": "14.2.5",
13+
"next": "14.2.16",
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.5",
22+
"eslint-config-next": "14.2.16",
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.0",
20-
"next": "15.0.0",
19+
"eslint-config-next": "15.0.1",
20+
"next": "15.0.1",
2121
"postcss": "8.4.47",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1",

0 commit comments

Comments
 (0)