File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5151 },
5252 "devDependencies" : {
5353 "@babel/core" : " ^7.20.0" ,
54+ "@babel/plugin-transform-private-methods" : " ^7.25.9" ,
55+ "@babel/plugin-transform-private-property-in-object" : " ^7.25.9" ,
5456 "@types/react" : " ~18.3.12" ,
5557 "babel-plugin-module-resolver" : " ^5.0.2" ,
5658 "jest" : " ^29.2.1" ,
Original file line number Diff line number Diff line change @@ -1465,7 +1465,7 @@ __metadata:
14651465 languageName : node
14661466 linkType : hard
14671467
1468- " @babel/plugin-transform-private-methods@npm:^7.24.7 " :
1468+ " @babel/plugin-transform-private-methods@npm:^7.24.7, @babel/plugin-transform-private-methods@npm:^7.25.9 " :
14691469 version : 7.25.9
14701470 resolution : " @babel/plugin-transform-private-methods@npm:7.25.9"
14711471 dependencies :
@@ -1477,7 +1477,7 @@ __metadata:
14771477 languageName : node
14781478 linkType : hard
14791479
1480- " @babel/plugin-transform-private-property-in-object@npm:^7.24.7 " :
1480+ " @babel/plugin-transform-private-property-in-object@npm:^7.24.7, @babel/plugin-transform-private-property-in-object@npm:^7.25.9 " :
14811481 version : 7.25.9
14821482 resolution : " @babel/plugin-transform-private-property-in-object@npm:7.25.9"
14831483 dependencies :
@@ -5196,6 +5196,8 @@ __metadata:
51965196 resolution : " app@workspace:."
51975197 dependencies :
51985198 " @babel/core " : " npm:^7.20.0"
5199+ " @babel/plugin-transform-private-methods " : " npm:^7.25.9"
5200+ " @babel/plugin-transform-private-property-in-object " : " npm:^7.25.9"
51995201 " @expo/vector-icons " : " npm:^14.0.2"
52005202 " @faker-js/faker " : " npm:^9.0.1"
52015203 " @react-navigation/native " : " npm:^7.0.14"
You can’t perform that action at this time.
0 commit comments