diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-04 16:54:54 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-04 16:56:10 +0000 |
commit | c776f18b2990c7b81305fe9021e5984e93b3499d (patch) | |
tree | be2e8eb0316176250a915f870a743407923a7beb /app | |
parent | Bump the node-deps group with 5 updates (diff) | |
download | trinkets-c776f18b2990c7b81305fe9021e5984e93b3499d.tar trinkets-c776f18b2990c7b81305fe9021e5984e93b3499d.tar.gz trinkets-c776f18b2990c7b81305fe9021e5984e93b3499d.tar.bz2 trinkets-c776f18b2990c7b81305fe9021e5984e93b3499d.tar.lz trinkets-c776f18b2990c7b81305fe9021e5984e93b3499d.tar.xz trinkets-c776f18b2990c7b81305fe9021e5984e93b3499d.tar.zst trinkets-c776f18b2990c7b81305fe9021e5984e93b3499d.zip |
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.3` |
| [@vite-pwa/sveltekit](https://github.com/vite-pwa/sveltekit) | `0.6.2` | `0.6.4` |
| [postcss](https://github.com/postcss/postcss) | `8.4.44` | `8.4.45` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.0.0` | `4.0.1` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.20.3` | `0.20.4` |
Updates `@types/node` from 22.5.2 to 22.5.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@vite-pwa/sveltekit` from 0.6.2 to 0.6.4
- [Release notes](https://github.com/vite-pwa/sveltekit/releases)
- [Commits](https://github.com/vite-pwa/sveltekit/compare/v0.6.2...v0.6.4)
Updates `postcss` from 8.4.44 to 8.4.45
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.44...8.4.45)
Updates `svelte-check` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.0...svelte-check-4.0.1)
Updates `vite-plugin-pwa` from 0.20.3 to 0.20.4
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.20.3...v0.20.4)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
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: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: svelte-check
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 582b990..5174dc3 100644 --- a/app/package.json +++ b/app/package.json @@ -16,11 +16,11 @@ "@tailwindcss/forms": "0.5.8", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.5.2", + "@types/node": "22.5.3", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "8.4.0", "@typescript-eslint/parser": "8.4.0", - "@vite-pwa/sveltekit": "0.6.2", + "@vite-pwa/sveltekit": "0.6.4", "autoprefixer": "10.4.20", "crc": "4.3.2", "eslint": "9.9.1", @@ -28,16 +28,16 @@ "eslint-plugin-svelte": "2.43.0", "html-minifier-terser": "7.2.0", "iconify-icon": "^2.1.0", - "postcss": "8.4.44", + "postcss": "8.4.45", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.19", - "svelte-check": "4.0.0", + "svelte-check": "4.0.1", "tailwindcss": "3.4.10", "tslib": "2.7.0", "typescript": "5.5.4", "vite": "5.4.3", - "vite-plugin-pwa": "0.20.3", + "vite-plugin-pwa": "0.20.4", "vite-plugin-tailwind-purgecss": "0.3.3" }, "private": true, |