Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed May 4, 2020
1 parent 3dd9e0e commit 0f4e3bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/async-storage",
"version": "1.9.0",
"version": "1.10.0",
"description": "Asynchronous, persistent, key-value storage system for React Native.",
"types": "./types/index.d.ts",
"main": "./lib/index.js",
Expand Down Expand Up @@ -48,26 +48,26 @@
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@react-native-community/cli": "^3.1.0",
"@react-native-community/cli-platform-ios": "^3.1.0",
"@react-native-community/cli-platform-android": "^3.1.0",
"@react-native-community/cli-platform-ios": "^3.1.0",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "3.1.3",
"detox": "12.6.1",
"expo": "36.0.2",
"eslint": "5.1.0",
"expo": "36.0.2",
"flow-bin": "0.105.2",
"jest": "^24.9.0",
"metro": "0.56.4",
"metro-react-native-babel-preset": "^0.56.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-test-renderer": "16.9.0",
"react-native": "0.61.5",
"react-native-web": "~0.12.0",
"react-native-macos": "0.60.0-microsoft.50",
"react-native-web": "~0.12.0",
"react-native-windows": "0.61.0",
"metro": "0.56.4"
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit 0f4e3bb

Please sign in to comment.