Skip to content

Commit f8afaad

Browse files
committed
chore: add packageExtensions
See babel/babel#11118
1 parent 9b426c4 commit f8afaad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.yarnrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
enableGlobalCache: true
22

3+
packageExtensions:
4+
"@babel/parser@*":
5+
dependencies:
6+
"@babel/types": "*"
7+
38
plugins:
49
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
510
spec: '@yarnpkg/plugin-interactive-tools'

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,7 +1494,7 @@ __metadata:
14941494
languageName: node
14951495
linkType: hard
14961496

1497-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.10.4, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.7.0, @babel/types@npm:^7.7.4":
1497+
"@babel/types@npm:*, @babel/types@npm:^7.0.0, @babel/types@npm:^7.10.4, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.7.0, @babel/types@npm:^7.7.4":
14981498
version: 7.10.4
14991499
resolution: "@babel/types@npm:7.10.4"
15001500
dependencies:

0 commit comments

Comments
 (0)