v7.12.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/code-frame",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.11",
|
||||
"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/generator",
|
||||
"version": "7.12.10",
|
||||
"version": "7.12.11",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -18,7 +18,7 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.12.10",
|
||||
"@babel/types": "workspace:^7.12.11",
|
||||
"jsesc": "^2.5.1",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-builder-react-jsx-experimental",
|
||||
"version": "7.12.10",
|
||||
"version": "7.12.11",
|
||||
"description": "Helper function to build react jsx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -15,6 +15,6 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-annotate-as-pure": "workspace:^7.12.10",
|
||||
"@babel/helper-module-imports": "workspace:^7.12.5",
|
||||
"@babel/types": "workspace:^7.12.10"
|
||||
"@babel/types": "workspace:^7.12.11"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-function-name",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.11",
|
||||
"description": "Helper function to change the property 'name' of every function",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -13,8 +13,8 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-get-function-arity": "workspace:^7.10.4",
|
||||
"@babel/template": "workspace:^7.10.4",
|
||||
"@babel/types": "workspace:^7.10.4"
|
||||
"@babel/helper-get-function-arity": "workspace:^7.12.10",
|
||||
"@babel/template": "workspace:^7.12.7",
|
||||
"@babel/types": "workspace:^7.12.11"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-replace-supers",
|
||||
"version": "7.12.5",
|
||||
"version": "7.12.11",
|
||||
"description": "Helper function to replace supers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -13,9 +13,9 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
|
||||
"@babel/traverse": "workspace:^7.12.5",
|
||||
"@babel/types": "workspace:^7.12.5"
|
||||
"@babel/helper-member-expression-to-functions": "workspace:^7.12.7",
|
||||
"@babel/helper-optimise-call-expression": "workspace:^7.12.10",
|
||||
"@babel/traverse": "workspace:^7.12.10",
|
||||
"@babel/types": "workspace:^7.12.11"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-split-export-declaration",
|
||||
"version": "7.11.0",
|
||||
"version": "7.12.11",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -13,6 +13,6 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/types": "workspace:^7.11.0"
|
||||
"@babel/types": "workspace:^7.12.11"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-identifier",
|
||||
"version": "7.10.4",
|
||||
"version": "7.12.11",
|
||||
"description": "Validate identifier/keywords name",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-validator-option",
|
||||
"version": "7.12.1",
|
||||
"version": "7.12.11",
|
||||
"description": "Validate plugin/preset options",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.12.10",
|
||||
"version": "7.12.11",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-block-scoping",
|
||||
"version": "7.12.1",
|
||||
"version": "7.12.11",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-react-jsx-development",
|
||||
"version": "7.12.7",
|
||||
"version": "7.12.11",
|
||||
"description": "Turn JSX into React function calls in development",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4",
|
||||
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-jsx": "workspace:^7.12.1"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-react-jsx",
|
||||
"version": "7.12.10",
|
||||
"version": "7.12.11",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,7 +17,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-builder-react-jsx": "workspace:^7.10.4",
|
||||
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10",
|
||||
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.11",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/plugin-syntax-jsx": "workspace:^7.12.1"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.12.10",
|
||||
"version": "7.12.11",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -19,7 +19,7 @@
|
||||
"@babel/helper-compilation-targets": "workspace:^7.12.5",
|
||||
"@babel/helper-module-imports": "workspace:^7.12.5",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.10.4",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.1",
|
||||
"@babel/helper-validator-option": "workspace:^7.12.11",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1",
|
||||
@@ -48,7 +48,7 @@
|
||||
"@babel/plugin-transform-arrow-functions": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-async-to-generator": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-block-scoping": "workspace:^7.12.11",
|
||||
"@babel/plugin-transform-classes": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-computed-properties": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-destructuring": "workspace:^7.12.1",
|
||||
@@ -78,7 +78,7 @@
|
||||
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1",
|
||||
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.1",
|
||||
"@babel/preset-modules": "^0.1.3",
|
||||
"@babel/types": "workspace:^7.12.10",
|
||||
"@babel/types": "workspace:^7.12.11",
|
||||
"core-js-compat": "^3.8.0",
|
||||
"semver": "^5.5.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.12.10",
|
||||
"version": "7.12.11",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/types",
|
||||
"version": "7.12.10",
|
||||
"version": "7.12.11",
|
||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -22,7 +22,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-validator-identifier": "workspace:^7.10.4",
|
||||
"@babel/helper-validator-identifier": "workspace:^7.12.11",
|
||||
"lodash": "^4.17.19",
|
||||
"to-fast-properties": "^2.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user