diff --git a/README.md b/README.md index 0a43379..20bfb85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # React Native Scrollview Smart [![CircleCI](https://circleci.com/gh/Bolket/react-native-scrollview-smart.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/Bolket/react-native-scrollview-smart) [![react-native-scrollview-smart](https://img.shields.io/npm/dm/react-native-scrollview-smart.svg)](https://www.npmjs.org/package/react-native-scrollview-smart) [![npm version](https://img.shields.io/npm/v/react-native-scrollview-smart.svg?style=flat)](https://www.npmjs.com/package/react-native-scrollview-smart) [![Known Vulnerabilities](https://snyk.io/test/github/bolket/react-native-scrollview-smart/badge.svg)](https://snyk.io/test/github/bolket/react-native-scrollview-smart) + +[![Greenkeeper badge](https://badges.greenkeeper.io/Bolket/react-native-scrollview-smart.svg)](https://greenkeeper.io/) A smart iOS and Android scrollview for React Native ## INSTALLATION diff --git a/package.json b/package.json index f8af970..48b2bc5 100644 --- a/package.json +++ b/package.json @@ -24,24 +24,24 @@ "homepage": "https://github.com/sarovin/react-native-scrollview-smart#readme", "devDependencies": { "babel-core": "^6.9.1", - "babel-eslint": "^6.0.4", - "babel-jest": "20.0.3", + "babel-eslint": "^8.0.0", + "babel-jest": "21.0.2", "babel-polyfill": "^6.9.1", "babel-preset-env": "^1.6.0", - "babel-preset-react-native": "1.9.2", + "babel-preset-react-native": "4.0.0", "babel-register": "^6.9.0", "enzyme": "^2.9.1", - "eslint": "^2.11.1", - "eslint-config-airbnb": "^9.0.1", - "eslint-plugin-import": "^1.8.1", - "eslint-plugin-jsx-a11y": "^1.2.2", - "eslint-plugin-react": "^5.1.1", - "jest-cli": "20.0.4", + "eslint": "^4.6.1", + "eslint-config-airbnb": "^15.1.0", + "eslint-plugin-import": "^2.7.0", + "eslint-plugin-jsx-a11y": "^6.0.2", + "eslint-plugin-react": "^7.3.0", + "jest-cli": "21.1.0", "jest-react-native": "18.0.0", "react": "16.0.0-alpha.12", "react-addons-test-utils": "16.0.0-alpha.3", "react-dom": "16.0.0-alpha.12", - "react-native": "0.45.1", + "react-native": "0.48.3", "react-test-renderer": "16.0.0-alpha.12" }, "dependencies": {