Skip to content

Commit 5b0ffac

Browse files
committed
Merge branch 'dev' of github.com:hy916/react-native-uiw into dev
2 parents 89b708e + eb521f7 commit 5b0ffac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

example/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-native-image-picker": "^5.3.1",
2020
"react-native-image-viewing": "~0.2.2",
2121
"react-native-root-siblings": "4.1.1",
22-
"react-native-svg": "13.0.0"
22+
"react-native-svg": "13.9.0"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "~7.20.7",
@@ -34,4 +34,4 @@
3434
"jest": {
3535
"preset": "react-native"
3636
}
37-
}
37+
}

packages/core/src/changelog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- "react-native-svg": "12.1.1",
4343
- "react-native-gesture-handler": "~2.5.0",
4444
+ "@uiw/react-native": "4.0.1",
45-
+ "react-native-svg": "13.0.0",
45+
+ "react-native-svg": "13.9.0",
4646
+ "react-native-gesture-handler": "2.8.0",
4747
...
4848
}

packages/react-native-image-picker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"src",
2222
"README.md"
2323
],
24-
"publishConfig":{
24+
"publishConfig": {
2525
"access": "public"
2626
},
2727
"dependencies": {
@@ -35,7 +35,7 @@
3535
"prop-types": "15.7.2",
3636
"react-native-image-picker": "^5.3.1",
3737
"react-native-image-viewing": "~0.2.2",
38-
"react-native-svg": "13.0.0"
38+
"react-native-svg": "13.9.0"
3939
},
4040
"peerDependencies": {
4141
"react": ">=16.9.0",
@@ -50,4 +50,4 @@
5050
"engines": {
5151
"node": ">=16.0.0"
5252
}
53-
}
53+
}

test-ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prop-types": "15.7.2",
4242
"react-native-gesture-handler": "2.8.0",
4343
"react-native-root-siblings": "4.1.1",
44-
"react-native-svg": "13.0.0",
44+
"react-native-svg": "13.9.0",
4545
"@shopify/restyle": "~2.4.2"
4646
},
4747
"jest": {

0 commit comments

Comments
 (0)