aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-04 22:25:34 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-06-04 22:25:45 +0000
commit491691568cb8772e12fc78747ae9d94bcf2dffe4 (patch)
tree2bc239e1797fb0da8df8b43ca076e4520c9709cc
parentbuild(deps-dev): bump the nodejs-dependencies group with 4 updates (diff)
downloadlocusts-491691568cb8772e12fc78747ae9d94bcf2dffe4.tar
locusts-491691568cb8772e12fc78747ae9d94bcf2dffe4.tar.gz
locusts-491691568cb8772e12fc78747ae9d94bcf2dffe4.tar.bz2
locusts-491691568cb8772e12fc78747ae9d94bcf2dffe4.tar.lz
locusts-491691568cb8772e12fc78747ae9d94bcf2dffe4.tar.xz
locusts-491691568cb8772e12fc78747ae9d94bcf2dffe4.tar.zst
locusts-491691568cb8772e12fc78747ae9d94bcf2dffe4.zip
build(deps-dev): bump @types/react-dom in the nodejs-dependencies group
Bumps the nodejs-dependencies group with 1 update: [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). Updates `@types/react-dom` from 19.1.5 to 19.1.6 - [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-dom" dependency-version: 19.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pnpm-lock.yaml10
-rw-r--r--src/packages/react/package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4bb7818..e97773b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -88,8 +88,8 @@ importers:
specifier: ^19.1.6
version: 19.1.6
'@types/react-dom':
- specifier: ^19.1.5
- version: 19.1.5(@types/react@19.1.6)
+ specifier: ^19.1.6
+ version: 19.1.6(@types/react@19.1.6)
'@vitejs/plugin-react-swc':
specifier: ^3.10.1
version: 3.10.1(vite@6.3.5(@types/node@22.15.29)(tsx@4.19.4))
@@ -1056,8 +1056,8 @@ packages:
'@types/node@22.15.29':
resolution: {integrity: sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==}
- '@types/react-dom@19.1.5':
- resolution: {integrity: sha512-CMCjrWucUBZvohgZxkjd6S9h0nZxXjzus6yDfUb+xLxYM7VvjKNH1tQrE9GWLql1XoOP4/Ds3bwFqShHUYraGg==}
+ '@types/react-dom@19.1.6':
+ resolution: {integrity: sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==}
peerDependencies:
'@types/react': ^19.0.0
@@ -3877,7 +3877,7 @@ snapshots:
dependencies:
undici-types: 6.21.0
- '@types/react-dom@19.1.5(@types/react@19.1.6)':
+ '@types/react-dom@19.1.6(@types/react@19.1.6)':
dependencies:
'@types/react': 19.1.6
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 6e48bb1..8555350 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -44,7 +44,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "^19.1.6",
- "@types/react-dom": "^19.1.5",
+ "@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",