aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-transform-es2015-modules-commonjs/package.json
diff options
context:
space:
mode:
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"
}
}