diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-08 16:50:37 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-08 16:51:18 +0000 |
commit | 2b416e88d73ec6652472eb55525df0ef0fe8e594 (patch) | |
tree | 7ebb0c50ed12cbcff53d789c1c42ea732418423e /app/package.json | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | trinkets-2b416e88d73ec6652472eb55525df0ef0fe8e594.tar trinkets-2b416e88d73ec6652472eb55525df0ef0fe8e594.tar.gz trinkets-2b416e88d73ec6652472eb55525df0ef0fe8e594.tar.bz2 trinkets-2b416e88d73ec6652472eb55525df0ef0fe8e594.tar.lz trinkets-2b416e88d73ec6652472eb55525df0ef0fe8e594.tar.xz trinkets-2b416e88d73ec6652472eb55525df0ef0fe8e594.tar.zst trinkets-2b416e88d73ec6652472eb55525df0ef0fe8e594.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `@tailwindcss/typography` from 0.5.13 to 0.5.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.13...v0.5.14)
Updates `tailwindcss` from 3.4.8 to 3.4.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9)
---
updated-dependencies:
- dependency-name: "@tailwindcss/typography"
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/package.json')
-rw-r--r-- | app/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/package.json b/app/package.json index a5ccfc1..73d09af 100644 --- a/app/package.json +++ b/app/package.json @@ -14,7 +14,7 @@ "@sveltejs/kit": "2.5.20", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", - "@tailwindcss/typography": "0.5.13", + "@tailwindcss/typography": "0.5.14", "@types/html-minifier-terser": "7.0.2", "@types/node": "22.1.0", "@types/wicg-file-system-access": "2023.10.5", @@ -33,7 +33,7 @@ "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.18", "svelte-check": "3.8.5", - "tailwindcss": "3.4.8", + "tailwindcss": "3.4.9", "tslib": "2.6.3", "typescript": "5.5.4", "vite": "5.4.0", |