From 23a95ad57111305cba33535ccb67b75602be3c0a Mon Sep 17 00:00:00 2001 From: Igor Quirino Date: Tue, 25 Aug 2020 19:23:14 -0300 Subject: [PATCH] Update package dependencies Hi! The dependency "react-native-vector-icons" has security issues! I am using this pull request to update all other dependencies. I hope you are well! Thank you! --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 7429060..092e692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-star-rating", - "version": "1.1.0", + "version": "1.1.1", "description": "A React Native component for generating and displaying interactive star ratings", "main": "index.js", "scripts": { @@ -36,10 +36,10 @@ ] }, "dependencies": { - "prop-types": "^15.5.10", - "react-native-animatable": "^1.2.4", - "react-native-button": "^2.3.0", - "react-native-vector-icons": "^4.5.0" + "prop-types": "^15.7.2", + "react-native-animatable": "^1.3.3", + "react-native-button": "^3.0.1", + "react-native-vector-icons": "^7.0.0" }, "repository": { "type": "git", @@ -50,14 +50,14 @@ }, "homepage": "https://github.com/djchie/react-native-star-rating", "devDependencies": { - "eslint": "^4.18.0", - "eslint-config-airbnb": "^16.1.0", - "eslint-plugin-import": "^2.8.0", - "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-react": "^7.6.1", - "jest": "^23.1.0", - "react": "16.3.1", - "react-native": "0.55.4", - "react-test-renderer": "16.3.1" + "eslint": "^7.7.0", + "eslint-config-airbnb": "^18.2.0", + "eslint-plugin-import": "^2.22.0", + "eslint-plugin-jsx-a11y": "^6.3.1", + "eslint-plugin-react": "^7.20.6", + "jest": "^26.4.2", + "react": "16.13.1", + "react-native": "0.63.2", + "react-test-renderer": "16.13.1" } }