aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-27 19:33:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-27 19:34:16 +0100
commit0e6de2c31dbf8c21277481f112e99c52b913940f (patch)
tree91789032de3b8eec9d789acd1323f25fc5d08422 /node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json
parentceda0da31ad542c598c68146ae0712ca03df3d71 (diff)
downloadwallet-core-0e6de2c31dbf8c21277481f112e99c52b913940f.tar.xz
node_modules
Diffstat (limited to 'node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json')
-rw-r--r--node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json b/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json
index 6692af608..ddd7fb71e 100644
--- a/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json
+++ b/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json
@@ -1,20 +1,21 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
- "version": "6.24.1",
+ "version": "6.26.0",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
- "babel-types": "^6.24.1",
- "babel-runtime": "^6.22.0",
- "babel-template": "^6.24.1",
- "babel-plugin-transform-strict-mode": "^6.24.1"
+ "babel-plugin-transform-strict-mode": "^6.24.1",
+ "babel-runtime": "^6.26.0",
+ "babel-template": "^6.26.0",
+ "babel-types": "^6.26.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
- "babel-helper-plugin-test-runner": "^6.24.1"
+ "babel-helper-plugin-test-runner": "^6.24.1",
+ "babel-plugin-syntax-object-rest-spread": "^6.13.0"
}
}