Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.25.0",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "7.26.10",
"@babel/runtime": "^7.26.10",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
Expand Down
18 changes: 1 addition & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3495,15 +3495,6 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:7.26.10":
version: 7.26.10
resolution: "@babel/runtime@npm:7.26.10"
dependencies:
regenerator-runtime: ^0.14.0
checksum: 22d2e0abb86e90de489ab16bb578db6fe2b63a88696db431198b24963749820c723f1982298cdbbea187f7b2b80fb4d98a514faf114ddb2fdc14a4b96277b955
languageName: node
linkType: hard

"@babel/runtime@npm:^7.25.0":
version: 7.27.6
resolution: "@babel/runtime@npm:7.27.6"
Expand Down Expand Up @@ -10325,7 +10316,7 @@ __metadata:
"@babel/core": ^7.25.2
"@babel/plugin-transform-runtime": ^7.25.0
"@babel/preset-env": ^7.25.3
"@babel/runtime": 7.26.10
"@babel/runtime": ^7.26.10
"@react-native-community/cli": 15.0.1
"@react-native-community/cli-platform-android": 15.0.1
"@react-native-community/cli-platform-ios": 15.0.1
Expand Down Expand Up @@ -18733,13 +18724,6 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.14.0":
version: 0.14.1
resolution: "regenerator-runtime@npm:0.14.1"
checksum: 9f57c93277b5585d3c83b0cf76be47b473ae8c6d9142a46ce8b0291a04bb2cf902059f0f8445dcabb3fb7378e5fe4bb4ea1e008876343d42e46d3b484534ce38
languageName: node
linkType: hard

"regexp.prototype.flags@npm:^1.5.3, regexp.prototype.flags@npm:^1.5.4":
version: 1.5.4
resolution: "regexp.prototype.flags@npm:1.5.4"
Expand Down
Loading