Skip to content

Commit 2f8203f

Browse files
committed
v7.13.13
1 parent 1e3ef05 commit 2f8203f

File tree

13 files changed

+52
-52
lines changed

13 files changed

+52
-52
lines changed

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.12",
3+
"version": "7.13.13",
44
"private": true,
55
"license": "MIT",
66
"type": "commonjs",

packages/babel-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.13.10",
3+
"version": "7.13.13",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -49,13 +49,13 @@
4949
"dependencies": {
5050
"@babel/code-frame": "workspace:^7.12.13",
5151
"@babel/generator": "workspace:^7.13.9",
52-
"@babel/helper-compilation-targets": "workspace:^7.13.10",
53-
"@babel/helper-module-transforms": "workspace:^7.13.0",
52+
"@babel/helper-compilation-targets": "workspace:^7.13.13",
53+
"@babel/helper-module-transforms": "workspace:^7.13.12",
5454
"@babel/helpers": "workspace:^7.13.10",
55-
"@babel/parser": "workspace:^7.13.10",
55+
"@babel/parser": "workspace:^7.13.13",
5656
"@babel/template": "workspace:^7.12.13",
57-
"@babel/traverse": "workspace:^7.13.0",
58-
"@babel/types": "workspace:^7.13.0",
57+
"@babel/traverse": "workspace:^7.13.13",
58+
"@babel/types": "workspace:^7.13.13",
5959
"convert-source-map": "^1.7.0",
6060
"debug": "^4.1.0",
6161
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",

packages/babel-helper-compilation-targets/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-compilation-targets",
3-
"version": "7.13.10",
3+
"version": "7.13.13",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Engine compat data used in @babel/preset-env",
@@ -21,7 +21,7 @@
2121
"babel-plugin"
2222
],
2323
"dependencies": {
24-
"@babel/compat-data": "workspace:^7.13.8",
24+
"@babel/compat-data": "workspace:^7.13.12",
2525
"@babel/helper-validator-option": "workspace:^7.12.17",
2626
"browserslist": "^4.14.5",
2727
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"

packages/babel-helper-fixtures/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-fixtures",
3-
"version": "7.13.10",
3+
"version": "7.13.13",
44
"description": "Helper function to support fixtures",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"license": "MIT",

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.12",
3+
"version": "7.13.13",
44
"description": "Babel command line",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-node",

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.12",
3+
"version": "7.13.13",
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-transform-react-constant-elements/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-react-constant-elements",
3-
"version": "7.13.10",
3+
"version": "7.13.13",
44
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
55
"repository": {
66
"type": "git",

packages/babel-preset-flow/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-flow",
3-
"version": "7.12.13",
3+
"version": "7.13.13",
44
"description": "Babel preset for all Flow plugins.",
55
"author": "James Kyle <me@thejameskyle.com>",
66
"repository": {
@@ -20,9 +20,9 @@
2020
"types"
2121
],
2222
"dependencies": {
23-
"@babel/helper-plugin-utils": "workspace:^7.12.13",
24-
"@babel/helper-validator-option": "workspace:^7.12.11",
25-
"@babel/plugin-transform-flow-strip-types": "workspace:^7.12.13"
23+
"@babel/helper-plugin-utils": "workspace:^7.13.0",
24+
"@babel/helper-validator-option": "workspace:^7.12.17",
25+
"@babel/plugin-transform-flow-strip-types": "workspace:^7.13.0"
2626
},
2727
"peerDependencies": {
2828
"@babel/core": "^7.0.0-0"

packages/babel-preset-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-react",
3-
"version": "7.12.13",
3+
"version": "7.13.13",
44
"description": "Babel preset for all React plugins.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-preset-react",
@@ -16,11 +16,11 @@
1616
},
1717
"main": "lib/index.js",
1818
"dependencies": {
19-
"@babel/helper-plugin-utils": "workspace:^7.12.13",
19+
"@babel/helper-plugin-utils": "workspace:^7.13.0",
2020
"@babel/helper-validator-option": "workspace:^7.12.17",
2121
"@babel/plugin-transform-react-display-name": "workspace:^7.12.13",
22-
"@babel/plugin-transform-react-jsx": "workspace:^7.12.13",
23-
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.12",
22+
"@babel/plugin-transform-react-jsx": "workspace:^7.13.12",
23+
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.17",
2424
"@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1"
2525
},
2626
"peerDependencies": {

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.12",
3+
"version": "7.13.13",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "babel.js",
66
"files": [

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy