Skip to content

Commit

Permalink
v7.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 9, 2020
1 parent 0e27105 commit e901454
Show file tree
Hide file tree
Showing 23 changed files with 77 additions and 77 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.9",
"version": "7.12.10",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.12.8",
"version": "7.12.10",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.12.9",
"version": "7.12.10",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -44,13 +44,13 @@
},
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/generator": "workspace:^7.12.5",
"@babel/generator": "workspace:^7.12.10",
"@babel/helper-module-transforms": "workspace:^7.12.1",
"@babel/helpers": "workspace:^7.12.5",
"@babel/parser": "workspace:^7.12.7",
"@babel/parser": "workspace:^7.12.10",
"@babel/template": "workspace:^7.12.7",
"@babel/traverse": "workspace:^7.12.9",
"@babel/types": "workspace:^7.12.7",
"@babel/traverse": "workspace:^7.12.10",
"@babel/types": "workspace:^7.12.10",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
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.5",
"version": "7.12.10",
"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.5",
"@babel/types": "workspace:^7.12.10",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-annotate-as-pure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.10.4",
"version": "7.12.10",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.10.4"
"@babel/types": "workspace:^7.12.10"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.12.4",
"version": "7.12.10",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
"@babel/helper-module-imports": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1"
"@babel/helper-annotate-as-pure": "workspace:^7.12.10",
"@babel/helper-module-imports": "workspace:^7.12.5",
"@babel/types": "workspace:^7.12.10"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.10.5",
"version": "7.12.10",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-get-function-arity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-get-function-arity",
"version": "7.10.4",
"version": "7.12.10",
"description": "Helper function to get function arity",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.10.4"
"@babel/types": "workspace:^7.12.10"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-optimise-call-expression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-optimise-call-expression",
"version": "7.12.7",
"version": "7.12.10",
"description": "Helper function to optimise call expression",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.7"
"@babel/types": "workspace:^7.12.10"
},
"devDependencies": {
"@babel/generator": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.12.1",
"version": "7.12.10",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/core": "workspace:^7.12.1",
"@babel/helper-fixtures": "workspace:^7.10.5",
"@babel/core": "workspace:^7.12.10",
"@babel/helper-fixtures": "workspace:^7.12.10",
"@babel/polyfill": "workspace:^7.12.1",
"babel-check-duplicated-nodes": "^1.0.0",
"jest-diff": "^24.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.12.6",
"version": "7.12.10",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -23,7 +23,7 @@
"compiler"
],
"dependencies": {
"@babel/register": "workspace:^7.12.1",
"@babel/register": "workspace:^7.12.10",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"lodash": "^4.17.19",
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.7",
"version": "7.12.10",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-flow-strip-types",
"version": "7.12.1",
"version": "7.12.10",
"description": "Strip flow type annotations from your output code.",
"repository": {
"type": "git",
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.7",
"version": "7.12.10",
"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.4",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.10",
"@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-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.12.1",
"version": "7.12.10",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
},
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.1",
"@babel/helper-module-imports": "workspace:^7.12.5",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"semver": "^5.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-typeof-symbol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typeof-symbol",
"version": "7.12.1",
"version": "7.12.10",
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "7.12.10",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -74,11 +74,11 @@
"@babel/plugin-transform-spread": "workspace:^7.12.1",
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.7",
"@babel/plugin-transform-template-literals": "workspace:^7.12.1",
"@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1",
"@babel/plugin-transform-typeof-symbol": "workspace:^7.12.10",
"@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.7",
"@babel/types": "workspace:^7.12.10",
"core-js-compat": "^3.8.0",
"semver": "^5.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-react",
"version": "7.12.7",
"version": "7.12.10",
"description": "Babel preset for all React plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-transform-react-display-name": "workspace:^7.12.1",
"@babel/plugin-transform-react-jsx": "workspace:^7.12.7",
"@babel/plugin-transform-react-jsx": "workspace:^7.12.10",
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7",
"@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/register",
"version": "7.12.1",
"version": "7.12.10",
"description": "babel require hook",
"license": "MIT",
"publishConfig": {
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.9",
"version": "7.12.10",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.12.9",
"version": "7.12.10",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -16,11 +16,11 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/generator": "workspace:^7.12.5",
"@babel/generator": "workspace:^7.12.10",
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-split-export-declaration": "workspace:^7.11.0",
"@babel/parser": "workspace:^7.12.7",
"@babel/types": "workspace:^7.12.7",
"@babel/parser": "workspace:^7.12.10",
"@babel/types": "workspace:^7.12.10",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "7.12.10",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

0 comments on commit e901454

Please sign in to comment.