diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-06 22:48:10 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-06 22:48:24 +0000 |
commit | 3a7ec082087750f835dc823827b45206e0fb796e (patch) | |
tree | b320cb5446b903cce027d11ce994164cb622a718 /src/packages/react | |
parent | build(deps-dev): bump @types/node in the nodejs-dependencies group (diff) | |
download | locusts-3a7ec082087750f835dc823827b45206e0fb796e.tar locusts-3a7ec082087750f835dc823827b45206e0fb796e.tar.gz locusts-3a7ec082087750f835dc823827b45206e0fb796e.tar.bz2 locusts-3a7ec082087750f835dc823827b45206e0fb796e.tar.lz locusts-3a7ec082087750f835dc823827b45206e0fb796e.tar.xz locusts-3a7ec082087750f835dc823827b45206e0fb796e.tar.zst locusts-3a7ec082087750f835dc823827b45206e0fb796e.zip |
build(deps-dev): bump the nodejs-dependencies group with 4 updates
Bumps the nodejs-dependencies group with 4 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [publint](https://github.com/bluwy/publint/tree/HEAD/packages/publint), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `typescript-eslint` from 8.19.0 to 8.19.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.19.1/packages/typescript-eslint)
Updates `publint` from 0.2.12 to 0.3.0
- [Release notes](https://github.com/bluwy/publint/releases)
- [Changelog](https://github.com/bluwy/publint/blob/master/packages/publint/CHANGELOG.md)
- [Commits](https://github.com/bluwy/publint/commits/publint@0.3.0/packages/publint)
Updates `@types/react` from 19.0.2 to 19.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Updates `svelte` from 5.16.1 to 5.16.4
- [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.16.4/packages/svelte)
---
updated-dependencies:
- dependency-name: typescript-eslint
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-minor
dependency-group: nodejs-dependencies
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: svelte
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')
-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 7f7543b..f53b8f3 100644 --- a/src/packages/react/package.json +++ b/src/packages/react/package.json @@ -43,16 +43,16 @@ "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", - "@types/react": "^19.0.2", + "@types/react": "^19.0.3", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react-swc": "^3.7.2", "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", - "publint": "^0.2.0", + "publint": "^0.3.0", "typescript": "^5.7.2", - "typescript-eslint": "^8.19.0", + "typescript-eslint": "^8.19.1", "vite": "^6.0.7" }, "publishConfig": { |