Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e99390e

Browse files
authoredSep 15, 2023
chore(deps): update dependency @types/babel__core to v7.20.2
1 parent 54ceabc commit e99390e

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/types": "7.16.0",
2424
"@types/babel-plugin-macros": "2.8.5",
2525
"@types/babel-plugin-tester": "9.0.4",
26-
"@types/babel__core": "7.1.15",
26+
"@types/babel__core": "7.20.2",
2727
"@types/babel__traverse": "7.14.2",
2828
"@types/node": "16.11.11",
2929
"babel-plugin-tester": "10.1.0",

‎yarn.lock

+16-7
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,15 @@ __metadata:
479479
languageName: node
480480
linkType: hard
481481

482+
"@babel/parser@npm:^7.20.7":
483+
version: 7.22.16
484+
resolution: "@babel/parser@npm:7.22.16"
485+
bin:
486+
parser: ./bin/babel-parser.js
487+
checksum: a0bd0f6d24919d4b95f1e816b0bb34f2b514771b11c3b8bb711b49e943a164de918bb5a40f249fee2bbd4bec266e7230ca244bb99cc4ab3a9bcd5ac954cf5e22
488+
languageName: node
489+
linkType: hard
490+
482491
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
483492
version: 7.8.4
484493
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
@@ -1097,16 +1106,16 @@ __metadata:
10971106
languageName: node
10981107
linkType: hard
10991108

1100-
"@types/babel__core@npm:7.1.15":
1101-
version: 7.1.15
1102-
resolution: "@types/babel__core@npm:7.1.15"
1109+
"@types/babel__core@npm:7.20.2":
1110+
version: 7.20.2
1111+
resolution: "@types/babel__core@npm:7.20.2"
11031112
dependencies:
1104-
"@babel/parser": ^7.1.0
1105-
"@babel/types": ^7.0.0
1113+
"@babel/parser": ^7.20.7
1114+
"@babel/types": ^7.20.7
11061115
"@types/babel__generator": "*"
11071116
"@types/babel__template": "*"
11081117
"@types/babel__traverse": "*"
1109-
checksum: a9e93975a647b2037c624abffab43bdfa434eb3ffee343a94d649d44f802281ffd6044b8bcfe0b8e4a47d9c1759d4b6e6745b540cc8793d504f805adae9fcd52
1118+
checksum: ede913d4f9a57c1831b4cf4f8acb5d79f8af6f9825e278038f1893334ca912fe010ad833e5869e8025f152133b79af305a19c879b2e0167c7fb4b8e355566708
11101119
languageName: node
11111120
linkType: hard
11121121

@@ -4821,7 +4830,7 @@ __metadata:
48214830
"@babel/types": 7.16.0
48224831
"@types/babel-plugin-macros": 2.8.5
48234832
"@types/babel-plugin-tester": 9.0.4
4824-
"@types/babel__core": 7.1.15
4833+
"@types/babel__core": 7.20.2
48254834
"@types/babel__traverse": 7.14.2
48264835
"@types/node": 16.11.11
48274836
"@types/tailwindcss": ^2.0.6

0 commit comments

Comments
 (0)
Please sign in to comment.