Skip to content

Commit

Permalink
Merge pull request #180 from heritagemap/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
avdeev authored Jan 13, 2021
2 parents a8693c0 + 7c2dd13 commit 930be86
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 930be86

Please sign in to comment.