From d82b5fecf2da105220275bb4968b9a27284db302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:18:41 +0000 Subject: [PATCH] build(deps-dev): bump tslib from 1.14.1 to 2.5.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 1.14.1 to 2.5.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v1.14.1...2.5.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e9f4ad56e84..2ca5a56bb735 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "stylelint-order": "^5.0.0", "stylelint-taro-rn": "workspace:*", "ts-jest": "26.5.5", - "tslib": "^1.9.3", + "tslib": "^2.5.0", "typescript": "^4.7.4", "vue": "^2.6.11", "vue-loader": "^17.0.0",