Skip to content

Commit 3e90c8a

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 2ab0cfe commit 3e90c8a

File tree

12 files changed

+953
-912
lines changed

12 files changed

+953
-912
lines changed

.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-04-02_01:53:54

examples/nextjs-pages/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "15.2.2",
15+
"next": "15.2.4",
1616
"nextjs-darkmode": "workspace:*",
17-
"react": "^19.0.0",
18-
"react-dom": "^19.0.0"
17+
"react": "^19.1.0",
18+
"react-dom": "^19.1.0"
1919
},
2020
"devDependencies": {
21-
"@next/eslint-plugin-next": "^15.2.2",
21+
"@next/eslint-plugin-next": "^15.2.4",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^22.13.10",
25-
"@types/react": "^19.0.10",
24+
"@types/node": "^22.13.17",
25+
"@types/react": "^19.0.12",
2626
"@types/react-dom": "^19.0.4",
2727
"typescript": "^5.8.2"
2828
}

examples/nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"dependencies": {
1515
"@repo/logger": "workspace:*",
1616
"@repo/shared": "workspace:*",
17-
"next": "^15.2.2",
17+
"next": "^15.2.4",
1818
"nextjs-darkmode": "workspace:*",
1919
"nextjs-themes": "^4.0.6",
20-
"react": "^19.0.0",
21-
"react-dom": "^19.0.0",
20+
"react": "^19.1.0",
21+
"react-dom": "^19.1.0",
2222
"react18-loaders": "^1.1.4"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.2.2",
25+
"@next/eslint-plugin-next": "^15.2.4",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.13.10",
29-
"@types/react": "^19.0.10",
28+
"@types/node": "^22.13.17",
29+
"@types/react": "^19.0.12",
3030
"@types/react-dom": "^19.0.4",
3131
"typescript": "^5.8.2"
3232
}

examples/tailwind/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"@mayank1513/fork-me": "^2.1.3",
1616
"@repo/logger": "workspace:*",
1717
"@repo/shared": "workspace:*",
18-
"@tailwindcss/postcss": "^4.0.14",
19-
"next": "^15.2.2",
18+
"@tailwindcss/postcss": "^4.1.0",
19+
"next": "^15.2.4",
2020
"nextjs-darkmode": "workspace:*",
2121
"nextjs-themes": "^4.0.6",
22-
"react": "^19.0.0",
23-
"react-dom": "^19.0.0",
22+
"react": "^19.1.0",
23+
"react-dom": "^19.1.0",
2424
"react18-loaders": "^1.1.4"
2525
},
2626
"devDependencies": {
27-
"@next/eslint-plugin-next": "^15.2.2",
27+
"@next/eslint-plugin-next": "^15.2.4",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/node": "^22.13.10",
31-
"@types/react": "^19.0.10",
30+
"@types/node": "^22.13.17",
31+
"@types/react": "^19.0.12",
3232
"@types/react-dom": "^19.0.4",
3333
"autoprefixer": "^10.4.21",
3434
"postcss": "^8.5.3",
35-
"tailwindcss": "^4.0.14",
35+
"tailwindcss": "^4.1.0",
3636
"typescript": "^5.8.2"
3737
}
3838
}

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
1515
"nextjs-darkmode": "workspace:*",
16-
"react": "^19.0.0",
17-
"react-dom": "^19.0.0",
16+
"react": "^19.1.0",
17+
"react-dom": "^19.1.0",
1818
"react18-loaders": "^1.1.4",
1919
"react18-themes": "^3.2.0"
2020
},
2121
"devDependencies": {
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/react": "^19.0.10",
24+
"@types/react": "^19.0.12",
2525
"@types/react-dom": "^19.0.4",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"typescript": "^5.8.2",
28-
"vite": "^6.2.2"
28+
"vite": "^6.2.4"
2929
}
3030
}

lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@
5757
"@repo/jest-presets": "workspace:*",
5858
"@repo/typescript-config": "workspace:*",
5959
"@testing-library/react": "^16.2.0",
60-
"@types/node": "^22.13.10",
61-
"@types/react": "^19.0.10",
60+
"@types/node": "^22.13.17",
61+
"@types/react": "^19.0.12",
6262
"@types/react-dom": "^19.0.4",
6363
"@vitejs/plugin-react": "^4.3.4",
64-
"@vitest/coverage-v8": "^3.0.8",
64+
"@vitest/coverage-v8": "^3.1.1",
6565
"esbuild-plugin-rdi": "^0.0.0",
6666
"esbuild-plugin-react18": "0.2.6",
6767
"esbuild-plugin-react18-css": "^0.0.4",
6868
"jsdom": "^26.0.0",
69-
"react": "^19.0.0",
70-
"react-dom": "^19.0.0",
69+
"react": "^19.1.0",
70+
"react-dom": "^19.1.0",
7171
"tsup": "^8.4.0",
7272
"typescript": "^5.8.2",
7373
"vite-tsconfig-paths": "^5.1.4",
74-
"vitest": "^3.0.8"
74+
"vitest": "^3.1.1"
7575
},
7676
"dependencies": {
7777
"r18gs": "3.0.1"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"plop": "^4.0.1",
1818
"prettier": "^3.5.3",
1919
"turbo": "^2.4.4",
20-
"typedoc": "^0.27.9",
20+
"typedoc": "^0.28.1",
2121
"typedoc-plugin-extras": "^4.0.0",
2222
"typedoc-plugin-inline-sources": "^1.2.1",
2323
"typedoc-plugin-mdn-links": "^5.0.1",
24-
"typedoc-plugin-missing-exports": "^3.1.0",
25-
"typedoc-plugin-rename-defaults": "^0.7.2",
24+
"typedoc-plugin-missing-exports": "^4.0.0",
25+
"typedoc-plugin-rename-defaults": "^0.7.3",
2626
"typedoc-plugin-zod": "^1.4.0"
2727
},
2828
"packageManager": "[email protected]",
2929
"engines": {
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@types/node": "^22.13.10"
33+
"@types/node": "^22.13.17"
3434
},
3535
"name": "turborepo-template"
3636
}

packages/config-eslint/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"type": "module",
55
"private": true,
66
"devDependencies": {
7-
"@next/eslint-plugin-next": "^15.2.2",
8-
"@typescript-eslint/eslint-plugin": "^8.26.1",
9-
"@typescript-eslint/parser": "^8.26.1",
10-
"eslint": "^9.22.0",
7+
"@next/eslint-plugin-next": "^15.2.4",
8+
"@typescript-eslint/eslint-plugin": "^8.29.0",
9+
"@typescript-eslint/parser": "^8.29.0",
10+
"eslint": "^9.23.0",
1111
"eslint-config-prettier": "^10.1.1",
1212
"eslint-plugin-only-warn": "^1.1.0",
1313
"eslint-plugin-react": "^7.37.4",
1414
"eslint-plugin-react-hooks": "^5.2.0",
1515
"eslint-plugin-turbo": "^2.4.4",
1616
"globals": "^16.0.0",
1717
"typescript": "^5.8.2",
18-
"typescript-eslint": "^8.26.1"
18+
"typescript-eslint": "^8.29.0"
1919
}
2020
}

packages/jest-presets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node/jest-preset.js"
99
],
1010
"dependencies": {
11-
"ts-jest": "^29.2.6"
11+
"ts-jest": "^29.3.1"
1212
},
1313
"devDependencies": {
1414
"jest-environment-jsdom": "^29.7.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.13.10",
25+
"@types/node": "^22.13.17",
2626
"jest": "^29.7.0",
2727
"tsup": "^8.4.0",
2828
"typescript": "^5.8.2"

0 commit comments

Comments
 (0)