Skip to content

Commit

Permalink
fix: react-leaflet
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupert Redington authored and Rupert Redington committed Nov 22, 2021
1 parent 8567fed commit 689609c
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 273 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ trim_trailing_whitespace = true
[*.js]
indent_size = 2
indent_style = space
[*.ts]
indent_size = 2
indent_style = space
[*.tsx]
indent_size = 2
indent_style = space
[*.css]
indent_size = 2
indent_style = space
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@apollo/client": "3.4.16",
"@artsy/fresnel": "1.9.0",
"@auth0/nextjs-auth0": "1.6.1",
"@emotion/babel-plugin": "11.3.0",
"@emotion/is-prop-valid": "0.8.8",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
Expand Down Expand Up @@ -66,7 +65,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "6.15.8",
"react-leaflet": "2.8.0",
"react-leaflet": "3.2.2",
"react-leaflet-control": "2.1.2",
"react-tooltip": "4.2.21",
"resize-observer-polyfill": "1.5.1",
Expand All @@ -75,6 +74,7 @@
"devDependencies": {
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@emotion/babel-plugin": "11.3.0",
"@graphql-codegen/cli": "2.2.1",
"@graphql-codegen/import-types-preset": "2.1.6",
"@graphql-codegen/typescript": "2.2.4",
Expand Down

0 comments on commit 689609c

Please sign in to comment.