Skip to content

Commit 4525bdf

Browse files
chore(deps-dev): bump rollup-plugin-typescript2 from 0.32.1 to 0.33.0 (#277)
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.32.1 to 0.33.0. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Commits](ezolenko/rollup-plugin-typescript2@0.32.1...0.33.0) --- updated-dependencies: - dependency-name: rollup-plugin-typescript2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8af255 commit 4525bdf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"rimraf": "^3.0.2",
7171
"rollup": "^2.77.0",
7272
"rollup-plugin-babel": "^4.4.0",
73-
"rollup-plugin-typescript2": "^0.32.1",
73+
"rollup-plugin-typescript2": "^0.33.0",
7474
"semantic-release": "^19.0.3",
7575
"simulant": "^0.2.2",
7676
"tslib": "^2.4.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7238,15 +7238,14 @@ rollup-plugin-babel@^4.4.0:
72387238
"@babel/helper-module-imports" "^7.0.0"
72397239
rollup-pluginutils "^2.8.1"
72407240

7241-
rollup-plugin-typescript2@^0.32.1:
7242-
version "0.32.1"
7243-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.32.1.tgz#470ded8e1965efac02043cc0ef4a7fa36bed83b9"
7244-
integrity sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==
7241+
rollup-plugin-typescript2@^0.33.0:
7242+
version "0.33.0"
7243+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.33.0.tgz#2bb943f83e9d3a4c61a19aed5bee5bcff28d16a3"
7244+
integrity sha512-7ZXoZeX93kNb4/ICzOi2AlperVV6cAsNz8THqrbz+KNvpn47P2F/nFdK/BGhkoOsOwuYDuY57vccdZZrcd8/dA==
72457245
dependencies:
72467246
"@rollup/pluginutils" "^4.1.2"
72477247
find-cache-dir "^3.3.2"
72487248
fs-extra "^10.0.0"
7249-
resolve "^1.20.0"
72507249
tslib "^2.4.0"
72517250

72527251
rollup-pluginutils@^2.8.1:

0 commit comments

Comments
 (0)