Skip to content

Commit 4a19704

Browse files
committed
fix(pull):pull branch master code
2 parents 663618d + 38c3c40 commit 4a19704

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

example/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/base",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -10,7 +10,7 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@uiw/react-native": "3.0.2",
13+
"@uiw/react-native": "3.0.3",
1414
"react": "17.0.2",
1515
"react-native": "0.66.1",
1616
"react-native-svg": "12.1.1"

example/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -14,7 +14,7 @@
1414
"@react-native-picker/picker": "2.1.0",
1515
"@react-navigation/native": "6.0.4",
1616
"@react-navigation/stack": "6.0.9",
17-
"@uiw/react-native": "3.0.2",
17+
"@uiw/react-native": "3.0.3",
1818
"react": "17.0.2",
1919
"react-native": "0.66.1",
2020
"react-native-gesture-handler": "2.0.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.2",
2+
"version": "3.0.3",
33
"packages": ["example/*", "packages/*", "website"],
44
"npmClient": "yarn",
55
"npmClientArgs": ["--production", "--no-optional"],

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "UIW for React Native",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"main": "lib/index.js",
@@ -56,13 +56,13 @@
5656
"@types/lodash": "4.14.172",
5757
"@types/react-native": "0.65.5",
5858
"@uiw/icons": "2.5.3",
59+
"ahooks": "2.10.14",
5960
"color": "4.0.2",
6061
"lodash": "4.17.21",
6162
"prop-types": "15.7.2",
6263
"react-native-gesture-handler": "2.0.0",
6364
"react-native-root-siblings": "4.1.1",
64-
"react-native-svg": "12.1.1",
65-
"ahooks": "2.10.14"
65+
"react-native-svg": "12.1.1"
6666
},
6767
"peerDependencies": {
6868
"react": ">=16.9.0",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-native-doc",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"license": "MIT",
55
"homepage": "https://uiwjs.github.io/react-native-uiw/",
66
"repository": {

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Documentation site for React Native UIW.",
55
"private": true,
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"@rematch/loading": "2.1.2",
1818
"@uiw/react-code-preview": "2.2.4",
1919
"@uiw/react-markdown-preview": "3.4.5",
20-
"@uiw/react-native": "3.0.2",
20+
"@uiw/react-native": "3.0.3",
2121
"@uiw/react-native-template": "2.2.2",
2222
"@uiw/reset.css": "1.0.5",
2323
"react": "17.0.2",

0 commit comments

Comments
 (0)