aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-09 04:17:29 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-09 04:18:04 +0000
commitb7032a158e7fe062f7229068e7323877e0d72a35 (patch)
treea57af35e0fdaafb41ed97de3ad3e322aee995128 /clients
parentBump the node-deps group with 5 updates (diff)
downloadzorascript-b7032a158e7fe062f7229068e7323877e0d72a35.tar
zorascript-b7032a158e7fe062f7229068e7323877e0d72a35.tar.gz
zorascript-b7032a158e7fe062f7229068e7323877e0d72a35.tar.bz2
zorascript-b7032a158e7fe062f7229068e7323877e0d72a35.tar.lz
zorascript-b7032a158e7fe062f7229068e7323877e0d72a35.tar.xz
zorascript-b7032a158e7fe062f7229068e7323877e0d72a35.tar.zst
zorascript-b7032a158e7fe062f7229068e7323877e0d72a35.zip
Bump typescript from 5.6.2 to 5.6.3 in the node-deps group
Bumps the node-deps group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript 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--clients/www/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index 47f3c32..92136c4 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -38,7 +38,7 @@
"svelte-persisted-store": "^0.11.0",
"tailwindcss": "3.4.13",
"tslib": "^2.7.0",
- "typescript": "^5.6.2",
+ "typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-tailwind-purgecss": "0.3.3"
},