diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-04 04:31:23 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-04 04:32:04 +0000 |
commit | 9bc14dcbb1af10035d1eb18e3596fa2cf099228c (patch) | |
tree | 8827d2b2b31f683b4f3ecc2a0f68427d1b0cc8db /clients | |
parent | Bump vite from 5.3.2 to 5.3.3 (diff) | |
download | zorascript-9bc14dcbb1af10035d1eb18e3596fa2cf099228c.tar zorascript-9bc14dcbb1af10035d1eb18e3596fa2cf099228c.tar.gz zorascript-9bc14dcbb1af10035d1eb18e3596fa2cf099228c.tar.bz2 zorascript-9bc14dcbb1af10035d1eb18e3596fa2cf099228c.tar.lz zorascript-9bc14dcbb1af10035d1eb18e3596fa2cf099228c.tar.xz zorascript-9bc14dcbb1af10035d1eb18e3596fa2cf099228c.tar.zst zorascript-9bc14dcbb1af10035d1eb18e3596fa2cf099228c.zip |
Bump @typescript-eslint/parser from 7.14.1 to 7.15.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-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 6b06230..da3a3a8 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "0.5.13", "@types/node": "20.14.9", "@typescript-eslint/eslint-plugin": "^7.14.1", - "@typescript-eslint/parser": "^7.14.1", + "@typescript-eslint/parser": "^7.15.0", "@vite-pwa/sveltekit": "^0.5.0", "autoprefixer": "10.4.19", "eslint": "^9.6.0", |