Skip to content

Commit

Permalink
Merge pull request #383 from sledilnik/deps-upgrade
Browse files Browse the repository at this point in the history
Deps upgrade
  • Loading branch information
stefanb authored Sep 22, 2023
2 parents 5ca1518 + 885c8ee commit d3619b4
Show file tree
Hide file tree
Showing 2 changed files with 2,782 additions and 2,308 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.12.2",
"@mui/system": "^5.11.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@mui/system": "^5.14.10",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"json2mq": "^0.2.0",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
"markdown-to-jsx": "^7.2.0",
"markdown-to-jsx": "^7.3.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"react-error-boundary": "^4.0.11",
"react-helmet-async": "^1.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-leaflet": "3.2.3",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-papaparse": "^4.1.0",
"react-router": "^6.8.2",
"react-router-dom": "^6.11.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-style-proptype": "^3.2.2",
"slugify": "^1.6.6",
"uuid": "^9.0.0",
"web-vitals": "^3.3.1"
"uuid": "^9.0.1",
"web-vitals": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -52,17 +52,17 @@
],
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^8.35.0",
"eslint": "^8.49.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"install-peers": "^1.0.4",
"prettier": "^2.8.4",
"webpack-bundle-analyzer": "^4.8.0"
"prettier": "^3.0.3",
"webpack-bundle-analyzer": "^4.9.1"
},
"engines": {
"npm": "please-use-yarn",
Expand Down
Loading

0 comments on commit d3619b4

Please sign in to comment.