aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-16 04:17:14 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-16 04:18:00 +0000
commit84bf06b12d14261040513c51479ea978bd4ff644 (patch)
treef86c1932ad349c95aaeba8d16813dcdc4402a79a /clients/www/package.json
parentBump the node-deps group with 4 updates (diff)
downloadzorascript-84bf06b12d14261040513c51479ea978bd4ff644.tar
zorascript-84bf06b12d14261040513c51479ea978bd4ff644.tar.gz
zorascript-84bf06b12d14261040513c51479ea978bd4ff644.tar.bz2
zorascript-84bf06b12d14261040513c51479ea978bd4ff644.tar.lz
zorascript-84bf06b12d14261040513c51479ea978bd4ff644.tar.xz
zorascript-84bf06b12d14261040513c51479ea978bd4ff644.tar.zst
zorascript-84bf06b12d14261040513c51479ea978bd4ff644.zip
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [tslib](https://github.com/Microsoft/tslib). Updates `tailwindcss` from 3.4.13 to 3.4.14 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14) Updates `tslib` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: tslib 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 'clients/www/package.json')
-rw-r--r--clients/www/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index fe9fa56..9d6ef2b 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -36,8 +36,8 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-persisted-store": "^0.11.0",
- "tailwindcss": "3.4.13",
- "tslib": "^2.7.0",
+ "tailwindcss": "3.4.14",
+ "tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-tailwind-purgecss": "0.3.3"