Skip to content

Commit

Permalink
chore: ⬆️ all deps except react-leaflet (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi authored Dec 2, 2023
1 parent cc26a16 commit acc426e
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 176 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/system": "^5.14.16",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@mui/system": "^5.14.19",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.3.1",
"i18next": "^23.7.7",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"json2mq": "^0.2.0",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
Expand All @@ -22,13 +22,13 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-helmet-async": "^1.3.0",
"react-helmet-async": "^2.0.3",
"react-infinite-scroll-component": "^6.1.0",
"react-leaflet": "3.2.3",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-papaparse": "^4.4.0",
"react-router": "^6.18.0",
"react-router-dom": "^6.18.0",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"react-scripts": "^5.0.1",
"react-style-proptype": "^3.2.2",
"slugify": "^1.6.6",
Expand All @@ -52,7 +52,7 @@
],
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^8.53.0",
"eslint": "^8.55.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -61,8 +61,8 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"install-peers": "^1.0.4",
"prettier": "^3.0.3",
"webpack-bundle-analyzer": "^4.9.1"
"prettier": "^3.1.0",
"webpack-bundle-analyzer": "^4.10.1"
},
"engines": {
"npm": "please-use-yarn",
Expand Down
Loading

0 comments on commit acc426e

Please sign in to comment.