aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-20 22:24:51 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-01-20 22:25:20 +0000
commitb8964a08ef806944679c33767da66213949df6d5 (patch)
treeab465bf11bcd3067e2d0e9f6b9dabbf6a42cc83e
parentbuild(deps-dev): bump the nodejs-dependencies group with 5 updates (diff)
downloadlocusts-b8964a08ef806944679c33767da66213949df6d5.tar
locusts-b8964a08ef806944679c33767da66213949df6d5.tar.gz
locusts-b8964a08ef806944679c33767da66213949df6d5.tar.bz2
locusts-b8964a08ef806944679c33767da66213949df6d5.tar.lz
locusts-b8964a08ef806944679c33767da66213949df6d5.tar.xz
locusts-b8964a08ef806944679c33767da66213949df6d5.tar.zst
locusts-b8964a08ef806944679c33767da66213949df6d5.zip
build(deps-dev): bump @types/react in the nodejs-dependencies group
Bumps the nodejs-dependencies group with 1 update: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `@types/react` from 19.2.8 to 19.2.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.9 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.yaml16
-rw-r--r--src/packages/react/package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 0a20f48..166fee1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -85,11 +85,11 @@ importers:
specifier: workspace:*
version: link:../typescript-config
'@types/react':
- specifier: ^19.2.8
- version: 19.2.8
+ specifier: ^19.2.9
+ version: 19.2.9
'@types/react-dom':
specifier: ^19.2.3
- version: 19.2.3(@types/react@19.2.8)
+ version: 19.2.3(@types/react@19.2.9)
'@vitejs/plugin-react-swc':
specifier: ^4.2.2
version: 4.2.2(vite@7.3.1(@types/node@25.0.9)(tsx@4.21.0))
@@ -1166,8 +1166,8 @@ packages:
peerDependencies:
'@types/react': ^19.2.0
- '@types/react@19.2.8':
- resolution: {integrity: sha512-3MbSL37jEchWZz2p2mjntRZtPt837ij10ApxKfgmXCTuHWagYg7iA5bqPw6C8BMPfwidlvfPI/fxOc42HLhcyg==}
+ '@types/react@19.2.9':
+ resolution: {integrity: sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==}
'@typescript-eslint/eslint-plugin@8.53.1':
resolution: {integrity: sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==}
@@ -4116,11 +4116,11 @@ snapshots:
dependencies:
undici-types: 7.16.0
- '@types/react-dom@19.2.3(@types/react@19.2.8)':
+ '@types/react-dom@19.2.3(@types/react@19.2.9)':
dependencies:
- '@types/react': 19.2.8
+ '@types/react': 19.2.9
- '@types/react@19.2.8':
+ '@types/react@19.2.9':
dependencies:
csstype: 3.2.3
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index a5b72b6..e755581 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -43,7 +43,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/react": "^19.2.8",
+ "@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"eslint-plugin-react": "^7.37.5",