Skip to content

Commit 0f4e3bb

Browse files
author
Krzysztof Borowy
committed
v1.10.0
1 parent 3dd9e0e commit 0f4e3bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"types": "./types/index.d.ts",
66
"main": "./lib/index.js",
@@ -48,26 +48,26 @@
4848
"devDependencies": {
4949
"@babel/core": "^7.6.2",
5050
"@babel/runtime": "^7.6.2",
51-
"@react-native-community/eslint-config": "^0.0.5",
5251
"@react-native-community/cli": "^3.1.0",
53-
"@react-native-community/cli-platform-ios": "^3.1.0",
5452
"@react-native-community/cli-platform-android": "^3.1.0",
53+
"@react-native-community/cli-platform-ios": "^3.1.0",
54+
"@react-native-community/eslint-config": "^0.0.5",
5555
"babel-jest": "^24.9.0",
5656
"babel-plugin-module-resolver": "3.1.3",
5757
"detox": "12.6.1",
58-
"expo": "36.0.2",
5958
"eslint": "5.1.0",
59+
"expo": "36.0.2",
6060
"flow-bin": "0.105.2",
6161
"jest": "^24.9.0",
62+
"metro": "0.56.4",
6263
"metro-react-native-babel-preset": "^0.56.0",
6364
"react": "16.9.0",
6465
"react-dom": "16.9.0",
65-
"react-test-renderer": "16.9.0",
6666
"react-native": "0.61.5",
67-
"react-native-web": "~0.12.0",
6867
"react-native-macos": "0.60.0-microsoft.50",
68+
"react-native-web": "~0.12.0",
6969
"react-native-windows": "0.61.0",
70-
"metro": "0.56.4"
70+
"react-test-renderer": "16.9.0"
7171
},
7272
"jest": {
7373
"preset": "react-native",

0 commit comments

Comments
 (0)