Skip to content

Commit

Permalink
Update dependency @types/babel__core to ^7.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 023237f commit 1dfa50f
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 @@ -51,7 +51,7 @@
"@codemod/core": "^2.2.0",
"@jest/globals": "^29.5.0",
"@qnighy/dedent": "^0.1.1",
"@types/babel__core": "^7.20.0",
"@types/babel__core": "^7.20.2",
"@types/babel__traverse": "^7.18.3",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
Expand Down
17 changes: 15 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__core@npm:^7.1.14, @types/babel__core@npm:^7.20.0":
"@types/babel__core@npm:^7.1.14":
version: 7.20.0
resolution: "@types/babel__core@npm:7.20.0"
dependencies:
Expand All @@ -2087,6 +2087,19 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__core@npm:^7.20.2":
version: 7.20.2
resolution: "@types/babel__core@npm:7.20.2"
dependencies:
"@babel/parser": ^7.20.7
"@babel/types": ^7.20.7
"@types/babel__generator": "*"
"@types/babel__template": "*"
"@types/babel__traverse": "*"
checksum: 564fbaa8ff1305d50807ada0ec227c3e7528bebb2f8fe6b2ed88db0735a31511a74ad18729679c43eeed8025ed29d408f53059289719e95ab1352ed559a100bd
languageName: node
linkType: hard

"@types/babel__generator@npm:*":
version: 7.6.4
resolution: "@types/babel__generator@npm:7.6.4"
Expand Down Expand Up @@ -5516,7 +5529,7 @@ __metadata:
"@codemod/core": ^2.2.0
"@jest/globals": ^29.5.0
"@qnighy/dedent": ^0.1.1
"@types/babel__core": ^7.20.0
"@types/babel__core": ^7.20.2
"@types/babel__traverse": ^7.18.3
"@types/node": ^18.15.11
"@typescript-eslint/eslint-plugin": ^5.57.0
Expand Down

0 comments on commit 1dfa50f

Please sign in to comment.