Skip to content

Commit c9c3e15

Browse files
committed
Simplify/update some dev dependencies versions
1 parent 3f0973a commit c9c3e15

File tree

3 files changed

+278
-535
lines changed

3 files changed

+278
-535
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"release": "npmpub"
3636
},
3737
"devDependencies": {
38-
"bs-platform": "^5.2.0",
39-
"husky": "^1.3.0",
40-
"lint-staged": "^10.1.1",
38+
"bs-platform": "^8.0.0",
39+
"husky": "^4.0.0",
40+
"lint-staged": "^10.0.0",
4141
"npmpub": "^5.0.0",
42-
"prettier": "^1.18.0",
42+
"prettier": "^2.0.0",
4343
"react-native-linear-gradient": "2.5.6",
44-
"reason-react": "0.7.0",
45-
"reason-react-native": "0.60.1"
44+
"reason-react": "^0.9.0",
45+
"reason-react-native": "^0.62.0"
4646
},
4747
"prettier": {
4848
"trailingComma": "all"

src/ReactNativeLinearGradient.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type position;
22

3-
[@bs.obj] external position: (~x: float, ~y: float, unit) => position = "";
3+
[@bs.obj] external position: (~x: float, ~y: float, unit) => position;
44

55
[@bs.module "react-native-linear-gradient"] [@react.component]
66
external make:

0 commit comments

Comments
 (0)