v6.7.4
This commit is contained in:
parent
a42d57ea81
commit
6470426f7a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-code-frame",
|
||||
"version": "6.7.3",
|
||||
"version": "6.7.4",
|
||||
"description": "Generate errors that contain a code frame that point to source locations.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.7.2",
|
||||
"version": "6.7.4",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -24,14 +24,14 @@
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.7.2",
|
||||
"babel-code-frame": "^6.7.4",
|
||||
"babel-generator": "^6.7.2",
|
||||
"babel-helpers": "^6.6.0",
|
||||
"babel-messages": "^6.7.2",
|
||||
"babel-template": "^6.7.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-register": "^6.7.2",
|
||||
"babel-traverse": "^6.7.2",
|
||||
"babel-traverse": "^6.7.4",
|
||||
"babel-types": "^6.7.2",
|
||||
"babylon": "^6.7.0",
|
||||
"convert-source-map": "^1.1.0",
|
||||
@ -49,6 +49,6 @@
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.6.5",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.6.5",
|
||||
"babel-polyfill": "^6.7.2"
|
||||
"babel-polyfill": "^6.7.4"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-generator",
|
||||
"version": "6.7.0",
|
||||
"version": "6.7.4",
|
||||
"description": "Turn async functions into ES2015 generators",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "6.7.0",
|
||||
"version": "6.7.4",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-jsx",
|
||||
"version": "6.6.5",
|
||||
"version": "6.7.4",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-polyfill",
|
||||
"version": "6.7.2",
|
||||
"version": "6.7.4",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.7.3",
|
||||
"version": "6.7.4",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,7 +8,7 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.7.2",
|
||||
"babel-code-frame": "^6.7.4",
|
||||
"babel-messages": "^6.7.2",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.7.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user