diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-08 04:13:51 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-08 04:14:27 +0000 |
commit | b53bf223646a248583b4695eda2a530852c7148a (patch) | |
tree | b1bc086b3a83aed59e709e075b5e39f4999490cd /clients | |
parent | Group all dependabot dependencies (diff) | |
download | zorascript-b53bf223646a248583b4695eda2a530852c7148a.tar zorascript-b53bf223646a248583b4695eda2a530852c7148a.tar.gz zorascript-b53bf223646a248583b4695eda2a530852c7148a.tar.bz2 zorascript-b53bf223646a248583b4695eda2a530852c7148a.tar.lz zorascript-b53bf223646a248583b4695eda2a530852c7148a.tar.xz zorascript-b53bf223646a248583b4695eda2a530852c7148a.tar.zst zorascript-b53bf223646a248583b4695eda2a530852c7148a.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
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.7 to 3.4.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.8/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8)
Updates `vite` from 5.3.5 to 5.4.0
- [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/create-vite@5.4.0/packages/vite)
---
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
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | clients/www/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index b781096..c883af1 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -20,7 +20,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/node": "22.1.0", "@typescript-eslint/eslint-plugin": "^8.0.1", "@typescript-eslint/parser": "^8.0.1", @@ -36,10 +36,10 @@ "svelte": "^4.2.18", "svelte-check": "^3.8.5", "svelte-persisted-store": "^0.11.0", - "tailwindcss": "3.4.7", + "tailwindcss": "3.4.8", "tslib": "^2.6.3", "typescript": "^5.5.4", - "vite": "^5.3.5", + "vite": "^5.4.0", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |