Skip to content

Commit 9a4269e

Browse files
committed
v7.13.5
1 parent 1484260 commit 9a4269e

8 files changed

Lines changed: 13 additions & 13 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.4",
3+
"version": "7.13.5",
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.0",
3+
"version": "7.13.5",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "",

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.0",
3+
"version": "7.13.5",
44
"description": "Turn async generator functions into ES2015 generators",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-decorators/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-decorators",
3-
"version": "7.13.0",
3+
"version": "7.13.5",
44
"author": "Logan Smyth <loganfsmyth@gmail.com>",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-plugin-transform-runtime/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-transform-runtime",
3-
"version": "7.13.4",
3+
"version": "7.13.5",
44
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
55
"repository": {
66
"type": "git",

packages/babel-preset-env/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env",
3-
"version": "7.13.0",
3+
"version": "7.13.5",
44
"description": "A Babel preset for each environment.",
55
"author": "Henry Zhu <hi@henryzoo.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
@@ -16,11 +16,11 @@
1616
},
1717
"main": "lib/index.js",
1818
"dependencies": {
19-
"@babel/compat-data": "workspace:^7.13.0",
19+
"@babel/compat-data": "workspace:^7.13.5",
2020
"@babel/helper-compilation-targets": "workspace:^7.13.0",
2121
"@babel/helper-plugin-utils": "workspace:^7.13.0",
2222
"@babel/helper-validator-option": "workspace:^7.12.17",
23-
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.0",
23+
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.5",
2424
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
2525
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17",
2626
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",

packages/babel-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.13.4",
3+
"version": "7.13.5",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "babel.js",
66
"files": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ __metadata:
9090
languageName: node
9191
linkType: hard
9292

93-
"@babel/compat-data@workspace:^7.13.0, @babel/compat-data@workspace:packages/babel-compat-data":
93+
"@babel/compat-data@workspace:^7.13.0, @babel/compat-data@workspace:^7.13.5, @babel/compat-data@workspace:packages/babel-compat-data":
9494
version: 0.0.0-use.local
9595
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
9696
dependencies:
@@ -966,7 +966,7 @@ __metadata:
966966
languageName: node
967967
linkType: hard
968968

969-
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.0, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
969+
"@babel/plugin-proposal-async-generator-functions@workspace:*, @babel/plugin-proposal-async-generator-functions@workspace:^7.13.5, @babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions":
970970
version: 0.0.0-use.local
971971
resolution: "@babel/plugin-proposal-async-generator-functions@workspace:packages/babel-plugin-proposal-async-generator-functions"
972972
dependencies:
@@ -3005,13 +3005,13 @@ __metadata:
30053005
version: 0.0.0-use.local
30063006
resolution: "@babel/preset-env@workspace:packages/babel-preset-env"
30073007
dependencies:
3008-
"@babel/compat-data": "workspace:^7.13.0"
3008+
"@babel/compat-data": "workspace:^7.13.5"
30093009
"@babel/core": "workspace:*"
30103010
"@babel/helper-compilation-targets": "workspace:^7.13.0"
30113011
"@babel/helper-plugin-test-runner": "workspace:*"
30123012
"@babel/helper-plugin-utils": "workspace:^7.13.0"
30133013
"@babel/helper-validator-option": "workspace:^7.12.17"
3014-
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.0"
3014+
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.5"
30153015
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0"
30163016
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17"
30173017
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13"

0 commit comments

Comments
 (0)