Skip to content

Commit edb11ba

Browse files
committed
v7.13.12
1 parent 4beca39 commit edb11ba

19 files changed

Lines changed: 64 additions & 64 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.13.11",
3+
"version": "7.13.12",
44
"private": true,
55
"license": "MIT",
66
"type": "commonjs",

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.13.11",
3+
"version": "7.13.12",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "",

packages/babel-helper-define-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-define-map",
3-
"version": "7.12.13",
3+
"version": "7.13.12",
44
"description": "Helper function to define a map",
55
"repository": {
66
"type": "git",
@@ -15,6 +15,6 @@
1515
"main": "lib/index.js",
1616
"dependencies": {
1717
"@babel/helper-function-name": "workspace:^7.12.13",
18-
"@babel/types": "workspace:^7.12.13"
18+
"@babel/types": "workspace:^7.13.12"
1919
}
2020
}

packages/babel-helper-member-expression-to-functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-member-expression-to-functions",
3-
"version": "7.13.0",
3+
"version": "7.13.12",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"main": "lib/index.js",
1616
"author": "Justin Ridgewell <justin@ridgewell.name>",
1717
"dependencies": {
18-
"@babel/types": "workspace:^7.13.0"
18+
"@babel/types": "workspace:^7.13.12"
1919
},
2020
"devDependencies": {
2121
"@babel/traverse": "workspace:^7.12.17"

packages/babel-helper-module-imports/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-imports",
3-
"version": "7.12.13",
3+
"version": "7.13.12",
44
"description": "Babel helper functions for inserting module loads",
55
"author": "Logan Smyth <loganfsmyth@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
@@ -15,7 +15,7 @@
1515
},
1616
"main": "lib/index.js",
1717
"dependencies": {
18-
"@babel/types": "workspace:^7.12.13"
18+
"@babel/types": "workspace:^7.13.12"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "workspace:*",

packages/babel-helper-module-transforms/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-transforms",
3-
"version": "7.13.0",
3+
"version": "7.13.12",
44
"description": "Babel helper functions for implementing ES6 module transformations",
55
"author": "Logan Smyth <loganfsmyth@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@@ -15,13 +15,13 @@
1515
},
1616
"main": "lib/index.js",
1717
"dependencies": {
18-
"@babel/helper-module-imports": "workspace:^7.12.13",
19-
"@babel/helper-replace-supers": "workspace:^7.13.0",
20-
"@babel/helper-simple-access": "workspace:^7.12.13",
18+
"@babel/helper-module-imports": "workspace:^7.13.12",
19+
"@babel/helper-replace-supers": "workspace:^7.13.12",
20+
"@babel/helper-simple-access": "workspace:^7.13.12",
2121
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
2222
"@babel/helper-validator-identifier": "workspace:^7.12.11",
2323
"@babel/template": "workspace:^7.12.13",
2424
"@babel/traverse": "workspace:^7.13.0",
25-
"@babel/types": "workspace:^7.13.0"
25+
"@babel/types": "workspace:^7.13.12"
2626
}
2727
}

packages/babel-helper-replace-supers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-replace-supers",
3-
"version": "7.13.0",
3+
"version": "7.13.12",
44
"description": "Helper function to replace supers",
55
"repository": {
66
"type": "git",
@@ -14,9 +14,9 @@
1414
},
1515
"main": "lib/index.js",
1616
"dependencies": {
17-
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0",
17+
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
1818
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
1919
"@babel/traverse": "workspace:^7.13.0",
20-
"@babel/types": "workspace:^7.13.0"
20+
"@babel/types": "workspace:^7.13.12"
2121
}
2222
}

packages/babel-helper-simple-access/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-simple-access",
3-
"version": "7.12.13",
3+
"version": "7.13.12",
44
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
55
"author": "Logan Smyth <loganfsmyth@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
@@ -15,7 +15,7 @@
1515
},
1616
"main": "lib/index.js",
1717
"dependencies": {
18-
"@babel/types": "workspace:^7.12.13"
18+
"@babel/types": "workspace:^7.13.12"
1919
},
2020
"devDependencies": {
2121
"@babel/traverse": "workspace:^7.12.17"

packages/babel-helper-transform-fixture-test-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-transform-fixture-test-runner",
3-
"version": "7.13.10",
3+
"version": "7.13.12",
44
"description": "Transform test runner for @babel/helper-fixtures module",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",

packages/babel-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/node",
3-
"version": "7.13.10",
3+
"version": "7.13.12",
44
"description": "Babel command line",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-node",

0 commit comments

Comments
 (0)