Skip to content

Commit 17f071b

Browse files
authored
chore: update dependencies in lib and Expo SDK in the example (callstack#3616)
1 parent 4c50ef9 commit 17f071b

File tree

8 files changed

+1521
-1071
lines changed

8 files changed

+1521
-1071
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
executors:
44
default:
55
docker:
6-
- image: circleci/node:14
6+
- image: circleci/node:16
77
working_directory: ~/react-native-paper
88

99
commands:

Diff for: .github/workflows/publish-each-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 14.x
16+
node-version: 16.x
1717

1818
- name: Setup Expo
1919
uses: expo/expo-github-action@v7

Diff for: .github/workflows/updates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 14.x
18+
node-version: 16.x
1919

2020
- name: Setup Expo
2121
uses: expo/expo-github-action@v7

Diff for: example/app.json

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"version": "3.0.1",
88
"entryPoint": "App.js",
99
"orientation": "default",
10-
"sdkVersion": "46.0.0",
1110
"primaryColor": "#6200EE",
1211
"userInterfaceStyle": "automatic",
1312
"icon": "./assets/images/paper-icon.png",

Diff for: example/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
"dependencies": {
1515
"@expo/vector-icons": "^13.0.0",
1616
"@react-native-async-storage/async-storage": "~1.17.10",
17-
"@react-native-community/masked-view": "^0.1.11",
18-
"@react-navigation/bottom-tabs": "^6.4.3",
19-
"@react-navigation/drawer": "^6.5.0",
20-
"@react-navigation/native": "^6.0.13",
21-
"@react-navigation/stack": "^6.3.3",
22-
"expo": "^46.0.0",
23-
"expo-font": "~10.2.0",
24-
"expo-keep-awake": "~10.2.0",
25-
"expo-splash-screen": "~0.16.2",
26-
"expo-status-bar": "~1.4.0",
27-
"expo-updates": "~0.14.7",
17+
"@react-native-masked-view/masked-view": "0.2.8",
18+
"@react-navigation/bottom-tabs": "^6.5.3",
19+
"@react-navigation/drawer": "^6.5.7",
20+
"@react-navigation/native": "^6.1.2",
21+
"@react-navigation/stack": "^6.3.11",
22+
"expo": "^47.0.0",
23+
"expo-font": "~11.0.1",
24+
"expo-keep-awake": "~11.0.1",
25+
"expo-splash-screen": "~0.17.5",
26+
"expo-status-bar": "~1.4.2",
27+
"expo-updates": "~0.15.6",
2828
"file-loader": "^6.2.0",
29-
"react": "18.0.0",
30-
"react-dom": "18.0.0",
31-
"react-native": "0.69.6",
32-
"react-native-gesture-handler": "~2.5.0",
33-
"react-native-reanimated": "~2.9.1",
34-
"react-native-safe-area-context": "4.3.1",
35-
"react-native-screens": "~3.15.0",
29+
"react": "18.1.0",
30+
"react-dom": "18.1.0",
31+
"react-native": "0.70.5",
32+
"react-native-gesture-handler": "~2.8.0",
33+
"react-native-reanimated": "~2.12.0",
34+
"react-native-safe-area-context": "4.4.1",
35+
"react-native-screens": "~3.18.0",
3636
"react-native-vector-icons": "^9.2.0",
3737
"react-native-web": "~0.18.7",
3838
"typeface-roboto": "^1.1.13"
3939
},
4040
"devDependencies": {
41-
"babel-plugin-module-resolver": "^4.1.0",
42-
"babel-preset-expo": "~9.2.0",
43-
"expo-cli": "^6.0.6"
41+
"babel-plugin-module-resolver": "^5.0.0",
42+
"babel-preset-expo": "~9.2.1",
43+
"expo-cli": "^6.1.0"
4444
}
4545
}

0 commit comments

Comments
 (0)