Skip to content

Commit 496ef38

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 97d3472 commit 496ef38

File tree

10 files changed

+187
-162
lines changed

10 files changed

+187
-162
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-27_16:32:31
1+
2025-05-28_02:01:29

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.3.2",
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^22.15.21",
24+
"@types/node": "^22.15.23",
2525
"@types/react": "^19.1.6",
2626
"@types/react-dom": "^19.1.5",
2727
"typescript": "^5.8.3"

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@next/eslint-plugin-next": "^15.3.2",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.15.21",
28+
"@types/node": "^22.15.23",
2929
"@types/react": "^19.1.6",
3030
"@types/react-dom": "^19.1.5",
3131
"typescript": "^5.8.3"

examples/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@next/eslint-plugin-next": "^15.3.2",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/node": "^22.15.21",
30+
"@types/node": "^22.15.23",
3131
"@types/react": "^19.1.6",
3232
"@types/react-dom": "^19.1.5",
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.21",
60+
"@types/node": "^22.15.23",
6161
"@types/react": "^19.1.6",
6262
"@types/react-dom": "^19.1.5",
6363
"@vitejs/plugin-react": "^4.5.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@types/node": "^22.15.21"
33+
"@types/node": "^22.15.23"
3434
},
3535
"name": "turborepo-template"
3636
}

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.3.2",
8-
"@typescript-eslint/eslint-plugin": "^8.32.1",
9-
"@typescript-eslint/parser": "^8.32.1",
8+
"@typescript-eslint/eslint-plugin": "^8.33.0",
9+
"@typescript-eslint/parser": "^8.33.0",
1010
"eslint": "^9.27.0",
1111
"eslint-config-prettier": "^10.1.5",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.5.3",
1616
"globals": "^16.2.0",
1717
"typescript": "^5.8.3",
18-
"typescript-eslint": "^8.32.1"
18+
"typescript-eslint": "^8.33.0"
1919
}
2020
}

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.21",
25+
"@types/node": "^22.15.23",
2626
"jest": "^29.7.0",
2727
"tsup": "^8.5.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.21",
25+
"@types/node": "^22.15.23",
2626
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.5.0",

0 commit comments

Comments
 (0)