Skip to content

Commit ff37ed9

Browse files
chore(deps-dev): bump the dev group across 1 directory with 2 updates (#89)
Bumps the dev group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/node` from 22.13.10 to 24.0.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.1.6 to 19.1.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.0.13 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev - dependency-name: "@types/react" dependency-version: 19.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96f2b80 commit ff37ed9

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@marcalexiei/eslint-config": "2.0.3",
6666
"@marcalexiei/prettier-config": "1.1.1",
6767
"@types/json-schema": "7.0.15",
68-
"@types/node": "22.13.10",
68+
"@types/node": "24.0.13",
6969
"@typescript-eslint/parser": "8.36.0",
7070
"@vitest/eslint-plugin": "1.3.4",
7171
"eslint": "9.31.0",

pnpm-lock.yaml

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/legacy-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "NODE_OPTIONS=\"--no-warnings\" ESLINT_USE_FLAT_CONFIG=false eslint ./src --ext .tsx"
88
},
99
"devDependencies": {
10-
"@types/react": "19.1.6",
10+
"@types/react": "19.1.8",
1111
"react": "19.1.0",
1212
"eslint-plugin-react-import": "workspace:*"
1313
}

tests/fixtures/recommended-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint ."
88
},
99
"devDependencies": {
10-
"@types/react": "19.1.6",
10+
"@types/react": "19.1.8",
1111
"react": "19.1.0",
1212
"eslint-plugin-react-import": "workspace:*"
1313
}

0 commit comments

Comments
 (0)