Skip to content

Commit 5fc64da

Browse files
committed
v13.0.0
1 parent 5cbd7f8 commit 5fc64da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@rescript-react-native/svg",
33
"description": "ReScript bindings for react-native-svg.",
4-
"version": "12.1.9",
4+
"version": "13.0.0",
55
"publishConfig": {
66
"access": "public"
77
},
88
"peerDependencies": {
9-
"react-native-svg": ">=12.1.0",
109
"@rescript/react": ">=0.11.0",
10+
"react-native-svg": ">=12.1.0",
1111
"rescript-react-native": ">=0.71.0"
1212
},
1313
"repository": "https://github.com/rescript-react-native/svg.git",
@@ -37,12 +37,12 @@
3737
"release": "npmpub"
3838
},
3939
"devDependencies": {
40-
"rescript": "^10.1.4",
40+
"@rescript/react": "^0.11.0",
4141
"husky": "^4.0.0",
4242
"lint-staged": "^10.0.0",
4343
"npmpub": "^5.0.0",
4444
"prettier": "^2.0.0",
45-
"@rescript/react": "^0.11.0",
45+
"rescript": "^10.1.4",
4646
"rescript-react-native": ">=0.71.0"
4747
},
4848
"prettier": {
@@ -57,4 +57,4 @@
5757
"pre-commit": "lint-staged"
5858
}
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)