File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 23
23
"@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.8.3" ,
24
24
"@babel/plugin-proposal-object-rest-spread" : " ^7.8.3" ,
25
25
"@babel/plugin-proposal-optional-chaining" : " ^7.8.3" ,
26
+ "@babel/plugin-proposal-private-methods" : " ^7.16.0" ,
26
27
"@babel/plugin-proposal-private-property-in-object" : " ^7.16.0" ,
27
28
"@babel/preset-env" : " ^7.8.3" ,
28
29
"@babel/preset-react" : " ^7.8.3" ,
Original file line number Diff line number Diff line change @@ -1500,6 +1500,18 @@ __metadata:
1500
1500
languageName: node
1501
1501
linkType: hard
1502
1502
1503
+ "@babel/plugin-proposal-private-methods@npm:^7.16.0":
1504
+ version: 7.16.0
1505
+ resolution: "@babel/plugin-proposal-private-methods@npm:7.16.0"
1506
+ dependencies:
1507
+ "@babel/helper-create-class-features-plugin": ^7.16.0
1508
+ "@babel/helper-plugin-utils": ^7.14.5
1509
+ peerDependencies:
1510
+ "@babel/core": ^7.0.0-0
1511
+ checksum: 6f648f54ea1219262b7a05f86f94de7cb466dc81ffd86e4f37ba536037762457ef13408083eb4325d44d2a5aae27c097756efe1067f5c1fbddb8078b923580f5
1512
+ languageName: node
1513
+ linkType: hard
1514
+
1503
1515
"@babel/plugin-proposal-private-property-in-object@npm:^7.16.0":
1504
1516
version: 7.16.0
1505
1517
resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.16.0"
@@ -4864,6 +4876,7 @@ __metadata:
4864
4876
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.8.3
4865
4877
"@babel/plugin-proposal-object-rest-spread": ^7.8.3
4866
4878
"@babel/plugin-proposal-optional-chaining": ^7.8.3
4879
+ "@babel/plugin-proposal-private-methods": ^7.16.0
4867
4880
"@babel/plugin-proposal-private-property-in-object": ^7.16.0
4868
4881
"@babel/preset-env": ^7.8.3
4869
4882
"@babel/preset-react": ^7.8.3
You can’t perform that action at this time.
0 commit comments