Skip to content

Commit

Permalink
Add a missing dependency on @babel/types to @babel/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Oct 14, 2022
1 parent 0b0f083 commit 571bb7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/babel-parser/package.json
Expand Up @@ -33,6 +33,9 @@
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"@babel/types": "workspace:^"
},
"devDependencies": {
"@babel/code-frame": "workspace:^",
"@babel/helper-check-duplicate-nodes": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -1112,6 +1112,7 @@ __metadata:
"@babel/helper-fixtures": "workspace:^"
"@babel/helper-string-parser": "workspace:^"
"@babel/helper-validator-identifier": "workspace:^"
"@babel/types": "workspace:^"
charcodes: ^0.2.0
bin:
parser: ./bin/babel-parser.js
Expand Down

0 comments on commit 571bb7c

Please sign in to comment.