Skip to content

Commit 8a2d3a6

Browse files
chore(deps-dev): bump rollup-plugin-typescript2 from 0.34.1 to 0.35.0 (#427)
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.34.1 to 0.35.0. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Changelog](https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/CHANGELOG.md) - [Commits](ezolenko/rollup-plugin-typescript2@0.34.1...0.35.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae387dc commit 8a2d3a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7379,10 +7379,10 @@ rollup-plugin-babel@^4.4.0:
73797379
"@babel/helper-module-imports" "^7.0.0"
73807380
rollup-pluginutils "^2.8.1"
73817381

7382-
rollup-plugin-typescript2@^0.34.0:
7383-
version "0.34.1"
7384-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.34.1.tgz#c457f155a71d133c142689213fce78694e30d0be"
7385-
integrity sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==
7382+
rollup-plugin-typescript2@^0.35.0:
7383+
version "0.35.0"
7384+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.35.0.tgz#a84fb4e802b919613f31552c69c3415101b547c1"
7385+
integrity sha512-szcIO9hPUx3PhQl91u4pfNAH2EKbtrXaES+m163xQVE5O1CC0ea6YZV/5woiDDW3CR9jF2CszPrKN+AFiND0bg==
73867386
dependencies:
73877387
"@rollup/pluginutils" "^4.1.2"
73887388
find-cache-dir "^3.3.2"

0 commit comments

Comments
 (0)