Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Upgrade packages (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan authored Feb 5, 2020
1 parent b81483e commit 6964aa3
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 97 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@dooboo-ui/native": "^0.5.5",
"@dooboo-ui/native-pinch-zoom-slider-modal": "^0.0.3",
"@dooboo-ui/native-theme": "^0.1.5",
"@expo/react-native-action-sheet": "^3.4.1",
"@expo/react-native-action-sheet": "^3.5.0",
"@expo/vector-icons": "^10.0.6",
"@react-native-community/masked-view": "0.1.5",
"@react-navigation/core": "^5.0.0-alpha.37",
"@react-navigation/core": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.0.0-alpha.35",
"@react-navigation/native": "^5.0.0-alpha.29",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.0-alpha.63",
"apollo-boost": "^0.4.7",
"apollo-link": "^1.2.13",
Expand All @@ -50,9 +50,9 @@
"expo-linear-gradient": "~8.0.0",
"expo-localization": "~8.0.0",
"expo-permissions": "^8.0.0",
"graphql": "^14.5.8",
"graphql": "^14.6.0",
"i18n-js": "^3.5.1",
"immer": "^5.3.2",
"immer": "^5.3.4",
"moment": "^2.24.0",
"react": "16.9.0",
"react-dom": "16.9.0",
Expand All @@ -66,35 +66,35 @@
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-svg": "9.13.3",
"react-native-tab-view": "^2.12.0",
"react-native-tab-view": "^2.13.0",
"react-native-web": "^0.12.0",
"react-native-webview": "7.4.3",
"sentry-expo": "^2.0.1",
"styled-components": "^5.0.0",
"styled-components": "^5.0.1",
"subscriptions-transport-ws": "^0.9.16"
},
"devDependencies": {
"@apollo/react-testing": "^3.1.3",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@dooboo/eslint-config": "^0.3.5",
"@dooboo/eslint-config": "^0.3.6",
"@testing-library/jest-native": "^3.1.0",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/react-native": "^5.0.3",
"@types/expo": "^33.0.1",
"@types/i18n-js": "^3.0.1",
"@types/jest": "^24.9.1",
"@types/jest": "^25.1.1",
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.4",
"@types/react-native": "^0.61.10",
"@types/react-native-modalbox": "^1.4.8",
"@types/react-test-renderer": "^16.9",
"@types/styled-components": "^4.4.2",
"abort-controller": "^3.0.0",
"babel-jest": "^25.1.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-expo": "^8.0.0",
"codecov": "^3.6.2",
"codecov": "^3.6.4",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"jest-expo": "^36.0.1",
Expand All @@ -105,7 +105,7 @@
"prettier": "^1.19.1",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "16.9.0",
"ts-jest": "^25.0.0",
"ts-jest": "^25.2.0",
"typescript": "3.7.5"
}
}
Loading

0 comments on commit 6964aa3

Please sign in to comment.