v7.3.0
This commit is contained in:
parent
e8de6fa5d4
commit
f6ee26c3da
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "7.2.5",
|
"version": "7.3.0",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.2.2",
|
"version": "7.3.0",
|
||||||
"description": "Turns an AST into code.",
|
"description": "Turns an AST into code.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "^7.2.2",
|
"@babel/types": "^7.3.0",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"lodash": "^4.17.10",
|
"lodash": "^4.17.10",
|
||||||
"source-map": "^0.5.0",
|
"source-map": "^0.5.0",
|
||||||
@ -22,6 +22,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-fixtures": "^7.2.0",
|
"@babel/helper-fixtures": "^7.2.0",
|
||||||
"@babel/parser": "^7.2.2"
|
"@babel/parser": "^7.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-builder-react-jsx",
|
"name": "@babel/helper-builder-react-jsx",
|
||||||
"version": "7.0.0",
|
"version": "7.3.0",
|
||||||
"description": "Helper function to build react jsx",
|
"description": "Helper function to build react jsx",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "^7.0.0",
|
"@babel/types": "^7.3.0",
|
||||||
"esutils": "^2.0.0"
|
"esutils": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-create-class-features-plugin",
|
"name": "@babel/helper-create-class-features-plugin",
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
"description": "Compile class public and private fields, private methods and decorators to ES6",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helpers",
|
"name": "@babel/helpers",
|
||||||
"version": "7.2.0",
|
"version": "7.3.0",
|
||||||
"description": "Collection of helper functions used by Babel transforms.",
|
"description": "Collection of helper functions used by Babel transforms.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "^7.1.2",
|
"@babel/template": "^7.1.2",
|
||||||
"@babel/traverse": "^7.1.5",
|
"@babel/traverse": "^7.1.5",
|
||||||
"@babel/types": "^7.2.0"
|
"@babel/types": "^7.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-plugin-test-runner": "^7.0.0"
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"description": "A JavaScript parser",
|
"description": "A JavaScript parser",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-class-properties",
|
"name": "@babel/plugin-proposal-class-properties",
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-create-class-features-plugin": "^7.2.3",
|
"@babel/helper-create-class-features-plugin": "^7.3.0",
|
||||||
"@babel/helper-plugin-utils": "^7.0.0"
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-decorators",
|
"name": "@babel/plugin-proposal-decorators",
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"decorators"
|
"decorators"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-create-class-features-plugin": "^7.2.3",
|
"@babel/helper-create-class-features-plugin": "^7.3.0",
|
||||||
"@babel/helper-plugin-utils": "^7.0.0",
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||||||
"@babel/plugin-syntax-decorators": "^7.2.0"
|
"@babel/plugin-syntax-decorators": "^7.2.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||||
"version": "7.2.0",
|
"version": "7.3.0",
|
||||||
"description": "Compile object rest and spread to ES5",
|
"description": "Compile object rest and spread to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-pipeline-operator",
|
"name": "@babel/plugin-proposal-pipeline-operator",
|
||||||
"version": "7.2.0",
|
"version": "7.3.0",
|
||||||
"description": "Transform pipeline operator into call expressions",
|
"description": "Transform pipeline operator into call expressions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-plugin-utils": "^7.0.0",
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||||||
"@babel/plugin-syntax-pipeline-operator": "^7.2.0"
|
"@babel/plugin-syntax-pipeline-operator": "^7.3.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-private-methods",
|
"name": "@babel/plugin-proposal-private-methods",
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"description": "This plugin transforms private class methods",
|
"description": "This plugin transforms private class methods",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-methods",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-methods",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-create-class-features-plugin": "^7.2.3",
|
"@babel/helper-create-class-features-plugin": "^7.3.0",
|
||||||
"@babel/helper-plugin-utils": "^7.0.0"
|
"@babel/helper-plugin-utils": "^7.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-pipeline-operator",
|
"name": "@babel/plugin-syntax-pipeline-operator",
|
||||||
"version": "7.2.0",
|
"version": "7.3.0",
|
||||||
"description": "Allow parsing of the pipeline operator",
|
"description": "Allow parsing of the pipeline operator",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-named-capturing-groups-regex",
|
"name": "@babel/plugin-transform-named-capturing-groups-regex",
|
||||||
"version": "7.2.5",
|
"version": "7.3.0",
|
||||||
"description": "Compile regular expressions using named groups to ES5.",
|
"description": "Compile regular expressions using named groups to ES5.",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-react-jsx",
|
"name": "@babel/plugin-transform-react-jsx",
|
||||||
"version": "7.2.0",
|
"version": "7.3.0",
|
||||||
"description": "Turn JSX into React function calls",
|
"description": "Turn JSX into React function calls",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-builder-react-jsx": "^7.0.0",
|
"@babel/helper-builder-react-jsx": "^7.3.0",
|
||||||
"@babel/helper-plugin-utils": "^7.0.0",
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||||||
"@babel/plugin-syntax-jsx": "^7.2.0"
|
"@babel/plugin-syntax-jsx": "^7.2.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env-standalone",
|
"name": "@babel/preset-env-standalone",
|
||||||
"version": "7.2.5",
|
"version": "7.3.0",
|
||||||
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
|
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
|
||||||
"main": "babel-preset-env.js",
|
"main": "babel-preset-env.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -10,10 +10,10 @@
|
|||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.2.5",
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.3.0",
|
||||||
"@babel/plugin-transform-new-target": "^7.0.0",
|
"@babel/plugin-transform-new-target": "^7.0.0",
|
||||||
"@babel/preset-env": "^7.2.3",
|
"@babel/preset-env": "^7.3.0",
|
||||||
"@babel/standalone": "^7.2.5"
|
"@babel/standalone": "^7.3.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel",
|
"babel",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.2.3",
|
"version": "7.3.0",
|
||||||
"description": "A Babel preset for each environment.",
|
"description": "A Babel preset for each environment.",
|
||||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"@babel/helper-plugin-utils": "^7.0.0",
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
||||||
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.0",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
||||||
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
|
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
|
||||||
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
|
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
|
||||||
"@babel/plugin-transform-modules-systemjs": "^7.2.0",
|
"@babel/plugin-transform-modules-systemjs": "^7.2.0",
|
||||||
"@babel/plugin-transform-modules-umd": "^7.2.0",
|
"@babel/plugin-transform-modules-umd": "^7.2.0",
|
||||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.2.5",
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.3.0",
|
||||||
"@babel/plugin-transform-new-target": "^7.0.0",
|
"@babel/plugin-transform-new-target": "^7.0.0",
|
||||||
"@babel/plugin-transform-object-super": "^7.2.0",
|
"@babel/plugin-transform-object-super": "^7.2.0",
|
||||||
"@babel/plugin-transform-parameters": "^7.2.0",
|
"@babel/plugin-transform-parameters": "^7.2.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs2",
|
"name": "@babel/runtime-corejs2",
|
||||||
"version": "7.2.0",
|
"version": "7.3.0",
|
||||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -13,6 +13,6 @@
|
|||||||
"regenerator-runtime": "^0.12.0"
|
"regenerator-runtime": "^0.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.2.0"
|
"@babel/helpers": "^7.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime",
|
"name": "@babel/runtime",
|
||||||
"version": "7.2.0",
|
"version": "7.3.0",
|
||||||
"description": "babel's modular runtime helpers",
|
"description": "babel's modular runtime helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -12,6 +12,6 @@
|
|||||||
"regenerator-runtime": "^0.12.0"
|
"regenerator-runtime": "^0.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.2.0"
|
"@babel/helpers": "^7.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.2.5",
|
"version": "7.3.0",
|
||||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||||
"main": "babel.js",
|
"main": "babel.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -13,8 +13,8 @@
|
|||||||
"@babel/helper-plugin-utils": "^7.0.0",
|
"@babel/helper-plugin-utils": "^7.0.0",
|
||||||
"@babel/plugin-external-helpers": "^7.2.0",
|
"@babel/plugin-external-helpers": "^7.2.0",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
"@babel/plugin-proposal-class-properties": "^7.3.0",
|
||||||
"@babel/plugin-proposal-decorators": "^7.2.3",
|
"@babel/plugin-proposal-decorators": "^7.3.0",
|
||||||
"@babel/plugin-proposal-do-expressions": "^7.2.0",
|
"@babel/plugin-proposal-do-expressions": "^7.2.0",
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
|
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
|
||||||
@ -23,11 +23,11 @@
|
|||||||
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
"@babel/plugin-proposal-json-strings": "^7.2.0",
|
||||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.0",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
||||||
"@babel/plugin-proposal-pipeline-operator": "^7.2.0",
|
"@babel/plugin-proposal-pipeline-operator": "^7.3.0",
|
||||||
"@babel/plugin-proposal-private-methods": "^7.2.3",
|
"@babel/plugin-proposal-private-methods": "^7.3.0",
|
||||||
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
||||||
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
|
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
|
||||||
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
"@babel/plugin-syntax-async-generators": "^7.2.0",
|
||||||
@ -44,7 +44,7 @@
|
|||||||
"@babel/plugin-syntax-jsx": "^7.2.0",
|
"@babel/plugin-syntax-jsx": "^7.2.0",
|
||||||
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
|
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
|
||||||
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
|
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
|
||||||
"@babel/plugin-syntax-pipeline-operator": "^7.2.0",
|
"@babel/plugin-syntax-pipeline-operator": "^7.3.0",
|
||||||
"@babel/plugin-syntax-typescript": "^7.2.0",
|
"@babel/plugin-syntax-typescript": "^7.2.0",
|
||||||
"@babel/plugin-transform-arrow-functions": "^7.2.0",
|
"@babel/plugin-transform-arrow-functions": "^7.2.0",
|
||||||
"@babel/plugin-transform-async-to-generator": "^7.2.0",
|
"@babel/plugin-transform-async-to-generator": "^7.2.0",
|
||||||
@ -79,7 +79,7 @@
|
|||||||
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
|
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
|
||||||
"@babel/plugin-transform-react-display-name": "^7.2.0",
|
"@babel/plugin-transform-react-display-name": "^7.2.0",
|
||||||
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
|
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
|
||||||
"@babel/plugin-transform-react-jsx": "^7.2.0",
|
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
||||||
"@babel/plugin-transform-react-jsx-compat": "^7.2.0",
|
"@babel/plugin-transform-react-jsx-compat": "^7.2.0",
|
||||||
"@babel/plugin-transform-react-jsx-self": "^7.2.0",
|
"@babel/plugin-transform-react-jsx-self": "^7.2.0",
|
||||||
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
|
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/types",
|
"name": "@babel/types",
|
||||||
"version": "7.2.2",
|
"version": "7.3.0",
|
||||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"to-fast-properties": "^2.0.0"
|
"to-fast-properties": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/generator": "^7.2.2",
|
"@babel/generator": "^7.3.0",
|
||||||
"@babel/parser": "^7.2.2"
|
"@babel/parser": "^7.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user