Skip to content

Commit 2b0b62e

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 3529943 commit 2b0b62e

File tree

8 files changed

+127
-127
lines changed

8 files changed

+127
-127
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-15_16:21:03
1+
2025-09-16_01:13:34

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

examples/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"devDependencies": {
1212
"@repo/typescript-config": "workspace:*",
13-
"@types/node": "^24.4.0",
13+
"@types/node": "^24.5.0",
1414
"git-json-resolver": "workspace:*",
1515
"typescript": "^5.9.2"
1616
}

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@repo/eslint-config": "workspace:*",
5454
"@repo/typescript-config": "workspace:*",
5555
"@types/micromatch": "^4.0.9",
56-
"@types/node": "^24.4.0",
56+
"@types/node": "^24.5.0",
5757
"@types/picomatch": "^4.0.2",
5858
"@vitest/coverage-v8": "^3.2.4",
5959
"esbuild-plugin-rdi": "^0.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@changesets/cli": "^2.29.7",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^24.4.0",
24+
"@types/node": "^24.5.0",
2525
"pre-commit": "^1.2.2",
2626
"prettier": "^3.6.2",
2727
"turbo": "^2.5.6",
@@ -42,4 +42,4 @@
4242
"next@>=15.0.0 <15.2.3": ">=15.2.3"
4343
}
4444
}
45-
}
45+
}

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.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
@@ -23,7 +23,7 @@
2323
"@repo/scripts": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
2525
"@testing-library/react": "^16.3.0",
26-
"@types/node": "^24.4.0",
26+
"@types/node": "^24.5.0",
2727
"@types/react": "^19.1.13",
2828
"@types/react-dom": "^19.1.9",
2929
"@vitejs/plugin-react": "^5.0.2",

0 commit comments

Comments
 (0)