diff --git a/README.md b/README.md index ed1d50c..6913a2c 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ We try our best to maintain backwards compatability of our plugin with previous | v0.43-v0.44 | v2.0+ *(RN refactored uimanager dependencies)* | | v0.45 | v3.0+ *(RN refactored instance manager code)* | | v0.46 | v4.0+ *(RN refactored js bundle loader code)* | -| v0.46-v0.51 | v5.1+ *(RN removed unused registration of JS modules)*| -| v0.52+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is. +| v0.46-v0.52 | v5.1+ *(RN removed unused registration of JS modules)*| +| v0.53+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is. ### Supported Components diff --git a/package-lock.json b/package-lock.json index a536e3e..d81d0a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push", - "version": "5.2.0-beta", + "version": "5.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -610,20 +610,20 @@ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, "code-push": { - "version": "1.11.2-beta", - "resolved": "https://registry.npmjs.org/code-push/-/code-push-1.11.2-beta.tgz", - "integrity": "sha1-ZC9Rme2w/W1tMA5DmIOwO4slJzc=", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/code-push/-/code-push-2.0.4.tgz", + "integrity": "sha512-WOT0O8jB6EFLOvXK7wx1OioVX+e99UWNIqRbfzLaWt53Hxaf9zwy1YTo4iC413OgFYPyQe82GqVrvvMrDPJLmg==", "requires": { "q": "1.5.0", "recursive-fs": "0.1.4", "slash": "1.0.0", "superagent": "1.8.5", "superagent-proxy": "1.0.2", - "yazl": "2.4.2" + "yazl": "2.4.3" } }, "code-push-plugin-testing-framework": { - "version": "file:file:../code-push/plugin-testing-framework/bin", + "version": "file:code-push-plugin-testing-framework", "integrity": "sha1-bqM6ZhcQYoryZtcUlJ/pX4jXHw0=", "dev": true, "requires": { @@ -4062,9 +4062,9 @@ "dev": true }, "yazl": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.2.tgz", - "integrity": "sha1-FMsZCD4eJacAksFYiqvg9OTdTYg=", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.3.tgz", + "integrity": "sha1-7CblzIfVYBud+EMtvdPNLlFzoHE=", "requires": { "buffer-crc32": "0.2.13" } diff --git a/package.json b/package.json index ce31698..3cccb6c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/Microsoft/react-native-code-push" }, "dependencies": { - "code-push": "1.11.2-beta", + "code-push": "2.0.4", "glob": "^5.0.15", "hoist-non-react-statics": "^2.3.1", "inquirer": "1.1.2",