Skip to content

Commit f439c60

Browse files
build: update devdependency @rollup/plugin-babel to ~5.2.0 (#459)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent cb68376 commit f439c60

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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.11.0",
3838
"@babel/preset-env": "~7.11.0",
39-
"@rollup/plugin-babel": "~5.1.0",
39+
"@rollup/plugin-babel": "~5.2.0",
4040
"axios": "~0.19.0",
4141
"axios-mock-adapter": "~1.18.0",
4242
"babel-jest": "~26.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
dependencies:
177177
"@babel/types" "^7.11.0"
178178

179-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.7.4":
179+
"@babel/helper-module-imports@^7.10.4":
180180
version "7.10.4"
181181
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
182182
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
@@ -2189,15 +2189,15 @@
21892189
dependencies:
21902190
"@types/node" ">= 8"
21912191

2192-
"@rollup/plugin-babel@~5.1.0":
2193-
version "5.1.0"
2194-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.1.0.tgz#ad8b5803fa6e1feb0f168984edc040b90d966450"
2195-
integrity sha512-zXBEYmfiLAMvB+ZBa6m/q9hsQYAq1sUFdjuP1F6C2pf6uQcpHwAWQveZgzS63zXdKPUYHD3Dr7BhjCqcr0bbLw==
2192+
"@rollup/plugin-babel@~5.2.0":
2193+
version "5.2.0"
2194+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.2.0.tgz#b87556d61ed108b4eaf9d18b5323965adf8d9bee"
2195+
integrity sha512-CPABsajaKjINgBQ3it+yMnfVO3ibsrMBxRzbUOUw2cL1hsZJ7aogU8mgglQm3S2hHJgjnAmxPz0Rq7DVdmHsTw==
21962196
dependencies:
2197-
"@babel/helper-module-imports" "^7.7.4"
2198-
"@rollup/pluginutils" "^3.0.8"
2197+
"@babel/helper-module-imports" "^7.10.4"
2198+
"@rollup/pluginutils" "^3.1.0"
21992199

2200-
"@rollup/pluginutils@^3.0.8":
2200+
"@rollup/pluginutils@^3.1.0":
22012201
version "3.1.0"
22022202
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
22032203
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==

0 commit comments

Comments
 (0)