Skip to content

Commit

Permalink
Fix lockfiles of example projects
Browse files Browse the repository at this point in the history
CocoapodsDemo had both a package-lock.json and a yarn.lock. Furthermore, CocoapodsDemo’s yarn.lock was not up to date with its package.json.

RNOneSignal’s yarn.lock had an incorrect entry for react-native-onesignal@^3.2.13.
sonicdoe authored and jkasten2 committed Jul 23, 2019
1 parent dbdbd78 commit 9fa3aa5
Showing 3 changed files with 7 additions and 2,118 deletions.
2,112 changes: 0 additions & 2,112 deletions examples/CocoapodsDemo/package-lock.json

This file was deleted.

7 changes: 4 additions & 3 deletions examples/CocoapodsDemo/yarn.lock
Original file line number Diff line number Diff line change
@@ -3664,9 +3664,10 @@ react-native-maps@0.21.0:
babel-plugin-module-resolver "^2.3.0"
babel-preset-react-native "1.9.0"

react-native-onesignal@3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/react-native-onesignal/-/react-native-onesignal-3.2.7.tgz#8e3245b720af68af7d01ff572c56cbb3521b88f5"
react-native-onesignal@3.2.13:
version "3.2.13"
resolved "https://registry.yarnpkg.com/react-native-onesignal/-/react-native-onesignal-3.2.13.tgz#02f10dbd9cfacd3dc2c8254200f824bf4ff92093"
integrity sha512-Vq8Bdav8Luwal8XtB2xulO82+pw/Xzfr4RnwFhJ+MJy+3fqsuUU+zkyokEEFz3mAWO34t4YqIUyfQ8Q+XaQDBg==
dependencies:
invariant "^2.2.2"

6 changes: 3 additions & 3 deletions examples/RNOneSignal/yarn.lock
Original file line number Diff line number Diff line change
@@ -4887,9 +4887,9 @@ react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4:
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==

react-native-onesignal@^3.2.13:
version "3.2.12"
resolved "https://registry.yarnpkg.com/react-native-onesignal/-/react-native-onesignal-3.2.12.tgz#309dc4f65decae28119f46c0f1eef4310742bfb8"
integrity sha512-E1x5vNvOrgRRcr3FMdPVSXKtg8pk/XK1dU3aDSs4mwBOzlpFi8AlZd/bfd2bJUJ4BrWw09AsqdSDs+QygKP8sw==
version "3.2.14"
resolved "https://registry.yarnpkg.com/react-native-onesignal/-/react-native-onesignal-3.2.14.tgz#421a3b34c226e5b6ea9e801b7b3f914d8e3c0abb"
integrity sha512-pL5eSTUAPSeVZQcYJcuFhAUGA+Pl22WgBn4VXYGI93Dtmzklhpuzxtkdm4LZSu08tHkhbe3VzYuziconJ33AKw==
dependencies:
invariant "^2.2.2"

0 comments on commit 9fa3aa5

Please sign in to comment.