Skip to content

Commit 501f143

Browse files
Bump cross-fetch from 3.1.4 to 3.1.5
1 parent 2ddedfb commit 501f143

4 files changed

Lines changed: 8473 additions & 8478 deletions

File tree

.gitignore

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
node_modules/
2-
.expo/
3-
npm-debug.*
4-
*.jks
5-
*.p8
6-
*.p12
7-
*.key
8-
*.mobileprovision
9-
*.orig.*
10-
web-build/
11-
12-
# macOS
13-
.DS_Store
14-
15-
.env
1+
node_modules/
2+
.expo/
3+
npm-debug.*
4+
*.jks
5+
*.p8
6+
*.p12
7+
*.key
8+
*.mobileprovision
9+
*.orig.*
10+
web-build/
11+
12+
# macOS
13+
.DS_Store
14+
15+
config.bat

babel.config.js

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
{
2-
"main": "node_modules/expo/AppEntry.js",
3-
"scripts": {
4-
"start": "expo start",
5-
"android": "expo start --android",
6-
"ios": "expo start --ios",
7-
"web": "expo start --web",
8-
"eject": "expo eject"
9-
},
10-
"dependencies": {
11-
"@react-navigation/native": "^6.0.11",
12-
"@react-navigation/stack": "^6.2.2",
13-
"@reduxjs/toolkit": "^1.8.3",
14-
"expo": "^45.0.0",
15-
"expo-status-bar": "~1.3.0",
16-
"react": "17.0.2",
17-
"react-dom": "17.0.2",
18-
"react-native": "0.68.2",
19-
"react-native-dotenv": "^3.3.1",
20-
"react-native-elements": "^3.4.2",
21-
"react-native-gesture-handler": "~2.2.1",
22-
"react-native-google-places-autocomplete": "^2.4.1",
23-
"react-native-maps": "0.30.2",
24-
"react-native-maps-directions": "^1.9.0",
25-
"react-native-reanimated": "~2.8.0",
26-
"react-native-safe-area-context": "4.2.4",
27-
"react-native-screens": "~3.11.1",
28-
"react-native-vector-icons": "^9.2.0",
29-
"react-native-web": "0.17.7",
30-
"react-redux": "^8.0.2",
31-
"tailwind-react-native-classnames": "^1.5.1"
32-
},
33-
"devDependencies": {
34-
"@babel/core": "^7.12.9"
35-
},
36-
"private": true
37-
}
1+
{
2+
"main": "node_modules/expo/AppEntry.js",
3+
"scripts": {
4+
"start": "expo start",
5+
"android": "expo start --android",
6+
"ios": "expo start --ios",
7+
"web": "expo start --web",
8+
"eject": "expo eject"
9+
},
10+
"dependencies": {
11+
"@react-navigation/native": "^6.0.11",
12+
"@react-navigation/stack": "^6.2.2",
13+
"@reduxjs/toolkit": "^1.8.3",
14+
"expo": "^45.0.0",
15+
"expo-status-bar": "~1.3.0",
16+
"react": "17.0.2",
17+
"react-dom": "17.0.2",
18+
"react-native": "0.68.2",
19+
"react-native-dotenv": "^3.3.1",
20+
"react-native-elements": "^3.4.2",
21+
"react-native-gesture-handler": "~2.2.1",
22+
"react-native-google-places-autocomplete": "^2.4.1",
23+
"react-native-maps": "0.30.2",
24+
"react-native-maps-directions": "^1.9.0",
25+
"react-native-reanimated": "~2.8.0",
26+
"react-native-safe-area-context": "4.2.4",
27+
"react-native-screens": "~3.11.1",
28+
"react-native-vector-icons": "^9.2.0",
29+
"react-native-web": "0.17.7",
30+
"react-redux": "^8.0.2",
31+
"tailwind-react-native-classnames": "^1.5.1"
32+
},
33+
"devDependencies": {
34+
"@babel/core": "^7.12.9"
35+
},
36+
"private": true
37+
}

0 commit comments

Comments
 (0)