Skip to content

Commit fc2dde8

Browse files
committed
upgrade deps && docs [skip ci]
1 parent dc0396e commit fc2dde8

File tree

6 files changed

+161
-180
lines changed

6 files changed

+161
-180
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-07-14_16:34:38
1+
2025-07-15_02:20:00

examples/nextjs-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "15.3.5",
15+
"next": "15.4.1",
1616
"nextjs-darkmode": "workspace:*",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "^15.3.5",
21+
"@next/eslint-plugin-next": "^15.4.1",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/node": "^24.0.13",

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
16-
"next": "^15.3.5",
16+
"next": "^15.4.1",
1717
"nextjs-darkmode": "workspace:*",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react18-loaders": "^1.1.4"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^15.3.5",
24+
"@next/eslint-plugin-next": "^15.4.1",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
2727
"@types/node": "^24.0.13",

examples/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"@mayank1513/fork-me": "^2.1.3",
1616
"@repo/shared": "workspace:*",
1717
"@tailwindcss/postcss": "^4.1.11",
18-
"next": "^15.3.5",
18+
"next": "^15.4.1",
1919
"nextjs-darkmode": "workspace:*",
2020
"nextjs-themes": "^4.0.6",
2121
"react": "^19.1.0",
2222
"react-dom": "^19.1.0",
2323
"react18-loaders": "^1.1.4"
2424
},
2525
"devDependencies": {
26-
"@next/eslint-plugin-next": "^15.3.5",
26+
"@next/eslint-plugin-next": "^15.4.1",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
2929
"@types/node": "^24.0.13",

packages/config-eslint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.3.5",
8-
"@typescript-eslint/eslint-plugin": "^8.36.0",
9-
"@typescript-eslint/parser": "^8.36.0",
7+
"@next/eslint-plugin-next": "^15.4.1",
8+
"@typescript-eslint/eslint-plugin": "^8.37.0",
9+
"@typescript-eslint/parser": "^8.37.0",
1010
"eslint": "^9.31.0",
1111
"eslint-config-prettier": "^10.1.5",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.5.4",
1616
"globals": "^16.3.0",
1717
"typescript": "^5.8.3",
18-
"typescript-eslint": "^8.36.0"
18+
"typescript-eslint": "^8.37.0"
1919
}
2020
}

0 commit comments

Comments
 (0)