Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:hy916/react-native-uiw into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hy916 committed May 4, 2023
2 parents 89b708e + eb521f7 commit 5b0ffac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-native-image-picker": "^5.3.1",
"react-native-image-viewing": "~0.2.2",
"react-native-root-siblings": "4.1.1",
"react-native-svg": "13.0.0"
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "~7.20.7",
Expand All @@ -34,4 +34,4 @@
"jest": {
"preset": "react-native"
}
}
}
2 changes: 1 addition & 1 deletion packages/core/src/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- "react-native-svg": "12.1.1",
- "react-native-gesture-handler": "~2.5.0",
+ "@uiw/react-native": "4.0.1",
+ "react-native-svg": "13.0.0",
+ "react-native-svg": "13.9.0",
+ "react-native-gesture-handler": "2.8.0",
...
}
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-image-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"src",
"README.md"
],
"publishConfig":{
"publishConfig": {
"access": "public"
},
"dependencies": {
Expand All @@ -35,7 +35,7 @@
"prop-types": "15.7.2",
"react-native-image-picker": "^5.3.1",
"react-native-image-viewing": "~0.2.2",
"react-native-svg": "13.0.0"
"react-native-svg": "13.9.0"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand All @@ -50,4 +50,4 @@
"engines": {
"node": ">=16.0.0"
}
}
}
2 changes: 1 addition & 1 deletion test-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prop-types": "15.7.2",
"react-native-gesture-handler": "2.8.0",
"react-native-root-siblings": "4.1.1",
"react-native-svg": "13.0.0",
"react-native-svg": "13.9.0",
"@shopify/restyle": "~2.4.2"
},
"jest": {
Expand Down

0 comments on commit 5b0ffac

Please sign in to comment.