Skip to content

Commit

Permalink
chore(deps-dev): bump microbundle from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [microbundle](https://github.com/developit/microbundle) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/developit/microbundle/releases)
- [Commits](developit/microbundle@0.12.0...0.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 16, 2020
1 parent 51e3d0d commit 28b7dd0
Showing 1 changed file with 51 additions and 14 deletions.
65 changes: 51 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,14 @@
dependencies:
"@babel/types" "^7.8.3"

"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.8.3":
"@babel/helper-module-imports@^7.7.4":
version "7.10.1"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==
dependencies:
"@babel/types" "^7.10.1"

"@babel/helper-module-imports@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
Expand Down Expand Up @@ -203,6 +210,11 @@
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==

"@babel/helper-plugin-utils@^7.10.1":
version "7.10.1"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127"
integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==

"@babel/helper-regex@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.8.3.tgz#139772607d51b93f23effe72105b319d2a4c6965"
Expand Down Expand Up @@ -256,6 +268,11 @@
dependencies:
"@babel/types" "^7.8.3"

"@babel/helper-validator-identifier@^7.10.1":
version "7.10.1"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==

"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
version "7.9.5"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
Expand Down Expand Up @@ -402,6 +419,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"

"@babel/plugin-syntax-import-meta@^7.8.3":
version "7.10.1"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.1.tgz#3e59120ed8b3c2ccc5abb1cfc7aaa3ea01cd36b6"
integrity sha512-ypC4jwfIVF72og0dgvEcFRdOM2V9Qm1tu7RGmdZOlhsccyK0wisXmMObGuWEOd5jQ+K9wcIgSNftCpk2vkjUfQ==
dependencies:
"@babel/helper-plugin-utils" "^7.10.1"

"@babel/plugin-syntax-json-strings@^7.8.0":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
Expand Down Expand Up @@ -858,6 +882,15 @@
globals "^11.1.0"
lodash "^4.17.13"

"@babel/types@^7.10.1":
version "7.10.2"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
dependencies:
"@babel/helper-validator-identifier" "^7.10.1"
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@babel/types@^7.4.4", "@babel/types@^7.9.6":
version "7.9.6"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
Expand Down Expand Up @@ -924,6 +957,14 @@
dependencies:
slash "^3.0.0"

"@rollup/plugin-babel@^5.0.0":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.3.tgz#8d416865b0da79faf14e07c8d233abe0eac0753d"
integrity sha512-NlaPf4E6YFxeOCbqc+A2PTkB1BSy3rfKu6EJuQ1MGhMHpTVvMqKi6Rf0DlwtnEsTNK9LueUgsGEgp5Occ4KDVA==
dependencies:
"@babel/helper-module-imports" "^7.7.4"
"@rollup/pluginutils" "^3.0.8"

"@rollup/plugin-commonjs@^11.0.2":
version "11.1.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-11.1.0.tgz#60636c7a722f54b41e419e1709df05c7234557ef"
Expand Down Expand Up @@ -5049,18 +5090,22 @@ micro-spelling-correcter@^1.1.1:
integrity sha512-lkJ3Rj/mtjlRcHk6YyCbvZhyWTOzdBvTHsxMmZSk5jxN1YyVSQ+JETAom55mdzfcyDrY/49Z7UCW760BK30crg==

microbundle@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/microbundle/-/microbundle-0.12.0.tgz#d3d531c4d7553ea2f38688e3076f8e4d70adcc65"
integrity sha512-wi4azdcbZ/caGHp+NsPmaGph3k3adZmsTYypRtUaiwC0d2ZY9xwVJGam4jwZWX0nhNLRXH9+aIkruso/XvfJ0g==
version "0.12.1"
resolved "https://registry.yarnpkg.com/microbundle/-/microbundle-0.12.1.tgz#ff27b2ff4c7cb70fb6cf69a810d9a8da2542b3df"
integrity sha512-SEMJhQeubFOJ1N4KqcgpqeynjIT3I7T9Mi1NrbjvkrZuPx6OnKMUIuYiGRDeWpq2RZ+Hu6qdmDb06WA5iu4Jtw==
dependencies:
"@babel/core" "^7.8.7"
"@babel/plugin-proposal-class-properties" "7.7.4"
"@babel/plugin-syntax-import-meta" "^7.8.3"
"@babel/plugin-syntax-jsx" "^7.7.4"
"@babel/plugin-transform-flow-strip-types" "^7.7.4"
"@babel/plugin-transform-react-jsx" "^7.7.7"
"@babel/plugin-transform-regenerator" "^7.8.7"
"@babel/preset-env" "^7.8.7"
"@babel/preset-flow" "^7.7.4"
"@babel/preset-modules" "^0.1.3"
"@rollup/plugin-alias" "^3.0.1"
"@rollup/plugin-babel" "^5.0.0"
"@rollup/plugin-commonjs" "^11.0.2"
"@rollup/plugin-json" "^4.0.2"
"@rollup/plugin-node-resolve" "^6.1.0"
Expand All @@ -5073,14 +5118,14 @@ microbundle@^0.12.0:
camelcase "^5.3.1"
cssnano "^4.1.10"
es6-promisify "^6.0.1"
escape-string-regexp "^4.0.0"
filesize "^6.1.0"
gzip-size "^5.1.1"
kleur "^3.0.3"
lodash.merge "^4.6.2"
module-details-from-path "^1.0.3"
pretty-bytes "^5.3.0"
rollup "^1.32.1"
rollup-plugin-babel "^4.4.0"
rollup-plugin-bundle-size "^1.0.1"
rollup-plugin-es3 "^1.1.0"
rollup-plugin-postcss "^2.4.1"
Expand Down Expand Up @@ -6782,14 +6827,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

rollup-plugin-babel@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
rollup-pluginutils "^2.8.1"

rollup-plugin-bundle-size@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/rollup-plugin-bundle-size/-/rollup-plugin-bundle-size-1.0.3.tgz#d245cd988486b4040279f9fd33f357f61673e90f"
Expand Down Expand Up @@ -6854,7 +6891,7 @@ rollup-pluginutils@2.8.1:
dependencies:
estree-walker "^0.6.1"

rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
rollup-pluginutils@^2.8.2:
version "2.8.2"
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
Expand Down

0 comments on commit 28b7dd0

Please sign in to comment.