Skip to content

Commit

Permalink
Update dependency @types/babel__core to v7.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 20, 2022
1 parent 741deff commit db3c471
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@jest/transform": "27.2.0",
"@jest/types": "27.1.0",
"@types/babel-plugin-macros": "2.8.5",
"@types/babel__core": "7.1.15",
"@types/babel__core": "7.1.19",
"@types/babel__preset-env": "7.9.2",
"@types/babel__traverse": "7.11.1",
"@types/caller": "1.0.0",
Expand Down
17 changes: 15 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3449,7 +3449,20 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__core@npm:7.1.15, @types/babel__core@npm:^7.1.14":
"@types/babel__core@npm:7.1.19":
version: 7.1.19
resolution: "@types/babel__core@npm:7.1.19"
dependencies:
"@babel/parser": ^7.1.0
"@babel/types": ^7.0.0
"@types/babel__generator": "*"
"@types/babel__template": "*"
"@types/babel__traverse": "*"
checksum: 8c9fa87a1c2224cbec251683a58bebb0d74c497118034166aaa0491a4e2627998a6621fc71f8a60ffd27d9c0c52097defedf7637adc6618d0331c15adb302338
languageName: node
linkType: hard

"@types/babel__core@npm:^7.1.14":
version: 7.1.15
resolution: "@types/babel__core@npm:7.1.15"
dependencies:
Expand Down Expand Up @@ -8488,7 +8501,7 @@ fsevents@~2.3.1:
"@jest/transform": 27.2.0
"@jest/types": 27.1.0
"@types/babel-plugin-macros": 2.8.5
"@types/babel__core": 7.1.15
"@types/babel__core": 7.1.19
"@types/babel__preset-env": 7.9.2
"@types/babel__traverse": 7.11.1
"@types/caller": 1.0.0
Expand Down

0 comments on commit db3c471

Please sign in to comment.