From 20fcde8d91a4707d1e0ebffe83bf3b3d2eb657e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 07:28:49 +0000 Subject: [PATCH] build(deps-dev): bump typescript in /packages/test-shared Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] --- packages/test-shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/test-shared/package.json b/packages/test-shared/package.json index 5c818fc9..abfb8fef 100644 --- a/packages/test-shared/package.json +++ b/packages/test-shared/package.json @@ -7,7 +7,7 @@ "module": "esm/utils.js", "main": "lib/utils.js", "devDependencies": { - "typescript": "~4.1.5", + "typescript": "~4.2.4", "chai": "^4.2.0", "@types/chai": "^4.2.11", "eslint": "~7.20.0",