feat: add @babel/runtime dependency in package.json

This commit is contained in:
2025-12-20 23:48:36 +01:00
parent 15db4268d4
commit 33fab5dd1a

View File

@@ -10,6 +10,7 @@
"web": "expo start --web" "web": "expo start --web"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.25.6",
"@react-native-async-storage/async-storage": "1.23.1", "@react-native-async-storage/async-storage": "1.23.1",
"@stripe/stripe-react-native": "0.38.3", "@stripe/stripe-react-native": "0.38.3",
"expo": "~51.0.0", "expo": "~51.0.0",