rollup@1.6.0

This commit is contained in:
Brian Ng 2019-03-12 17:09:14 -05:00
parent 0bf6091305
commit 2f9c4d0045
No known key found for this signature in database
GPG Key ID: 3F2380E1E1508CA9
2 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@
"prettier": "^1.16.1", "prettier": "^1.16.1",
"pump": "^3.0.0", "pump": "^3.0.0",
"rimraf": "^2.6.3", "rimraf": "^2.6.3",
"rollup": "^1.4.1", "rollup": "^1.6.0",
"rollup-plugin-babel": "^4.0.0", "rollup-plugin-babel": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-node-resolve": "^4.0.1",
"test262-stream": "^1.2.0", "test262-stream": "^1.2.0",

View File

@ -8117,10 +8117,10 @@ rollup-pluginutils@^2.3.0:
estree-walker "^0.6.0" estree-walker "^0.6.0"
micromatch "^3.1.10" micromatch "^3.1.10"
rollup@^1.4.1: rollup@^1.6.0:
version "1.4.1" version "1.6.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.4.1.tgz#cc03ef6fb49dd72a878e3da0131c0a3696de14a7" resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.6.0.tgz#4329f4634718197c678d18491724d50d8b7ee76c"
integrity sha512-YWf5zeR6SWtqZmCnuYs4a+ZJetj8NT4yfBMPXekWHW4L3144jM+J2AWagQVejB0FwCqjEUP9l8o4hg1rPDfQlg== integrity sha512-qu9iWyuiOxAuBM8cAwLuqPclYdarIpayrkfQB7aTGTiyYPbvx+qVF33sIznfq4bxZCiytQux/FvZieUBAXivCw==
dependencies: dependencies:
"@types/estree" "0.0.39" "@types/estree" "0.0.39"
"@types/node" "^11.9.5" "@types/node" "^11.9.5"