Skip to content

Commit d5043c5

Browse files
committed
upgrade deps && docs [skip ci]
1 parent f3501da commit d5043c5

File tree

7 files changed

+125
-124
lines changed

7 files changed

+125
-124
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-20_16:12:57
1+
2025-10-21_00:47:22

examples/nextjs/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
"typescript": "^5.9.3"

lib/package.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@changesets/cli": "^2.29.7",
1717
"@repo/typescript-config": "workspace:*",
18-
"@types/node": "^24.9.0",
18+
"@types/node": "^24.9.1",
1919
"prettier": "^3.6.2",
2020
"turbo": "^2.5.8"
2121
},

packages/eslint-config/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
@@ -22,7 +22,7 @@
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@testing-library/react": "^16.3.0",
25-
"@types/node": "^24.9.0",
25+
"@types/node": "^24.9.1",
2626
"@types/react": "^19.2.2",
2727
"@types/react-dom": "^19.2.2",
2828
"@vitejs/plugin-react": "^5.0.4",

0 commit comments

Comments
 (0)