diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-28 22:21:24 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-02-28 22:21:39 +0000 |
commit | 94d6f9422e5153710481db7bd5b41b82347892d4 (patch) | |
tree | 05ef528735cd26f349668bc1d9cbc3122551d6db /src/packages/react/package.json | |
parent | build(deps-dev): bump svelte in the nodejs-dependencies group (diff) | |
download | locusts-94d6f9422e5153710481db7bd5b41b82347892d4.tar locusts-94d6f9422e5153710481db7bd5b41b82347892d4.tar.gz locusts-94d6f9422e5153710481db7bd5b41b82347892d4.tar.bz2 locusts-94d6f9422e5153710481db7bd5b41b82347892d4.tar.lz locusts-94d6f9422e5153710481db7bd5b41b82347892d4.tar.xz locusts-94d6f9422e5153710481db7bd5b41b82347892d4.tar.zst locusts-94d6f9422e5153710481db7bd5b41b82347892d4.zip |
build(deps-dev): bump the nodejs-dependencies group with 4 updates
Bumps the nodejs-dependencies group with 4 updates: [typescript](https://github.com/microsoft/TypeScript), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) and [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks).
Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2)
Updates `@types/node` from 22.13.5 to 22.13.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `publint` from 0.3.6 to 0.3.7
- [Release notes](https://github.com/publint/publint/releases)
- [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md)
- [Commits](https://github.com/publint/publint/commits/publint@0.3.7/packages/publint)
Updates `eslint-plugin-react-hooks` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: publint
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: eslint-plugin-react-hooks
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: nodejs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/packages/react/package.json')
-rw-r--r-- | src/packages/react/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/packages/react/package.json b/src/packages/react/package.json index c91d57e..c7025e9 100644 --- a/src/packages/react/package.json +++ b/src/packages/react/package.json @@ -47,11 +47,11 @@ "@types/react-dom": "^19.0.4", "@vitejs/plugin-react-swc": "^3.8.0", "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^5.1.0", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", - "publint": "^0.3.6", - "typescript": "^5.7.3", + "publint": "^0.3.7", + "typescript": "^5.8.2", "typescript-eslint": "^8.25.0", "vite": "^6.2.0" }, |