Skip to content

Commit 99e68d5

Browse files
authored
add http header to thread beta api + update dep versions (#11)
* add http header to thread beta api + upload versions * upgrade jest expo
1 parent 5d2778c commit 99e68d5

5 files changed

Lines changed: 4401 additions & 5239 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openai-react-native",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "OpenAI React Native API Client without polyfills",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -41,18 +41,18 @@
4141
}
4242
},
4343
"dependencies": {
44-
"expo-file-system": "^17.0.1",
45-
"openai": "^4.56.0",
44+
"expo-file-system": "^18.0.7",
45+
"openai": "^4.79.1",
4646
"react-native-sse": "^1.2.1"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.20.0",
50-
"@types/jest": "^29.5.12",
51-
"@types/react": "~18.2.45",
52-
"@types/react-test-renderer": "^18.0.7",
53-
"expo": "~51.0.28",
49+
"@babel/core": "^7.26.0",
50+
"@types/jest": "^29.5.14",
51+
"@types/react": "~19.0.7",
52+
"@types/react-test-renderer": "^19.0.0",
53+
"expo": "~52.0.26",
5454
"jest": "^29.2.1",
55-
"jest-expo": "~51.0.3",
55+
"jest-expo": "^52.0.3",
5656
"react": "18.2.0",
5757
"react-dom": "18.2.0",
5858
"react-native": "0.74.5",

sample/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
},
1616
"dependencies": {
1717
"@expo/vector-icons": "^14.0.2",
18-
"@react-navigation/native": "^6.0.2",
19-
"expo": "~51.0.28",
20-
"expo-constants": "~16.0.2",
21-
"expo-font": "~12.0.9",
22-
"expo-linking": "~6.3.1",
23-
"expo-router": "~3.5.23",
24-
"expo-splash-screen": "~0.27.5",
25-
"expo-status-bar": "~1.12.1",
26-
"expo-system-ui": "~3.0.7",
27-
"expo-web-browser": "~13.0.3",
28-
"firebase": "^10.13.1",
18+
"@react-navigation/native": "^7.0.14",
19+
"expo": "^52.0.26",
20+
"expo-constants": "~17.0.4",
21+
"expo-font": "~13.0.3",
22+
"expo-linking": "~7.0.4",
23+
"expo-router": "~4.0.17",
24+
"expo-splash-screen": "~0.29.21",
25+
"expo-status-bar": "~2.0.1",
26+
"expo-system-ui": "~4.0.7",
27+
"expo-web-browser": "~14.0.2",
28+
"firebase": "^11.2.0",
2929
"openai-react-native": "file:..",
3030
"react": "18.2.0",
3131
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)