Skip to content

Commit 5c17771

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 192bd45 commit 5c17771

File tree

10 files changed

+217
-217
lines changed

10 files changed

+217
-217
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-06_16:30:15
1+
2025-05-07_01:59:23

examples/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "15.3.1",
15+
"next": "15.3.2",
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.1",
21+
"@next/eslint-plugin-next": "^15.3.2",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^22.15.12",
24+
"@types/node": "^22.15.14",
2525
"@types/react": "^19.1.3",
2626
"@types/react-dom": "^19.1.3",
2727
"typescript": "^5.8.3"

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"dependencies": {
1515
"@repo/logger": "workspace:*",
1616
"@repo/shared": "workspace:*",
17-
"next": "^15.3.1",
17+
"next": "^15.3.2",
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.3.1",
25+
"@next/eslint-plugin-next": "^15.3.2",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.15.12",
28+
"@types/node": "^22.15.14",
2929
"@types/react": "^19.1.3",
3030
"@types/react-dom": "^19.1.3",
3131
"typescript": "^5.8.3"

examples/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"@repo/logger": "workspace:*",
1717
"@repo/shared": "workspace:*",
1818
"@tailwindcss/postcss": "^4.1.5",
19-
"next": "^15.3.1",
19+
"next": "^15.3.2",
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.3.1",
27+
"@next/eslint-plugin-next": "^15.3.2",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/node": "^22.15.12",
30+
"@types/node": "^22.15.14",
3131
"@types/react": "^19.1.3",
3232
"@types/react-dom": "^19.1.3",
3333
"autoprefixer": "^10.4.21",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@repo/jest-presets": "workspace:*",
5858
"@repo/typescript-config": "workspace:*",
5959
"@testing-library/react": "^16.3.0",
60-
"@types/node": "^22.15.12",
60+
"@types/node": "^22.15.14",
6161
"@types/react": "^19.1.3",
6262
"@types/react-dom": "^19.1.3",
6363
"@vitejs/plugin-react": "^4.4.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@repo/typescript-config": "workspace:*",
1717
"plop": "^4.0.1",
1818
"prettier": "^3.5.3",
19-
"turbo": "^2.5.2",
19+
"turbo": "^2.5.3",
2020
"typedoc": "^0.28.4",
2121
"typedoc-plugin-extras": "^4.0.0",
2222
"typedoc-plugin-inline-sources": "^1.3.0",
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@types/node": "^22.15.12"
33+
"@types/node": "^22.15.14"
3434
},
3535
"name": "turborepo-template"
3636
}

packages/config-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.3.1",
7+
"@next/eslint-plugin-next": "^15.3.2",
88
"@typescript-eslint/eslint-plugin": "^8.32.0",
99
"@typescript-eslint/parser": "^8.32.0",
1010
"eslint": "^9.26.0",
1111
"eslint-config-prettier": "^10.1.2",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.5",
1414
"eslint-plugin-react-hooks": "^5.2.0",
15-
"eslint-plugin-turbo": "^2.5.2",
15+
"eslint-plugin-turbo": "^2.5.3",
1616
"globals": "^16.0.0",
1717
"typescript": "^5.8.3",
1818
"typescript-eslint": "^8.32.0"

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@repo/jest-presets": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/jest": "^29.5.14",
25-
"@types/node": "^22.15.12",
25+
"@types/node": "^22.15.14",
2626
"jest": "^29.7.0",
2727
"tsup": "^8.4.0",
2828
"typescript": "^5.8.3"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@repo/jest-presets": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@testing-library/react": "^16.3.0",
25-
"@types/node": "^22.15.12",
25+
"@types/node": "^22.15.14",
2626
"@types/react": "^19.1.3",
2727
"@types/react-dom": "^19.1.3",
2828
"@vitejs/plugin-react": "^4.4.1",

0 commit comments

Comments
 (0)