diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-20 16:22:20 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-20 16:23:04 +0000 |
commit | bd529ec1b2bf029e59dceb060f48686251af458e (patch) | |
tree | 3b88187eb1dbfa18ed0bd2746ae6af2c00c7bc78 /app | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | trinkets-bd529ec1b2bf029e59dceb060f48686251af458e.tar trinkets-bd529ec1b2bf029e59dceb060f48686251af458e.tar.gz trinkets-bd529ec1b2bf029e59dceb060f48686251af458e.tar.bz2 trinkets-bd529ec1b2bf029e59dceb060f48686251af458e.tar.lz trinkets-bd529ec1b2bf029e59dceb060f48686251af458e.tar.xz trinkets-bd529ec1b2bf029e59dceb060f48686251af458e.tar.zst trinkets-bd529ec1b2bf029e59dceb060f48686251af458e.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `@typescript-eslint/eslint-plugin` from 8.1.0 to 8.2.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.2.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.1.0 to 8.2.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.2.0/packages/parser)
Updates `vite` from 5.4.1 to 5.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite)
---
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
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/package.json b/app/package.json index e079783..ab26bbb 100644 --- a/app/package.json +++ b/app/package.json @@ -18,8 +18,8 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "22.4.1", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.1.0", - "@typescript-eslint/parser": "8.1.0", + "@typescript-eslint/eslint-plugin": "8.2.0", + "@typescript-eslint/parser": "8.2.0", "@vite-pwa/sveltekit": "0.6.0", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -36,7 +36,7 @@ "tailwindcss": "3.4.10", "tslib": "2.6.3", "typescript": "5.5.4", - "vite": "5.4.1", + "vite": "5.4.2", "vite-plugin-pwa": "0.20.1", "vite-plugin-tailwind-purgecss": "0.3.3" }, |