Skip to content

Commit 7ac9e9f

Browse files
committed
v7.13.14
1 parent 4092446 commit 7ac9e9f

10 files changed

Lines changed: 29 additions & 30 deletions

File tree

eslint/babel-eslint-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/eslint-parser",
3-
"version": "7.13.10",
3+
"version": "7.13.14",
44
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

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

packages/babel-cli/package.json

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

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.13",
3+
"version": "7.13.14",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -51,12 +51,12 @@
5151
"@babel/code-frame": "workspace:^7.12.13",
5252
"@babel/generator": "workspace:^7.13.9",
5353
"@babel/helper-compilation-targets": "workspace:^7.13.13",
54-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.12",
54+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
5555
"@babel/helpers": "workspace:^7.13.10",
5656
"@babel/parser": "workspace:^7.13.13",
5757
"@babel/template": "workspace:^7.12.13",
5858
"@babel/traverse": "workspace:^7.13.13",
59-
"@babel/types": "workspace:^7.13.13",
59+
"@babel/types": "workspace:^7.13.14",
6060
"convert-source-map": "^1.7.0",
6161
"debug": "^4.1.0",
6262
"gensync": "^1.0.0-beta.2",

packages/babel-helper-module-transforms/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-module-transforms",
3-
"version": "7.13.12",
3+
"version": "7.13.14",
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",
@@ -21,7 +21,7 @@
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",
24-
"@babel/traverse": "workspace:^7.13.0",
25-
"@babel/types": "workspace:^7.13.12"
24+
"@babel/traverse": "workspace:^7.13.13",
25+
"@babel/types": "workspace:^7.13.14"
2626
}
2727
}

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

packages/babel-register/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/register",
3-
"version": "7.13.8",
3+
"version": "7.13.14",
44
"description": "babel require hook",
55
"license": "MIT",
66
"publishConfig": {

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

packages/babel-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/types",
3-
"version": "7.13.13",
3+
"version": "7.13.14",
44
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-types",

yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -197,20 +197,20 @@ __metadata:
197197
languageName: node
198198
linkType: hard
199199

200-
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.10, @babel/core@workspace:packages/babel-core":
200+
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.13.14, @babel/core@workspace:packages/babel-core":
201201
version: 0.0.0-use.local
202202
resolution: "@babel/core@workspace:packages/babel-core"
203203
dependencies:
204204
"@babel/code-frame": "workspace:^7.12.13"
205205
"@babel/generator": "workspace:^7.13.9"
206206
"@babel/helper-compilation-targets": "workspace:^7.13.13"
207-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.12"
207+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14"
208208
"@babel/helper-transform-fixture-test-runner": "workspace:*"
209209
"@babel/helpers": "workspace:^7.13.10"
210210
"@babel/parser": "workspace:^7.13.13"
211211
"@babel/template": "workspace:^7.12.13"
212212
"@babel/traverse": "workspace:^7.13.13"
213-
"@babel/types": "workspace:^7.13.13"
213+
"@babel/types": "workspace:^7.13.14"
214214
convert-source-map: ^1.7.0
215215
debug: ^4.1.0
216216
gensync: ^1.0.0-beta.2
@@ -536,7 +536,7 @@ __metadata:
536536
languageName: unknown
537537
linkType: soft
538538

539-
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.13.10, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
539+
"@babel/helper-fixtures@workspace:*, @babel/helper-fixtures@workspace:^7.13.13, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
540540
version: 0.0.0-use.local
541541
resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures"
542542
dependencies:
@@ -639,7 +639,7 @@ __metadata:
639639
languageName: unknown
640640
linkType: soft
641641

642-
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.13.12, @babel/helper-module-transforms@workspace:^7.13.0, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
642+
"@babel/helper-module-transforms-BABEL_8_BREAKING-false@npm:@babel/helper-module-transforms@workspace:^7.13.14, @babel/helper-module-transforms@workspace:^7.13.0, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
643643
version: 0.0.0-use.local
644644
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
645645
dependencies:
@@ -649,17 +649,16 @@ __metadata:
649649
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
650650
"@babel/helper-validator-identifier": "workspace:^7.12.11"
651651
"@babel/template": "workspace:^7.12.13"
652-
"@babel/traverse": "workspace:^7.13.0"
653-
"@babel/types": "workspace:^7.13.12"
652+
"@babel/traverse": "workspace:^7.13.13"
653+
"@babel/types": "workspace:^7.13.14"
654654
languageName: unknown
655655
linkType: soft
656656

657-
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.13.12":
658-
version: 0.0.0-condition-130862
659-
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.13.12#130862"
657+
"@babel/helper-module-transforms@condition:BABEL_8_BREAKING ? : workspace:^7.13.14":
658+
version: 0.0.0-condition-f57fb3
659+
resolution: "@babel/helper-module-transforms@condition:BABEL_8_BREAKING?:workspace:^7.13.14#f57fb3"
660660
dependencies:
661-
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.13.12"
662-
checksum: 099f985d9558228aa29430a51630015ea02a47f2714cc392f0105921e768c4998a70686942c51defe174cd5ed9f221ab0e4505a611f40e7a68158748c4bbfb8e
661+
"@babel/helper-module-transforms-BABEL_8_BREAKING-false": "npm:@babel/helper-module-transforms@workspace:^7.13.14"
663662
languageName: node
664663
linkType: hard
665664

@@ -823,8 +822,8 @@ __metadata:
823822
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
824823
dependencies:
825824
"@babel/code-frame": "workspace:^7.12.13"
826-
"@babel/core": "workspace:^7.13.10"
827-
"@babel/helper-fixtures": "workspace:^7.13.10"
825+
"@babel/core": "workspace:^7.13.14"
826+
"@babel/helper-fixtures": "workspace:^7.13.13"
828827
"@types/jest": ^25.2.2
829828
babel-check-duplicated-nodes: ^1.0.0
830829
quick-lru: 5.1.0
@@ -3488,7 +3487,7 @@ __metadata:
34883487
languageName: node
34893488
linkType: hard
34903489

3491-
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.13, @babel/types@workspace:packages/babel-types":
3490+
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.13, @babel/types@workspace:^7.13.14, @babel/types@workspace:packages/babel-types":
34923491
version: 0.0.0-use.local
34933492
resolution: "@babel/types@workspace:packages/babel-types"
34943493
dependencies:

0 commit comments

Comments
 (0)