Skip to content

Commit

Permalink
fix: add missing @babel/parser dep (#248)
Browse files Browse the repository at this point in the history
* fix: add missing @babel/parser dep

* Create gold-geese-reflect.md

---------

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
  • Loading branch information
dgarciamuria and eps1lon authored Jun 7, 2023
1 parent 137d942 commit 0dd5d20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-geese-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"types-react-codemod": patch
---

Add missing `@babel/parser` dependency
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 @@ -7195,6 +7195,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 0dd5d20

Please sign in to comment.