Skip to content

Commit 49ff34c

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 8f97ab0 commit 49ff34c

File tree

9 files changed

+138
-138
lines changed

9 files changed

+138
-138
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-15_16:31:04
1+
2025-09-16_01:49:15

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.3",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^24.4.0",
24+
"@types/node": "^24.5.0",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
2727
"typescript": "^5.9.2"

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.3",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/node": "^24.4.0",
27+
"@types/node": "^24.5.0",
2828
"@types/react": "^19.1.13",
2929
"@types/react-dom": "^19.1.9",
3030
"typescript": "^5.9.2"

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.3",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^24.4.0",
29+
"@types/node": "^24.5.0",
3030
"@types/react": "^19.1.13",
3131
"@types/react-dom": "^19.1.9",
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.4.0",
59+
"@types/node": "^24.5.0",
6060
"@types/react": "^19.1.13",
6161
"@types/react-dom": "^19.1.9",
6262
"@vitejs/plugin-react": "^5.0.2",

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.4.0"
25+
"@types/node": "^24.5.0"
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.3",
8-
"@typescript-eslint/eslint-plugin": "^8.43.0",
9-
"@typescript-eslint/parser": "^8.43.0",
8+
"@typescript-eslint/eslint-plugin": "^8.44.0",
9+
"@typescript-eslint/parser": "^8.44.0",
1010
"eslint": "^9.35.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.6",
1616
"globals": "^16.4.0",
1717
"typescript": "^5.9.2",
18-
"typescript-eslint": "^8.43.0"
18+
"typescript-eslint": "^8.44.0"
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.4.0",
24+
"@types/node": "^24.5.0",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
2727
"@vitejs/plugin-react": "^5.0.2",

0 commit comments

Comments
 (0)