Skip to content

Commit 4785065

Browse files
build(deps-dev): bump rollup-plugin-typescript2 from 0.35.0 to 0.36.0
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.35.0 to 0.36.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.35.0...0.36.0) --- updated-dependencies: - dependency-name: rollup-plugin-typescript2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c8bdbc commit 4785065

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"pretty-bytes": "^5.6.0",
101101
"rollup": "^2.79.1",
102102
"rollup-plugin-terser": "^7.0.0",
103-
"rollup-plugin-typescript2": "^0.35.0",
103+
"rollup-plugin-typescript2": "^0.36.0",
104104
"shx": "^0.3.2",
105105
"ts-jest": "^29.1.1",
106106
"typedoc": "^0.25.13",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5422,16 +5422,16 @@ rollup-plugin-terser@^7.0.0:
54225422
serialize-javascript "^4.0.0"
54235423
terser "^5.0.0"
54245424

5425-
rollup-plugin-typescript2@^0.35.0:
5426-
version "0.35.0"
5427-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.35.0.tgz#a84fb4e802b919613f31552c69c3415101b547c1"
5428-
integrity sha512-szcIO9hPUx3PhQl91u4pfNAH2EKbtrXaES+m163xQVE5O1CC0ea6YZV/5woiDDW3CR9jF2CszPrKN+AFiND0bg==
5425+
rollup-plugin-typescript2@^0.36.0:
5426+
version "0.36.0"
5427+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.36.0.tgz#309564eb70d710412f5901344ca92045e180ed53"
5428+
integrity sha512-NB2CSQDxSe9+Oe2ahZbf+B4bh7pHwjV5L+RSYpCu7Q5ROuN94F9b6ioWwKfz3ueL3KTtmX4o2MUH2cgHDIEUsw==
54295429
dependencies:
54305430
"@rollup/pluginutils" "^4.1.2"
54315431
find-cache-dir "^3.3.2"
54325432
fs-extra "^10.0.0"
5433-
semver "^7.3.7"
5434-
tslib "^2.4.0"
5433+
semver "^7.5.4"
5434+
tslib "^2.6.2"
54355435

54365436
rollup@^2.79.1:
54375437
version "2.79.1"
@@ -5849,10 +5849,10 @@ tslib@^1.8.1, tslib@^1.9.0:
58495849
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
58505850
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
58515851

5852-
tslib@^2.4.0:
5853-
version "2.4.0"
5854-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5855-
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
5852+
tslib@^2.6.2:
5853+
version "2.7.0"
5854+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
5855+
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
58565856

58575857
tsutils@^3.21.0:
58585858
version "3.21.0"

0 commit comments

Comments
 (0)