Skip to content

Commit 55ae2cd

Browse files
renovate[bot]stipsan
authored andcommitted
chore(deps): update dependency rollup to v0.62.0 (#7)
This Pull Request updates dependency [rollup](https://github.com/rollup/rollup) from `v0.61.2` to `v0.62.0` <details> <summary>Release Notes</summary> ### [`v0.62.0`](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#&#8203;0620) [Compare Source](rollup/rollup@v0.61.2...v0.62.0) *2018-06-27* * Add option to automatically shim missing exports ([#&#8203;2118](`https://github.com/rollup/rollup/pull/2118`)) * Inline dynamic imports that are also imported statically and only used in a single chunk ([#&#8203;2295](`https://github.com/rollup/rollup/pull/2295`)) * Handle caching and invalidation of assets ([#&#8203;2267](`https://github.com/rollup/rollup/pull/2267`)) * Fix plugin related types ([#&#8203;2299](`https://github.com/rollup/rollup/pull/2299`)) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
1 parent 36348d0 commit 55ae2cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prettier": "1.13.7",
4545
"prettier-package-json": "1.6.0",
4646
"rimraf": "2.6.2",
47-
"rollup": "0.61.2",
47+
"rollup": "0.62.0",
4848
"rollup-plugin-babel": "4.0.0-beta.5",
4949
"rollup-plugin-commonjs": "9.1.3",
5050
"rollup-plugin-node-resolve": "3.3.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,9 +3421,9 @@ rollup-pluginutils@^2.0.1:
34213421
estree-walker "^0.5.2"
34223422
micromatch "^2.3.11"
34233423

3424-
rollup@0.61.2:
3425-
version "0.61.2"
3426-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.61.2.tgz#30a953736964683a5b8ea952b137a393d84e6302"
3424+
rollup@0.62.0:
3425+
version "0.62.0"
3426+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.62.0.tgz#4ca8b3c9582195dc9341ff8a1375f58319b95bfc"
34273427
dependencies:
34283428
"@types/estree" "0.0.39"
34293429
"@types/node" "*"

0 commit comments

Comments
 (0)