From 8eb751288c1b430e0e46e3a58a7a22eb3370c3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:01:40 +0000 Subject: [PATCH] Bump typescript from 5.5.4 to 5.6.2 in /dapp in the npm-minor group Bumps the npm-minor group in /dapp with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.5.4 to 5.6.2 - [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.5.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] --- dapp/package.json | 2 +- dapp/packages/soroban_versioning/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dapp/package.json b/dapp/package.json index c3a36c6..006ddbb 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -11,7 +11,7 @@ "nanostores": "^0.11.3", "react-hot-toast": "^2.4.1", "tailwindcss": "^3.4.10", - "typescript": "^5.5.4" + "typescript": "^5.6.2" }, "devDependencies": { "dotenv": "^16.4.1", diff --git a/dapp/packages/soroban_versioning/package.json b/dapp/packages/soroban_versioning/package.json index 250da53..60d626d 100644 --- a/dapp/packages/soroban_versioning/package.json +++ b/dapp/packages/soroban_versioning/package.json @@ -12,6 +12,6 @@ "@stellar/stellar-sdk": "12.2.0" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.6.2" } }