From 144d2625dfc92b41e27439b1b5e1bbd167af70b8 Mon Sep 17 00:00:00 2001 From: ellispinsky <48781372+ellispinsky@users.noreply.github.com> Date: Fri, 16 May 2025 23:21:39 -0400 Subject: [PATCH] bump deps + remove unnecessary packages --- package.json | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index a1bbd5b..dbae53a 100644 --- a/package.json +++ b/package.json @@ -22,27 +22,31 @@ }, "homepage": "https://github.com/VapiAI/react-native-sdk", "dependencies": { - "axios": "^1.8.1", - "events": "^3.3.0" - }, - "peerDependencies": { - "@daily-co/react-native-daily-js": "^0.72.1", + "@config-plugins/react-native-webrtc": "8.0.0", + "@daily-co/config-plugin-rn-daily-js": "0.0.7", + "@daily-co/react-native-daily-js": "^0.76.0", "@daily-co/react-native-webrtc": "118.0.3-daily.2", "@react-native-async-storage/async-storage": "^1.24.0", - "react-native-background-timer": "^2.4.1" + "@vapi-ai/react-native": "^0.1.7", + "axios": "^1.8.1", + "events": "^3.3.0", + "expo": "^53.0.7", + "expo-status-bar": "~2.2.3", + "react": "19.0.0", + "react-native": "0.79.2", + "react-native-background-timer": "^2.4.1", + "react-native-get-random-values": "^1.11.0" + }, "devDependencies": { - "@daily-co/react-native-daily-js": "^0.72.1", - "@daily-co/react-native-webrtc": "118.0.3-daily.2", - "@react-native-async-storage/async-storage": "^1.24.0", - "react-native-background-timer": "^2.4.1", + "@babel/core": "^7.20.0", "@types/jest": "^29.5.14", "@types/node": "^20.17.22", "jest": "^29.7.0", - "openai": "^4.86.1", + "openai": "^4.98.0", "swagger-typescript-api": "^13.0.23", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", - "typescript": "^5.8.2" + "typescript": "^5.8.3" } } \ No newline at end of file