1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2025-02-14 21:10:32 +01:00

fix: pin babel-loader to 8.0.2

This commit is contained in:
greenkeeper[bot] 2018-09-27 18:15:45 +00:00
parent 994c8ef163
commit a8dc3ba4fb

View File

@ -40,7 +40,7 @@
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.1",
"babel-loader": "8.0.2",
"babel-plugin-add-module-exports": "^0.3.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-export-extensions": "^6.22.0",