Skip to content

Commit 165e22e

Browse files
committed
Simplify/update some dev dependencies versions
1 parent 0f9e7c8 commit 165e22e

File tree

3 files changed

+267
-473
lines changed

3 files changed

+267
-473
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"release": "npmpub"
3838
},
3939
"devDependencies": {
40-
"bs-platform": "^5.2.0",
41-
"husky": "^1.3.0",
42-
"lint-staged": "^10.1.1",
40+
"bs-platform": "^8.0.0",
41+
"husky": "^4.0.0",
42+
"lint-staged": "^10.0.0",
4343
"npmpub": "^5.0.0",
44-
"prettier": "^1.18.0"
44+
"prettier": "^2.0.0"
4545
},
4646
"prettier": {
4747
"trailingComma": "all",

src/ReactNativeAsyncStorage.re

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ type asyncStorageState = {
4545
};
4646

4747
[@bs.module "@react-native-community/async-storage"]
48-
external useAsyncStorage: string => asyncStorageState = "useAsyncStorage";
48+
external useAsyncStorage: string => asyncStorageState = "useAsyncStorage";

0 commit comments

Comments
 (0)