Skip to content

Commit

Permalink
Upgrade package version
Browse files Browse the repository at this point in the history
  • Loading branch information
valkjsaaa committed Nov 13, 2023
1 parent e5cda96 commit e395387
Show file tree
Hide file tree
Showing 6 changed files with 23,927 additions and 44,331 deletions.
2 changes: 0 additions & 2 deletions example/app.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "dotenv/config";

export default {
expo: {
name: "example",
Expand Down
3 changes: 1 addition & 2 deletions example/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Constants from 'expo-constants';
import 'dotenv/config'
import Constants from "expo-constants";

const ENV = {
OPENAI_API_KEY: Constants.manifest.extra.OPENAI_API_KEY,
Expand Down
31 changes: 15 additions & 16 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,32 @@
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^0.17.2",
"dotenv": "^16.3.1",
"expo": "^46.0.9",
"expo-constants": "~13.2.4",
"expo-keep-awake": "~10.2.0",
"@expo/webpack-config": "^18.1.3",
"expo": "^49.0.18",
"expo-constants": "~14.4.2",
"expo-keep-awake": "~12.5.0",
"p-defer": "^4.0.0",
"p-defer-es5": "^2.0.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.9",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.7",
"react-redux": "^8.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-safe-area-context": "4.7.4",
"react-native-screens": "~3.27.0",
"react-native-web": "~0.19.9",
"react-redux": "^8.1.3",
"reactgenie-lib": "file:..",
"redux": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@types/react": "~16.9.23",
"@types/react-native": "~0.61.17",
"@types/react": "~18.2.37",
"@types/react-native": "~0.72.6",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-reactgenie": "0.3.6",
"babel-preset-expo": "~8.3.0",
"typescript": "~3.8.3"
"babel-preset-expo": "~9.5.2",
"typescript": "~5.2.2"
},
"private": true
}
Loading

0 comments on commit e395387

Please sign in to comment.