Skip to content

Commit e395387

Browse files
committed
Upgrade package version
1 parent e5cda96 commit e395387

File tree

6 files changed

+23927
-44331
lines changed

6 files changed

+23927
-44331
lines changed

example/app.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import "dotenv/config";
2-
31
export default {
42
expo: {
53
name: "example",

example/config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import Constants from 'expo-constants';
2-
import 'dotenv/config'
1+
import Constants from "expo-constants";
32

43
const ENV = {
54
OPENAI_API_KEY: Constants.manifest.extra.OPENAI_API_KEY,

example/package.json

+15-16
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,32 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"@expo/webpack-config": "^0.17.2",
13-
"dotenv": "^16.3.1",
14-
"expo": "^46.0.9",
15-
"expo-constants": "~13.2.4",
16-
"expo-keep-awake": "~10.2.0",
12+
"@expo/webpack-config": "^18.1.3",
13+
"expo": "^49.0.18",
14+
"expo-constants": "~14.4.2",
15+
"expo-keep-awake": "~12.5.0",
1716
"p-defer": "^4.0.0",
1817
"p-defer-es5": "^2.0.1",
19-
"react": "18.0.0",
20-
"react-dom": "18.0.0",
21-
"react-native": "0.69.9",
22-
"react-native-safe-area-context": "4.3.1",
23-
"react-native-screens": "~3.15.0",
24-
"react-native-web": "~0.18.7",
25-
"react-redux": "^8.0.2",
18+
"react": "18.2.0",
19+
"react-dom": "18.2.0",
20+
"react-native": "0.72.6",
21+
"react-native-safe-area-context": "4.7.4",
22+
"react-native-screens": "~3.27.0",
23+
"react-native-web": "~0.19.9",
24+
"react-redux": "^8.1.3",
2625
"reactgenie-lib": "file:..",
2726
"redux": "^4.2.0"
2827
},
2928
"devDependencies": {
3029
"@babel/core": "^7.8.6",
3130
"@babel/plugin-proposal-decorators": "^7.7.4",
3231
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
33-
"@types/react": "~16.9.23",
34-
"@types/react-native": "~0.61.17",
32+
"@types/react": "~18.2.37",
33+
"@types/react-native": "~0.72.6",
3534
"babel-plugin-parameter-decorator": "^1.0.16",
3635
"babel-plugin-reactgenie": "0.3.6",
37-
"babel-preset-expo": "~8.3.0",
38-
"typescript": "~3.8.3"
36+
"babel-preset-expo": "~9.5.2",
37+
"typescript": "~5.2.2"
3938
},
4039
"private": true
4140
}

0 commit comments

Comments
 (0)