diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-07 23:38:11 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-04-07 23:38:22 +0000 |
commit | c55fe345baaedd69790720033663a29db05ecb20 (patch) | |
tree | c0a856b985306b11b04e64bdc651d1e9e34c581e /src/packages/react/package.json | |
parent | build(deps-dev): bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-c55fe345baaedd69790720033663a29db05ecb20.tar locusts-c55fe345baaedd69790720033663a29db05ecb20.tar.gz locusts-c55fe345baaedd69790720033663a29db05ecb20.tar.bz2 locusts-c55fe345baaedd69790720033663a29db05ecb20.tar.lz locusts-c55fe345baaedd69790720033663a29db05ecb20.tar.xz locusts-c55fe345baaedd69790720033663a29db05ecb20.tar.zst locusts-c55fe345baaedd69790720033663a29db05ecb20.zip |
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3)
Updates `typescript-eslint` from 8.29.0 to 8.29.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.1/packages/typescript-eslint)
Updates `svelte` from 5.25.6 to 5.25.8
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.25.8/packages/svelte)
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.8.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.29.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: svelte
dependency-version: 5.25.8
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/packages/react/package.json')
-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 0750c61..794f5db 100644 --- a/src/packages/react/package.json +++ b/src/packages/react/package.json @@ -51,8 +51,8 @@ "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "publint": "^0.3.10", - "typescript": "^5.8.2", - "typescript-eslint": "^8.29.0", + "typescript": "^5.8.3", + "typescript-eslint": "^8.29.1", "vite": "^6.2.5" }, "publishConfig": { |