aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-29 22:33:00 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-07-29 22:33:10 +0000
commit6120187c10f994c43547626e9e0d4c8d32834c52 (patch)
treec4c67b005e1fc78453a805f6fcf0a3b0e0aaeb0c /src
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-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 'src')
-rw-r--r--src/packages/react/package.json4
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",