Skip to content

Commit 5206b1c

Browse files
committed
update npm to 1.0.32
1 parent 4db4cc8 commit 5206b1c

3 files changed

Lines changed: 6 additions & 6 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.31",
13+
"react-native-cn-richtext-editor": "^1.0.32",
1414
"react-native-popup-menu": "^0.14.2"
1515
},
1616
"devDependencies": {

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.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==
3733+
react-native-cn-richtext-editor@^1.0.32:
3734+
version "1.0.32"
3735+
resolved "https://registry.yarnpkg.com/react-native-cn-richtext-editor/-/react-native-cn-richtext-editor-1.0.32.tgz#e3a0af9ade659b2391dd86bd223bc9b32114813c"
3736+
integrity sha512-nDPpDEAfx//i7AxUYT6Npzh3KmkwbephBBmO3pTTiVafaZ6jXwS7/yGidyba+SCvkWWkm3fkU508ziZVa0LEaQ==
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.31",
3+
"version": "1.0.32",
44
"description": "RichText Editor for React-Native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)