Skip to content

Commit

Permalink
v7.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 15, 2020
1 parent e297427 commit a1acfba
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.12.10",
"version": "7.12.11",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand All @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-function-name/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
10 changes: 5 additions & 5 deletions packages/babel-helper-replace-supers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-split-export-declaration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-split-export-declaration",
"version": "7.11.0",
"version": "7.12.11",
"description": "",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.11.0"
"@babel/types": "workspace:^7.12.11"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-validator-identifier/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-validator-option/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-block-scoping/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset-env/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-types/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand All @@ -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"
},
Expand Down
Loading

0 comments on commit a1acfba

Please sign in to comment.