Skip to content

Commit 2e940f3

Browse files
committed
build: fixed security vulnerabilities in example app
1 parent bdc842f commit 2e940f3

File tree

3 files changed

+625
-1039
lines changed

3 files changed

+625
-1039
lines changed

example/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
},
1111
"dependencies": {
1212
"@react-native-community/masked-view": "^0.1.1",
13-
"@react-navigation/core": "file:.yalc/@react-navigation/core",
13+
"@react-navigation/core": "^3.5.0",
1414
"@react-navigation/native": "^3.4.1",
15-
"expo": "^33.0.7",
16-
"expo-asset": "^5.0.1",
17-
"expo-constants": "~5.0.1",
18-
"expokit": "33.0.4",
15+
"expo": "^34.0.4",
16+
"expo-asset": "^6.0.0",
17+
"expo-constants": "~6.0.0",
18+
"expokit": "34.0.2",
1919
"hoist-non-react-statics": "^3.3.0",
20-
"react": "16.8.3",
20+
"react": "16.9.0",
2121
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
2222
"react-native-paper": "^2.15.2",
23-
"react-native-shared-element": "file:.yalc/react-native-shared-element",
24-
"react-native-unimodules": "^0.4.0",
23+
"react-native-unimodules": "^0.5.4",
2524
"react-navigation-drawer": "^2.0.0",
2625
"react-navigation-tabs": "2.2.0"
2726
},
2827
"devDependencies": {
29-
"babel-plugin-module-resolver": "^3.2.0"
28+
"babel-plugin-module-resolver": "^3.2.0",
29+
"react-native-shared-element": "file:.yalc/react-native-shared-element"
3030
},
3131
"resolutions": {
3232
"react-native-safe-area-view": "0.14.6",

example/yalc.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "v1",
33
"packages": {
44
"react-native-shared-element": {
5-
"signature": "4e0602b5162ad0bc1e798006e852064b",
5+
"signature": "65ec034c823c06291536c3ef76c73226",
66
"file": true
77
},
88
"@react-navigation/core": {

0 commit comments

Comments
 (0)