diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-04 16:52:32 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-12-04 16:53:53 +0000 |
commit | 375dc49f63dc0bfb612f74cdc14f0824b504b80c (patch) | |
tree | 0f3febdb8a0945fea4c38aae771ef78215769e4e /app | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | trinkets-375dc49f63dc0bfb612f74cdc14f0824b504b80c.tar trinkets-375dc49f63dc0bfb612f74cdc14f0824b504b80c.tar.gz trinkets-375dc49f63dc0bfb612f74cdc14f0824b504b80c.tar.bz2 trinkets-375dc49f63dc0bfb612f74cdc14f0824b504b80c.tar.lz trinkets-375dc49f63dc0bfb612f74cdc14f0824b504b80c.tar.xz trinkets-375dc49f63dc0bfb612f74cdc14f0824b504b80c.tar.zst trinkets-375dc49f63dc0bfb612f74cdc14f0824b504b80c.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [prettier](https://github.com/prettier/prettier), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte), [svelte-check](https://github.com/sveltejs/language-tools) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2)
Updates `svelte` from 5.5.0 to 5.6.1
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.6.1/packages/svelte)
Updates `svelte-check` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.1.0...svelte-check-4.1.1)
Updates `tailwindcss` from 3.4.15 to 3.4.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: svelte
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: svelte-check
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: tailwindcss
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 'app')
-rw-r--r-- | app/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/package.json b/app/package.json index 995b04f..05d4dc7 100644 --- a/app/package.json +++ b/app/package.json @@ -30,11 +30,11 @@ "html-minifier-terser": "7.2.0", "iconify-icon": "^2.1.0", "postcss": "8.4.49", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-svelte": "3.3.2", - "svelte": "5.5.0", - "svelte-check": "4.1.0", - "tailwindcss": "3.4.15", + "svelte": "5.6.1", + "svelte-check": "4.1.1", + "tailwindcss": "3.4.16", "tslib": "2.8.1", "typescript": "5.7.2", "vite": "6.0.2", |