Skip to content

Commit a39e462

Browse files
committed
chore: update eslint-plugin-jsdoc and @types/node versions
- Bump eslint-plugin-jsdoc from ^61.0.1 to ^61.1.0 in multiple package.json files. - Update @types/node from ^24.7.0 to ^24.7.1 across various package.json files and pnpm-lock.yaml. - Upgrade @effect-atom/atom-react from ^0.3.0 to ^0.3.2 in apps/website/package.json. - Ensure consistency in dependency versions across the project.
1 parent 757640e commit a39e462

File tree

6 files changed

+68
-68
lines changed

6 files changed

+68
-68
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.4.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.31",
26-
"eslint-plugin-jsdoc": "^61.0.1",
26+
"eslint-plugin-jsdoc": "^61.1.0",
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

.pkgs/eslint-plugin-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/types": "^8.46.0",
3333
"@typescript-eslint/utils": "^8.46.0",
3434
"eslint-plugin-de-morgan": "^2.0.0",
35-
"eslint-plugin-jsdoc": "^61.0.1",
35+
"eslint-plugin-jsdoc": "^61.1.0",
3636
"eslint-plugin-perfectionist": "^4.15.1",
3737
"eslint-plugin-regexp": "^2.10.0",
3838
"eslint-plugin-unicorn": "^61.0.2",

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@effect-atom/atom-react": "^0.3.0",
13+
"@effect-atom/atom-react": "^0.3.2",
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
@@ -44,7 +44,7 @@
4444
"@tsconfig/strictest": "^2.0.6",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.7.0",
47+
"@types/node": "^24.7.1",
4848
"@types/react": "^19.2.2",
4949
"@types/react-dom": "^19.2.1",
5050
"dedent": "^1.7.0",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/next": "^2.0.3",
2424
"@tsconfig/node22": "^22.0.2",
2525
"@tsconfig/strictest": "^2.0.6",
26-
"@types/node": "^24.7.0",
26+
"@types/node": "^24.7.1",
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.1",
2929
"eslint": "^9.37.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@radix-ui/react-toast": "^1.2.15",
6363
"@tsconfig/node22": "^22.0.2",
6464
"@tsconfig/strictest": "^2.0.6",
65-
"@types/node": "^24.7.0",
65+
"@types/node": "^24.7.1",
6666
"@types/react": "^19.2.2",
6767
"@types/react-dom": "^19.2.1",
6868
"@typescript-eslint/parser": "^8.46.0",

0 commit comments

Comments
 (0)