Skip to content

Commit 6ccf723

Browse files
committed
upgrade deps && docs [skip ci]
1 parent ab22cab commit 6ccf723

File tree

6 files changed

+85
-85
lines changed

6 files changed

+85
-85
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-08_16:31:03
1+
2025-04-09_01:53:20

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.2.4",
15+
"next": "15.2.5",
1616
"nextjs-darkmode": "workspace:*",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "^15.2.4",
21+
"@next/eslint-plugin-next": "^15.2.5",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/node": "^22.14.0",

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"dependencies": {
1515
"@repo/logger": "workspace:*",
1616
"@repo/shared": "workspace:*",
17-
"next": "^15.2.4",
17+
"next": "^15.2.5",
1818
"nextjs-darkmode": "workspace:*",
1919
"nextjs-themes": "^4.0.6",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0",
2222
"react18-loaders": "^1.1.4"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.2.4",
25+
"@next/eslint-plugin-next": "^15.2.5",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
2828
"@types/node": "^22.14.0",

examples/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"@repo/logger": "workspace:*",
1717
"@repo/shared": "workspace:*",
1818
"@tailwindcss/postcss": "^4.1.3",
19-
"next": "^15.2.4",
19+
"next": "^15.2.5",
2020
"nextjs-darkmode": "workspace:*",
2121
"nextjs-themes": "^4.0.6",
2222
"react": "^19.1.0",
2323
"react-dom": "^19.1.0",
2424
"react18-loaders": "^1.1.4"
2525
},
2626
"devDependencies": {
27-
"@next/eslint-plugin-next": "^15.2.4",
27+
"@next/eslint-plugin-next": "^15.2.5",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
3030
"@types/node": "^22.14.0",

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.2.4",
7+
"@next/eslint-plugin-next": "^15.2.5",
88
"@typescript-eslint/eslint-plugin": "^8.29.1",
99
"@typescript-eslint/parser": "^8.29.1",
1010
"eslint": "^9.24.0",

0 commit comments

Comments
 (0)