From e3b4e4f3d3d094e1149d2abafd7f899bb6cf8765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:07:37 +0000 Subject: [PATCH] build(deps-dev): bump tslib from 1.14.1 to 2.4.1 Bumps [tslib](https://github.com/Microsoft/tslib) from 1.14.1 to 2.4.1. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v1.14.1...2.4.1) --- 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..b00c3fcc2ea4 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.4.1", "typescript": "^4.7.4", "vue": "^2.6.11", "vue-loader": "^17.0.0",