Skip to content

Commit

Permalink
chore: update webview deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YanYuanFE committed Aug 24, 2023
1 parent 49f9b21 commit ab34178
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
37 changes: 17 additions & 20 deletions example/sign-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions example/sign-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-signature-canvas": "^4.5.1",
"react-native-view-shot": "3.4.0"
"react-native-signature-canvas": "^4.6.1",
"react-native-view-shot": "3.4.0",
"react-native-webview": "^13.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-signature-canvas",
"version": "4.5.1",
"version": "4.6.1",
"description": "React Native Signature Component based Canvas for Android && IOS && expo",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,6 @@
},
"homepage": "https://github.com/YanYuanFE/react-native-signature-canvas#readme",
"peerDependencies": {
"react-native-webview": ">11.18.1"
"react-native-webview": ">=13"
}
}

0 comments on commit ab34178

Please sign in to comment.