File tree 2 files changed +16
-0
lines changed
packages/babel-preset-env 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 22
22
"@babel/helper-validator-option" : " workspace:^" ,
23
23
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" : " workspace:^" ,
24
24
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" : " workspace:^" ,
25
+ "@babel/plugin-proposal-private-property-in-object" : " ^7.21.0" ,
25
26
"@babel/plugin-syntax-async-generators" : " ^7.8.4" ,
26
27
"@babel/plugin-syntax-class-properties" : " ^7.12.13" ,
27
28
"@babel/plugin-syntax-class-static-block" : " ^7.14.5" ,
Original file line number Diff line number Diff line change @@ -1589,6 +1589,20 @@ __metadata:
1589
1589
languageName: node
1590
1590
linkType: hard
1591
1591
1592
+ "@babel/plugin-proposal-private-property-in-object@npm:^7.21.0":
1593
+ version: 7.21.0
1594
+ resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.21.0"
1595
+ dependencies:
1596
+ "@babel/helper-annotate-as-pure": ^7.18.6
1597
+ "@babel/helper-create-class-features-plugin": ^7.21.0
1598
+ "@babel/helper-plugin-utils": ^7.20.2
1599
+ "@babel/plugin-syntax-private-property-in-object": ^7.14.5
1600
+ peerDependencies:
1601
+ "@babel/core": ^7.0.0-0
1602
+ checksum: add881a6a836635c41d2710551fdf777e2c07c0b691bf2baacc5d658dd64107479df1038680d6e67c468bfc6f36fb8920025d6bac2a1df0a81b867537d40ae78
1603
+ languageName: node
1604
+ linkType: hard
1605
+
1592
1606
"@babel/plugin-proposal-record-and-tuple@workspace:^, @babel/plugin-proposal-record-and-tuple@workspace:packages/babel-plugin-proposal-record-and-tuple":
1593
1607
version: 0.0.0-use.local
1594
1608
resolution: "@babel/plugin-proposal-record-and-tuple@workspace:packages/babel-plugin-proposal-record-and-tuple"
@@ -3511,6 +3525,7 @@ __metadata:
3511
3525
"@babel/helper-validator-option": "workspace:^"
3512
3526
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "workspace:^"
3513
3527
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^"
3528
+ "@babel/plugin-proposal-private-property-in-object": ^7.21.0
3514
3529
"@babel/plugin-syntax-async-generators": ^7.8.4
3515
3530
"@babel/plugin-syntax-class-properties": ^7.12.13
3516
3531
"@babel/plugin-syntax-class-static-block": ^7.14.5
You can’t perform that action at this time.
0 commit comments