Skip to content

Commit e50f6f7

Browse files
committed
v7.13.15
1 parent be1003b commit e50f6f7

14 files changed

Lines changed: 46 additions & 46 deletions

File tree

eslint/babel-eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-plugin",
3-
"version": "7.13.10",
3+
"version": "7.13.15",
44
"description": "Companion rules for @babel/eslint-parser",
55
"main": "./lib/index.js",
66
"type": "commonjs",

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.14",
3+
"version": "7.13.15",
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.12",
3+
"version": "7.13.15",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "",

packages/babel-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.13.14",
3+
"version": "7.13.15",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -53,9 +53,9 @@
5353
"@babel/helper-compilation-targets": "workspace:^7.13.13",
5454
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
5555
"@babel/helpers": "workspace:^7.13.10",
56-
"@babel/parser": "workspace:^7.13.13",
56+
"@babel/parser": "workspace:^7.13.15",
5757
"@babel/template": "workspace:^7.12.13",
58-
"@babel/traverse": "workspace:^7.13.13",
58+
"@babel/traverse": "workspace:^7.13.15",
5959
"@babel/types": "workspace:^7.13.14",
6060
"convert-source-map": "^1.7.0",
6161
"debug": "^4.1.0",

packages/babel-helper-transform-fixture-test-runner/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-transform-fixture-test-runner",
3-
"version": "7.13.14",
3+
"version": "7.13.15",
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",
@@ -16,7 +16,7 @@
1616
"main": "lib/index.js",
1717
"dependencies": {
1818
"@babel/code-frame": "workspace:^7.12.13",
19-
"@babel/core": "workspace:^7.13.14",
19+
"@babel/core": "workspace:^7.13.15",
2020
"@babel/helper-fixtures": "workspace:^7.13.13",
2121
"babel-check-duplicated-nodes": "^1.0.0",
2222
"quick-lru": "5.1.0",

packages/babel-parser/package.json

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

packages/babel-plugin-proposal-async-generator-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-async-generator-functions",
3-
"version": "7.13.8",
3+
"version": "7.13.15",
44
"description": "Turn async generator functions into ES2015 generators",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-decorators/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-decorators",
3-
"version": "7.13.5",
3+
"version": "7.13.15",
44
"author": "Logan Smyth <loganfsmyth@gmail.com>",
55
"license": "MIT",
66
"publishConfig": {
@@ -20,7 +20,7 @@
2020
"decorators"
2121
],
2222
"dependencies": {
23-
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
23+
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11",
2424
"@babel/helper-plugin-utils": "workspace:^7.13.0",
2525
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
2626
},

packages/babel-plugin-transform-regenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@babel/plugin-transform-regenerator",
33
"author": "Ben Newman <bn@cs.stanford.edu>",
44
"description": "Explode async and generator functions into a state machine.",
5-
"version": "7.12.13",
5+
"version": "7.13.15",
66
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
77
"repository": {
88
"type": "git",

packages/babel-plugin-transform-runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-runtime",
3-
"version": "7.13.10",
3+
"version": "7.13.15",
44
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
2121
},
2222
"dependencies": {
23-
"@babel/helper-module-imports": "workspace:^7.12.13",
23+
"@babel/helper-module-imports": "workspace:^7.13.12",
2424
"@babel/helper-plugin-utils": "workspace:^7.13.0",
2525
"babel-plugin-polyfill-corejs2": "^0.2.0",
2626
"babel-plugin-polyfill-corejs3": "^0.2.0",

0 commit comments

Comments
 (0)