Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermanya committed Jul 3, 2018
1 parent a1b2d1a commit b3f1133
Show file tree
Hide file tree
Showing 3 changed files with 2,752 additions and 1,359 deletions.
2 changes: 1 addition & 1 deletion app.json
@@ -1,5 +1,5 @@
{ {
"expo": { "expo": {
"sdkVersion": "23.0.0" "sdkVersion": "28.0.0"
} }
} }
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -2,16 +2,16 @@
"name": "react-native-chart-kit", "name": "react-native-chart-kit",
"version": "0.2.1", "version": "0.2.1",
"devDependencies": { "devDependencies": {
"babel-eslint": "^8.0.2", "babel-eslint": "^8.2.5",
"eslint-config-xo-react": "^0.15.0", "eslint-config-xo-react": "^0.17.0",
"eslint-plugin-react": "^7.4.0", "eslint-plugin-react": "^7.10.0",
"jest-expo": "23.0.0", "jest-expo": "28.0.0",
"react-native-scripts": "1.8.1", "prop-types": "^15.6.2",
"react-test-renderer": "16.0.0", "react": "^16.4.1",
"prop-types": "^15.6.0", "react-native": "0.55.4",
"react": "16.0.0", "react-native-scripts": "1.14.0",
"react-native": "0.50.3", "react-test-renderer": "16.4.1",
"xo": "^0.18.2" "xo": "^0.21.1"
}, },
"_main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", "_main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"main": "./index.js", "main": "./index.js",
Expand All @@ -32,13 +32,13 @@
}, },
"dependencies": { "dependencies": {
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"expo": "^23.0.4", "expo": "^28.0.0",
"google-palette": "^1.0.0", "google-palette": "^1.1.0",
"lodash": "^4.17.4", "lodash": "^4.17.10",
"paths-js": "^0.4.5", "paths-js": "^0.4.7",
"point-in-polygon": "^1.0.1", "point-in-polygon": "^1.0.1",
"react-native-scrollable-tab-view": "^0.8.0", "react-native-scrollable-tab-view": "^0.8.0",
"react-native-svg": "5.5.1" "react-native-svg": "^6.4.1"
}, },
"xo": { "xo": {
"extends": "xo-react", "extends": "xo-react",
Expand Down

0 comments on commit b3f1133

Please sign in to comment.