Skip to content

Commit 6e69521

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 05f5c6a commit 6e69521

File tree

9 files changed

+146
-145
lines changed

9 files changed

+146
-145
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-20_16:31:43
1+
2025-10-21_01:55:47

examples/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@next/eslint-plugin-next": "^15.5.6",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^24.9.0",
24+
"@types/node": "^24.9.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
2727
"typescript": "^5.9.3"

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@next/eslint-plugin-next": "^15.5.6",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/node": "^24.9.0",
27+
"@types/node": "^24.9.1",
2828
"@types/react": "^19.2.2",
2929
"@types/react-dom": "^19.2.2",
3030
"typescript": "^5.9.3"

examples/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@next/eslint-plugin-next": "^15.5.6",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^24.9.0",
29+
"@types/node": "^24.9.1",
3030
"@types/react": "^19.2.2",
3131
"@types/react-dom": "^19.2.2",
3232
"autoprefixer": "^10.4.21",

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@repo/eslint-config": "workspace:*",
5757
"@repo/typescript-config": "workspace:*",
5858
"@testing-library/react": "^16.3.0",
59-
"@types/node": "^24.9.0",
59+
"@types/node": "^24.9.1",
6060
"@types/react": "^19.2.2",
6161
"@types/react-dom": "^19.2.2",
6262
"@vitejs/plugin-react": "^5.0.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"node": ">=18"
2323
},
2424
"dependencies": {
25-
"@types/node": "^24.9.0"
25+
"@types/node": "^24.9.1"
2626
},
2727
"name": "turborepo-template"
2828
}

packages/config-eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"private": true,
66
"devDependencies": {
77
"@next/eslint-plugin-next": "^15.5.6",
8-
"@typescript-eslint/eslint-plugin": "^8.46.1",
9-
"@typescript-eslint/parser": "^8.46.1",
8+
"@typescript-eslint/eslint-plugin": "^8.46.2",
9+
"@typescript-eslint/parser": "^8.46.2",
1010
"eslint": "^9.38.0",
1111
"eslint-config-prettier": "^10.1.8",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.5.8",
1616
"globals": "^16.4.0",
1717
"typescript": "^5.9.3",
18-
"typescript-eslint": "^8.46.1"
18+
"typescript-eslint": "^8.46.2"
1919
}
2020
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.0",
24-
"@types/node": "^24.9.0",
24+
"@types/node": "^24.9.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
2727
"@vitejs/plugin-react": "^5.0.4",

0 commit comments

Comments
 (0)