diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-29 22:33:00 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-07-29 22:33:10 +0000 |
commit | 6120187c10f994c43547626e9e0d4c8d32834c52 (patch) | |
tree | c4c67b005e1fc78453a805f6fcf0a3b0e0aaeb0c /src/packages/react/package.json | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-6120187c10f994c43547626e9e0d4c8d32834c52.tar locusts-6120187c10f994c43547626e9e0d4c8d32834c52.tar.gz locusts-6120187c10f994c43547626e9e0d4c8d32834c52.tar.bz2 locusts-6120187c10f994c43547626e9e0d4c8d32834c52.tar.lz locusts-6120187c10f994c43547626e9e0d4c8d32834c52.tar.xz locusts-6120187c10f994c43547626e9e0d4c8d32834c52.tar.zst locusts-6120187c10f994c43547626e9e0d4c8d32834c52.zip |
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom).
Updates `@types/react` from 19.1.8 to 19.1.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Updates `@types/react-dom` from 19.1.6 to 19.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-version: 19.1.9
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: "@types/react-dom"
dependency-version: 19.1.7
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | src/packages/react/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/react/package.json b/src/packages/react/package.json index a6533f8..efb1995 100644 --- a/src/packages/react/package.json +++ b/src/packages/react/package.json @@ -43,8 +43,8 @@ "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", - "@types/react": "^19.1.8", - "@types/react-dom": "^19.1.6", + "@types/react": "^19.1.9", + "@types/react-dom": "^19.1.7", "@vitejs/plugin-react-swc": "^3.11.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", |