diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-03 16:43:39 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-03 16:44:21 +0000 |
commit | fd5ca0e49af533b0da9c4be026019670d4cd4ad3 (patch) | |
tree | 64235313dfc702edb38f6d33a2c830162b7b9846 /app/package.json | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | trinkets-fd5ca0e49af533b0da9c4be026019670d4cd4ad3.tar trinkets-fd5ca0e49af533b0da9c4be026019670d4cd4ad3.tar.gz trinkets-fd5ca0e49af533b0da9c4be026019670d4cd4ad3.tar.bz2 trinkets-fd5ca0e49af533b0da9c4be026019670d4cd4ad3.tar.lz trinkets-fd5ca0e49af533b0da9c4be026019670d4cd4ad3.tar.xz trinkets-fd5ca0e49af533b0da9c4be026019670d4cd4ad3.tar.zst trinkets-fd5ca0e49af533b0da9c4be026019670d4cd4ad3.zip |
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.3.0` | `8.4.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.3.0` | `8.4.0` |
| [@vite-pwa/sveltekit](https://github.com/vite-pwa/sveltekit) | `0.6.1` | `0.6.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.2` | `5.4.3` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.20.2` | `0.20.3` |
Updates `@typescript-eslint/eslint-plugin` from 8.3.0 to 8.4.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.4.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.3.0 to 8.4.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.4.0/packages/parser)
Updates `@vite-pwa/sveltekit` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/vite-pwa/sveltekit/releases)
- [Commits](https://github.com/vite-pwa/sveltekit/compare/v0.6.1...v0.6.2)
Updates `vite` from 5.4.2 to 5.4.3
- [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.3/packages/vite)
Updates `vite-plugin-pwa` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.20.2...v0.20.3)
---
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-pwa/sveltekit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: vite-plugin-pwa
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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index d91232e..582b990 100644 --- a/app/package.json +++ b/app/package.json @@ -18,9 +18,9 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "22.5.2", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.3.0", - "@typescript-eslint/parser": "8.3.0", - "@vite-pwa/sveltekit": "0.6.1", + "@typescript-eslint/eslint-plugin": "8.4.0", + "@typescript-eslint/parser": "8.4.0", + "@vite-pwa/sveltekit": "0.6.2", "autoprefixer": "10.4.20", "crc": "4.3.2", "eslint": "9.9.1", @@ -36,8 +36,8 @@ "tailwindcss": "3.4.10", "tslib": "2.7.0", "typescript": "5.5.4", - "vite": "5.4.2", - "vite-plugin-pwa": "0.20.2", + "vite": "5.4.3", + "vite-plugin-pwa": "0.20.3", "vite-plugin-tailwind-purgecss": "0.3.3" }, "private": true, |