Skip to content

Commit a6a6167

Browse files
authored
Merge pull request #25 from imnapo/ck/fix-scroll-android
update npm to 1.0.31
2 parents e8b17cd + bdf267f commit a6a6167

4 files changed

Lines changed: 17 additions & 11 deletions

File tree

expo-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"expo": "^31.0.2",
1111
"react": "16.5.0",
1212
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
13-
"react-native-cn-richtext-editor": "^1.0.30",
13+
"react-native-cn-richtext-editor": "^1.0.31",
1414
"react-native-popup-menu": "^0.14.2"
1515
},
1616
"devDependencies": {

expo-demo/yarn-error.log

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm manifest:
2929
"expo": "^31.0.2",
3030
"react": "16.5.0",
3131
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
32-
"react-native-cn-richtext-editor": "^1.0.24",
32+
"react-native-cn-richtext-editor": "^1.0.30",
3333
"react-native-popup-menu": "^0.14.2"
3434
},
3535
"devDependencies": {
@@ -1689,6 +1689,11 @@ Lockfile:
16891689
version "2.1.0"
16901690
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
16911691

1692+
diff-match-patch@^1.0.4:
1693+
version "1.0.4"
1694+
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.4.tgz#6ac4b55237463761c4daf0dc603eb869124744b1"
1695+
integrity sha512-Uv3SW8bmH9nAtHKaKSanOQmj2DnlH65fUpcrMdfdaOxUG02QQ4YGZ8AE7kKOMisF7UqvOlGKVYWRvezdncW9lg==
1696+
16921697
dom-walk@^0.1.0:
16931698
version "0.1.1"
16941699
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -3769,11 +3774,12 @@ Lockfile:
37693774
version "2.2.5"
37703775
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-2.2.5.tgz#4074dd63b4973e6397d9ce50e97b57c77a518e9d"
37713776

3772-
react-native-cn-richtext-editor@^1.0.23:
3773-
version "1.0.23"
3774-
resolved "https://registry.yarnpkg.com/react-native-cn-richtext-editor/-/react-native-cn-richtext-editor-1.0.23.tgz#1cf478632ed75aec9455eba6fd1d1cad1b9a318a"
3775-
integrity sha512-BPskMeKO+QICB4tdPZL5T4reAGcOAf9SmCdUJedfq3gojBDUMym52FnLsiztJiM00CsgP7vftm6D0WUI1T9PZg==
3777+
react-native-cn-richtext-editor@^1.0.30:
3778+
version "1.0.30"
3779+
resolved "https://registry.yarnpkg.com/react-native-cn-richtext-editor/-/react-native-cn-richtext-editor-1.0.30.tgz#481b255a886aa71d7d2324704627805022bc3984"
3780+
integrity sha512-JTV8gXV6n3KK8IEPC6xMsq4rUOJGoABXYENfcEmKEmCl6JN79L+eilr4eZyNG17Uk2yW63BBBkgTZQfZeNgqbw==
37763781
dependencies:
3782+
diff-match-patch "^1.0.4"
37773783
immutability-helper "^2.8.1"
37783784
lodash "^4.17.11"
37793785
shortid "^2.2.14"

expo-demo/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3730,10 +3730,10 @@ react-native-branch@2.2.5:
37303730
version "2.2.5"
37313731
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-2.2.5.tgz#4074dd63b4973e6397d9ce50e97b57c77a518e9d"
37323732

3733-
react-native-cn-richtext-editor@^1.0.30:
3734-
version "1.0.30"
3735-
resolved "https://registry.yarnpkg.com/react-native-cn-richtext-editor/-/react-native-cn-richtext-editor-1.0.30.tgz#481b255a886aa71d7d2324704627805022bc3984"
3736-
integrity sha512-JTV8gXV6n3KK8IEPC6xMsq4rUOJGoABXYENfcEmKEmCl6JN79L+eilr4eZyNG17Uk2yW63BBBkgTZQfZeNgqbw==
3733+
react-native-cn-richtext-editor@^1.0.31:
3734+
version "1.0.31"
3735+
resolved "https://registry.yarnpkg.com/react-native-cn-richtext-editor/-/react-native-cn-richtext-editor-1.0.31.tgz#b4f0a72f829669b1a3784f925449fc98b27d5934"
3736+
integrity sha512-gLfK0zwpNkN2GStJ0raSQMiJfAv1JMDViVU4p9azix1i4iF5ujao8sthIlSFDmxDwHXLekptB7DvaaJ9WmN6xw==
37373737
dependencies:
37383738
diff-match-patch "^1.0.4"
37393739
immutability-helper "^2.8.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-cn-richtext-editor",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "RichText Editor for React-Native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)