diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-04 16:52:59 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-04 16:53:39 +0000 |
commit | 300f5b7ed5c63419cc62887972a9481e7b66fa44 (patch) | |
tree | 22977c33b1c6a7fdcadb4d397fc71f6848139b0e /app/package.json | |
parent | Bump @types/node from 20.14.0 to 20.14.1 (diff) | |
download | trinkets-300f5b7ed5c63419cc62887972a9481e7b66fa44.tar trinkets-300f5b7ed5c63419cc62887972a9481e7b66fa44.tar.gz trinkets-300f5b7ed5c63419cc62887972a9481e7b66fa44.tar.bz2 trinkets-300f5b7ed5c63419cc62887972a9481e7b66fa44.tar.lz trinkets-300f5b7ed5c63419cc62887972a9481e7b66fa44.tar.xz trinkets-300f5b7ed5c63419cc62887972a9481e7b66fa44.tar.zst trinkets-300f5b7ed5c63419cc62887972a9481e7b66fa44.zip |
Bump @typescript-eslint/parser from 7.11.0 to 7.12.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.11.0 to 7.12.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.12.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 'app/package.json')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index 5eaee46..70cb811 100644 --- a/app/package.json +++ b/app/package.json @@ -19,7 +19,7 @@ "@types/node": "20.14.1", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "7.11.0", - "@typescript-eslint/parser": "7.11.0", + "@typescript-eslint/parser": "7.12.0", "@vite-pwa/sveltekit": "0.5.0", "autoprefixer": "10.4.19", "crc": "4.3.2", |