Skip to content

Commit 9aaafab

Browse files
build: update devdependency @rollup/plugin-babel to ~5.1.0 (#443)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b0de3ab commit 9aaafab

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/cli": "~7.10.0",
3737
"@babel/core": "~7.10.0",
3838
"@babel/preset-env": "~7.10.0",
39-
"@rollup/plugin-babel": "~5.0.0",
39+
"@rollup/plugin-babel": "~5.1.0",
4040
"axios": "~0.19.0",
4141
"axios-mock-adapter": "~1.18.0",
4242
"babel-jest": "~26.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2173,10 +2173,10 @@
21732173
dependencies:
21742174
"@types/node" ">= 8"
21752175

2176-
"@rollup/plugin-babel@~5.0.0":
2177-
version "5.0.4"
2178-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.4.tgz#dbfcf86a0561e399579ceb1a534a83c970e76645"
2179-
integrity sha512-MBtNoi5gqBEbqy1gE9jZBfPsi10kbuK2CEu9bx53nk1Z3ATRvBOoZ/GsbhXOeVbS76xXi/DeYM+vYX6EGIDv9A==
2176+
"@rollup/plugin-babel@~5.1.0":
2177+
version "5.1.0"
2178+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.1.0.tgz#ad8b5803fa6e1feb0f168984edc040b90d966450"
2179+
integrity sha512-zXBEYmfiLAMvB+ZBa6m/q9hsQYAq1sUFdjuP1F6C2pf6uQcpHwAWQveZgzS63zXdKPUYHD3Dr7BhjCqcr0bbLw==
21802180
dependencies:
21812181
"@babel/helper-module-imports" "^7.7.4"
21822182
"@rollup/pluginutils" "^3.0.8"

0 commit comments

Comments
 (0)