Skip to content

Commit

Permalink
Update dependency @types/babel__core to ^7.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2023
1 parent 023237f commit 31b68df
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.1",
"@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.1":
version: 7.20.1
resolution: "@types/babel__core@npm:7.20.1"
dependencies:
"@babel/parser": ^7.20.7
"@babel/types": ^7.20.7
"@types/babel__generator": "*"
"@types/babel__template": "*"
"@types/babel__traverse": "*"
checksum: 9fcd9691a33074802d9057ff70b0e3ff3778f52470475b68698a0f6714fbe2ccb36c16b43dc924eb978cd8a81c1f845e5ff4699e7a47606043b539eb8c6331a8
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.1
"@types/babel__traverse": ^7.18.3
"@types/node": ^18.15.11
"@typescript-eslint/eslint-plugin": ^5.57.0
Expand Down

0 comments on commit 31b68df

Please sign in to comment.