diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-27 04:42:20 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-27 04:43:03 +0000 |
commit | 46dc0481e73e3d964075bcabbe5b4c18c6950cba (patch) | |
tree | f1014f841928b1ce7055575a8689fcd62e42a000 /clients | |
parent | Bump the node-deps group with 5 updates (diff) | |
download | zorascript-46dc0481e73e3d964075bcabbe5b4c18c6950cba.tar zorascript-46dc0481e73e3d964075bcabbe5b4c18c6950cba.tar.gz zorascript-46dc0481e73e3d964075bcabbe5b4c18c6950cba.tar.bz2 zorascript-46dc0481e73e3d964075bcabbe5b4c18c6950cba.tar.lz zorascript-46dc0481e73e3d964075bcabbe5b4c18c6950cba.tar.xz zorascript-46dc0481e73e3d964075bcabbe5b4c18c6950cba.tar.zst zorascript-46dc0481e73e3d964075bcabbe5b4c18c6950cba.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `@typescript-eslint/eslint-plugin` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | clients/www/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 42c092e..095dfe5 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -22,8 +22,8 @@ "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.14", "@types/node": "22.5.0", - "@typescript-eslint/eslint-plugin": "^8.2.0", - "@typescript-eslint/parser": "^8.2.0", + "@typescript-eslint/eslint-plugin": "^8.3.0", + "@typescript-eslint/parser": "^8.3.0", "@vite-pwa/sveltekit": "^0.6.1", "autoprefixer": "10.4.20", "eslint": "^9.9.1", |