Skip to content

Commit

Permalink
v7.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 16, 2020
1 parent 1964c96 commit 2562c8d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.2",
"version": "7.12.3",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "7.12.3",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@babel/generator": "workspace:^7.12.1",
"@babel/helper-module-transforms": "workspace:^7.12.1",
"@babel/helpers": "workspace:^7.12.1",
"@babel/parser": "workspace:^7.12.1",
"@babel/parser": "workspace:^7.12.3",
"@babel/template": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-wrap-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-wrap-function",
"version": "7.10.4",
"version": "7.12.3",
"description": "Helper to wrap functions inside a function call.",
"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.2",
"version": "7.12.3",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@babel/standalone",
"version": "7.12.2",
"version": "7.12.3",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
"babel.js",
"babel.min.js"
],
"devDependencies": {
"@babel/core": "workspace:^7.12.1",
"@babel/core": "workspace:^7.12.3",
"@babel/plugin-external-helpers": "workspace:^7.12.1",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1",
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@workspace:*, @babel/core@workspace:^7.12.1, @babel/core@workspace:packages/babel-core":
"@babel/core@workspace:*, @babel/core@workspace:^7.12.1, @babel/core@workspace:^7.12.3, @babel/core@workspace:packages/babel-core":
version: 0.0.0-use.local
resolution: "@babel/core@workspace:packages/babel-core"
dependencies:
Expand All @@ -132,7 +132,7 @@ __metadata:
"@babel/helper-module-transforms": "workspace:^7.12.1"
"@babel/helper-transform-fixture-test-runner": "workspace:^7.12.1"
"@babel/helpers": "workspace:^7.12.1"
"@babel/parser": "workspace:^7.12.1"
"@babel/parser": "workspace:^7.12.3"
"@babel/template": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.1"
Expand Down Expand Up @@ -899,7 +899,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@workspace:^7.10.4, @babel/parser@workspace:^7.12.1, @babel/parser@workspace:packages/babel-parser":
"@babel/parser@workspace:^7.10.4, @babel/parser@workspace:^7.12.1, @babel/parser@workspace:^7.12.3, @babel/parser@workspace:packages/babel-parser":
version: 0.0.0-use.local
resolution: "@babel/parser@workspace:packages/babel-parser"
dependencies:
Expand Down Expand Up @@ -3175,7 +3175,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/standalone@workspace:packages/babel-standalone"
dependencies:
"@babel/core": "workspace:^7.12.1"
"@babel/core": "workspace:^7.12.3"
"@babel/plugin-external-helpers": "workspace:^7.12.1"
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1"
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1"
Expand Down

0 comments on commit 2562c8d

Please sign in to comment.