Skip to content

Commit db8c46d

Browse files
chore(deps-dev): Bump the development-dependencies group with 3 updates (#107)
Bumps the development-dependencies group with 3 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/react` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `oxlint` from 1.29.0 to 1.30.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.30.0/npm/oxlint) Updates `typescript-eslint` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: oxlint dependency-version: 1.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e018b0 commit db8c46d

File tree

2 files changed

+120
-241
lines changed

2 files changed

+120
-241
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@biomejs/biome": "^2.3.7",
3030
"@eslint/js": "^9.39.1",
3131
"@types/node": "^24.10.1",
32-
"@types/react": "^19.2.6",
32+
"@types/react": "^19.2.7",
3333
"@types/react-dom": "^19.2.3",
3434
"@typescript/native-preview": "7.0.0-dev.20251123.1",
3535
"@vitejs/plugin-react": "^5.1.1",
@@ -39,9 +39,9 @@
3939
"eslint-plugin-react-refresh": "^0.4.24",
4040
"globals": "^16.5.0",
4141
"jsdom": "^27.2.0",
42-
"oxlint": "^1.29.0",
42+
"oxlint": "^1.30.0",
4343
"typescript": "~5.9.3",
44-
"typescript-eslint": "^8.47.0",
44+
"typescript-eslint": "^8.48.0",
4545
"vite": "^7.2.4",
4646
"vitest": "^3.2.4"
4747
},

0 commit comments

Comments
 (0)