Skip to content

Commit 340ab78

Browse files
committed
Upgrade deps
1 parent 805367e commit 340ab78

File tree

4 files changed

+122
-327
lines changed

4 files changed

+122
-327
lines changed

bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
}
1818
],
1919
"bsc-flags": ["-bs-no-version-header", "-warn-error @a"],
20-
"bs-dependencies": ["reason-react"]
20+
"bs-dependencies": []
2121
}

package.json

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,21 @@
55
"access": "public"
66
},
77
"peerDependencies": {
8-
"react-native-image-picker": "2.3.0"
8+
"react-native-image-picker": "^2.3.0"
99
},
1010
"repository": "https://github.com/reason-react-native/image-picker.git",
1111
"license": "MIT",
1212
"keywords": [
1313
"reason",
1414
"reasonml",
1515
"bucklescript",
16-
"react-native"
16+
"react-native",
17+
"image-picker"
1718
],
1819
"files": [
19-
"*",
20-
"!.DS_Store",
21-
"!**/*.bs.js",
22-
"!.merlin",
23-
"!lib/bs",
24-
"!lib/ocaml"
20+
"*.md",
21+
"bsconfig.json",
22+
"src/*.re"
2523
],
2624
"scripts": {
2725
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",
@@ -36,16 +34,14 @@
3634
"release": "npmpub"
3735
},
3836
"devDependencies": {
39-
"bs-platform": "^7.3.2",
40-
"husky": "^1.3.0",
41-
"lint-staged": "^10.1.1",
37+
"bs-platform": "^8.0.0",
38+
"husky": "^4.0.0",
39+
"lint-staged": "^10.0.0",
4240
"npmpub": "^5.0.0",
43-
"prettier": "^1.18.0",
44-
"reason-react": "^0.7.0"
41+
"prettier": "^2.0.0"
4542
},
4643
"prettier": {
47-
"trailingComma": "all",
48-
"proseWrap": "always"
44+
"trailingComma": "all"
4945
},
5046
"lint-staged": {
5147
"*.{md,json,js,css}": [

src/ReactNativeImagePicker.bs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
'use strict';
22

33

4-
var Button = { };
4+
var Button = {};
55

6-
var PermissionDenied = { };
6+
var PermissionDenied = {};
77

8-
var $$Storage = { };
8+
var $$Storage = {};
99

1010
var Options = {
1111
Button: Button,

0 commit comments

Comments
 (0)