Skip to content

Commit

Permalink
fix: add missing @babel/parser dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciamuria committed Jun 6, 2023
1 parent 0eb84e2 commit 55e6b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/parser": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"inquirer": "^9.0.0",
"jscodeshift": "^0.15.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.21.9, @babel/parser@npm:^7.22.0, @babel/parser@npm:^7.22.4":
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.17.8, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.21.9, @babel/parser@npm:^7.22.0, @babel/parser@npm:^7.22.4":
version: 7.22.4
resolution: "@babel/parser@npm:7.22.4"
bin:
Expand Down Expand Up @@ -7194,6 +7194,7 @@ __metadata:
resolution: "types-react-codemod@workspace:."
dependencies:
"@babel/core": ^7.17.8
"@babel/parser": ^7.17.8
"@babel/preset-env": ^7.16.11
"@changesets/changelog-github": ^0.4.4
"@changesets/cli": ^2.22.0
Expand Down

0 comments on commit 55e6b6f

Please sign in to comment.