File tree Expand file tree Collapse file tree 6 files changed +11
-69
lines changed
Expand file tree Collapse file tree 6 files changed +11
-69
lines changed Original file line number Diff line number Diff line change 3737 - name : Test
3838 run : yarn test
3939
40- # snackager fails whenever react-native-webview is a dependency, so we remove it
41- # Removed right before deploy to keep it during development and when running tests, but ommited in final release
42- # Changes need to be committed, otherwise lerna refuses to publish
43- - name : Remove `react-native-webview` from dev dependencies
44- run : |
45- node ./scripts/remove-rn-webview-dependency.js
46- git config --global user.email "[email protected] " 47- git config --global user.name "Jigsaw CI Deploys"
48- git commit -a -m 'Remove react-native-webview dev dependency'
49-
5040 - name : Release next packages
5141 if : github.event_name == 'pull_request'
5242 env :
Original file line number Diff line number Diff line change 7272 "react-native-tab-view" : " ^3.4.0" ,
7373 "react-native-typography" : " ^1.4.1" ,
7474 "react-native-web-swiper" : " ^2.2.3" ,
75+ "react-native-youtube-iframe" : " ^2.2.2" ,
7576 "react-youtube" : " ^10.1.0"
7677 },
7778 "peerDependencies" : {
78- "react-native-avoid-softinput" : " ^4.0.1" ,
79- "react-native-youtube-iframe" : " ^2.2.2"
79+ "react-native-avoid-softinput" : " ^4.0.1"
8080 },
8181 "peerDependenciesMeta" : {
8282 "react-native-avoid-softinput" : {
9191 "@types/lodash.isnumber" : " ^3.0.6" ,
9292 "@types/lodash.omit" : " ^4.5.6" ,
9393 "@types/lodash.tonumber" : " ^4.0.6" ,
94- "react-native-avoid-softinput" : " ^4.0.1" ,
95- "react-native-youtube-iframe" : " ^2.2.2"
94+ "react-native-avoid-softinput" : " ^4.0.1"
9695 },
9796 "eslintIgnore" : [
9897 " node_modules/" ,
Original file line number Diff line number Diff line change 4444 "@teovilla/react-native-web-maps" : " ^0.9.4" ,
4545 "color" : " ^4.2.3" ,
4646 "lodash.isequal" : " ^4.5.0" ,
47- "react-native-maps" : " 1.7.1"
47+ "react-native-maps" : " 1.7.1" ,
48+ "react-native-webview" : " 13.6.3"
4849 },
4950 "eslintIgnore" : [
5051 " node_modules/" ,
Original file line number Diff line number Diff line change 4545 "@react-native-community/slider" : " 4.4.2" ,
4646 "expo-camera" : " ~13.4.4" ,
4747 "expo-linear-gradient" : " ~12.3.0" ,
48- "react-native-svg" : " 13.10.0"
49- },
50- "peerDependencies" : {
51- "react-native-webview" : " 13.2.2"
52- },
53- "devDependencies" : {
54- "react-native-webview" : " 13.2.2"
48+ "react-native-svg" : " 13.10.0" ,
49+ "react-native-webview" : " 13.6.3"
5550 },
5651 "eslintIgnore" : [
5752 " node_modules/" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12923,10 +12923,10 @@ react-native-web@~0.19.6:
1292312923 postcss-value-parser "^4.2.0"
1292412924 styleq "^0.1.3"
1292512925
12926- react-native-webview@13.2.2 :
12927- version "13.2.2 "
12928- resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.2.2 .tgz#06b04db8e1f4ed57a9dc92f4094aa0e41271b89b "
12929- integrity sha512-uT70y2GUqQzaj2RwRb/QuKRdXeDjXM6oN3DdPqYQlOOMFTCT8r62fybyjVVRoik8io+KLa5KnmuSoS5B2O1BmA ==
12926+ react-native-webview@13.6.3 :
12927+ version "13.6.3 "
12928+ resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.6.3 .tgz#f3d26e942ef5cc5a07547f2e47903aa81a68e25e "
12929+ integrity sha512-IApO0JSj0uAWsBGKWagyfgDYoX29piiMYLmkHtRjKeL1rIVjLoR/bMe7KJ/0X47y86b//a6u3cYQtphyay+F2A ==
1293012930 dependencies:
1293112931 escape-string-regexp "2.0.0"
1293212932 invariant "2.2.4"
You can’t perform that action at this time.
0 commit comments