diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-19 22:16:48 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-19 22:16:59 +0000 |
commit | f05370b3d42c7fbf1159bdb635bc914b20208a51 (patch) | |
tree | 4718ec626de09c416f1ffe649541e537a024760d /src | |
parent | build(deps-dev): bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-f05370b3d42c7fbf1159bdb635bc914b20208a51.tar locusts-f05370b3d42c7fbf1159bdb635bc914b20208a51.tar.gz locusts-f05370b3d42c7fbf1159bdb635bc914b20208a51.tar.bz2 locusts-f05370b3d42c7fbf1159bdb635bc914b20208a51.tar.lz locusts-f05370b3d42c7fbf1159bdb635bc914b20208a51.tar.xz locusts-f05370b3d42c7fbf1159bdb635bc914b20208a51.tar.zst locusts-f05370b3d42c7fbf1159bdb635bc914b20208a51.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 [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc).
Updates `@types/react` from 19.0.11 to 19.0.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Updates `@vitejs/plugin-react-swc` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.8.0...v3.8.1)
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
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.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/react/package.json b/src/packages/react/package.json index ab94e0b..7c8ea9f 100644 --- a/src/packages/react/package.json +++ b/src/packages/react/package.json @@ -43,9 +43,9 @@ "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", - "@types/react": "^19.0.11", + "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", - "@vitejs/plugin-react-swc": "^3.8.0", + "@vitejs/plugin-react-swc": "^3.8.1", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", |