From 95b3b8bbd6e1c133494387a2d4e1a0a5f25abf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 04:04:10 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.5.4 to 4.5.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50d27fa1..b65f551a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "rollup": "2.64.0", "rollup-plugin-terser": "7.0.2", "size-limit": "7.0.4", - "typescript": "4.5.4" + "typescript": "4.5.5" }, "peerDependencies": { "react": "0.14 || 15 || 16 || 17"