From 7c2dd13bea4960c29bf0083b927401f116737f6d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Jan 2021 13:41:20 +0000 Subject: [PATCH] fix(deps): pin dependencies --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index e47e688e..4105be66 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@mapbox/mapbox-gl-geocoder": "4.7.0", "@testing-library/jest-dom": "5.11.5", - "@types/react-router-dom": "^5.1.6", + "@types/react-router-dom": "5.1.6", "@urbica/react-map-gl": "1.14.2", "@urbica/react-map-gl-cluster": "0.2.0", "classnames": "2.2.6", @@ -20,9 +20,9 @@ "react-dom": "17.0.1", "react-map-gl": "5.2.10", "react-map-gl-geocoder": "2.1.6", - "react-router-dom": "^5.2.0", - "react-scripts": "^4.0.1", - "stylelint-scss": "^3.18.0", + "react-router-dom": "5.2.0", + "react-scripts": "4.0.1", + "stylelint-scss": "3.18.0", "supercluster": "6.0.2", "typescript": "3.9.7", "unfetch": "4.2.0", @@ -78,13 +78,13 @@ "@types/react-alert": "5.2.0", "@types/react-dom": "16.9.9", "@types/react-map-gl": "5.2.9", - "@typescript-eslint/eslint-plugin": "^4.9.0", - "eslint-config-airbnb-typescript": "^12.0.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-react": "^7.21.5", - "eslint-plugin-react-hooks": "^4.2.0", - "stylelint": "^13.8.0", - "stylelint-config-standard": "^20.0.0" + "@typescript-eslint/eslint-plugin": "4.9.0", + "eslint-config-airbnb-typescript": "12.0.0", + "eslint-plugin-import": "2.22.1", + "eslint-plugin-jsx-a11y": "6.4.1", + "eslint-plugin-react": "7.21.5", + "eslint-plugin-react-hooks": "4.2.0", + "stylelint": "13.8.0", + "stylelint-config-standard": "20.0.0" } }