Skip to content

Commit 9462a4d

Browse files
committed
chore: update next and eslint plugin versions to 15.2.4
1 parent aa6409a commit 9462a4d

File tree

4 files changed

+77
-77
lines changed

4 files changed

+77
-77
lines changed

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fumadocs-typescript": "3.1.0",
2020
"fumadocs-ui": "15.0.12",
2121
"lucide-react": "^0.483.0",
22-
"next": "^15.2.3",
22+
"next": "^15.2.4",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",
@@ -35,7 +35,7 @@
3535
"@eslint/markdown": "^6.3.0",
3636
"@local/configs": "workspace:*",
3737
"@mdx-js/mdx": "^3.1.0",
38-
"@next/eslint-plugin-next": "^15.2.3",
38+
"@next/eslint-plugin-next": "^15.2.4",
3939
"@tailwindcss/postcss": "^4.0.15",
4040
"@tsconfig/next": "^2.0.3",
4141
"@tsconfig/node22": "^22.0.1",

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.2.3",
12+
"next": "^15.2.4",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.0.2",
1919
"@eslint/js": "^9.23.0",
20-
"@next/eslint-plugin-next": "^15.2.3",
20+
"@next/eslint-plugin-next": "^15.2.4",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.1",
2323
"@tsconfig/strictest": "^2.0.5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"esbuild": "^0.25.1",
116116
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",
117117
"lucide-react": "^0.483.0",
118-
"next": "^15.2.3",
118+
"next": "^15.2.4",
119119
"react": "^19.0.0",
120120
"react-dom": "^19.0.0",
121121
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.7",

0 commit comments

Comments
 (0)