Skip to content

Commit 8523902

Browse files
committed
Update peer dependency react-native-svg to ^6.5.2
1 parent e1018e4 commit 8523902

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "5.1.0",
44
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
55
"main": "index.js",
6+
"types": "./index.d.ts",
67
"scripts": {
78
"prepare": "rm -rf example",
89
"test": "jest",
@@ -40,7 +41,7 @@
4041
"peerDependencies": {
4142
"react-native": ">=0.46.0",
4243
"react": "*",
43-
"react-native-svg": "^5.4.1"
44+
"react-native-svg": "^6.5.2"
4445
},
4546
"dependencies": {
4647
"prop-types": "^15.5.10",

0 commit comments

Comments
 (0)