diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 04:33:13 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-04 04:33:57 +0000 |
commit | d86a50f97107e18a4dc8d6f0b1e93fa876cf197a (patch) | |
tree | 9b1742949ec461a90287e8bcc70ca115139d6933 /clients/www | |
parent | Bump @typescript-eslint/parser from 7.14.1 to 7.15.0 (diff) | |
download | zorascript-d86a50f97107e18a4dc8d6f0b1e93fa876cf197a.tar zorascript-d86a50f97107e18a4dc8d6f0b1e93fa876cf197a.tar.gz zorascript-d86a50f97107e18a4dc8d6f0b1e93fa876cf197a.tar.bz2 zorascript-d86a50f97107e18a4dc8d6f0b1e93fa876cf197a.tar.lz zorascript-d86a50f97107e18a4dc8d6f0b1e93fa876cf197a.tar.xz zorascript-d86a50f97107e18a4dc8d6f0b1e93fa876cf197a.tar.zst zorascript-d86a50f97107e18a4dc8d6f0b1e93fa876cf197a.zip |
Bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.14.1 to 7.15.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/v7.15.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index da3a3a8..0c51f66 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -22,7 +22,7 @@ "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", "@types/node": "20.14.9", - "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", |