From fc3a30f124124e2cf1d96b38d1c13749fca19d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:08:13 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.4.3 to 5.4.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4. - [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.4.3...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/collaboration/package.json | 2 +- apps/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/collaboration/package.json b/apps/collaboration/package.json index f6bb3de2..b5798b8e 100644 --- a/apps/collaboration/package.json +++ b/apps/collaboration/package.json @@ -13,7 +13,7 @@ "dependencies": { "@hocuspocus/server": "^2.11.3", "bun": "^1.0.36", - "typescript": "5.4.3", + "typescript": "5.4.4", "y-protocols": "^1.0.6", "yjs": "^13.6.14" } diff --git a/apps/web/package.json b/apps/web/package.json index 13cf9522..eebda369 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -74,6 +74,6 @@ "eslint-plugin-unused-imports": "^3.1.0", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", - "typescript": "5.4.3" + "typescript": "5.4.4" } }