Skip to content

Commit

Permalink
chore: ⬆️ all deps except react-leaflet (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi authored Jan 2, 2024
1 parent acc426e commit 3ef6148
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 322 deletions.
36 changes: 18 additions & 18 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.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@mui/system": "^5.14.19",
"@testing-library/jest-dom": "^6.1.5",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@mui/system": "^5.15.2",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"i18next": "^23.7.7",
"@testing-library/user-event": "^14.5.2",
"i18next": "^23.7.13",
"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",
"markdown-to-jsx": "^7.3.2",
"markdown-to-jsx": "^7.4.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-helmet-async": "^2.0.3",
"react-error-boundary": "^4.0.12",
"react-helmet-async": "^2.0.4",
"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.20.1",
"react-router-dom": "^6.20.1",
"react-router": "^6.21.1",
"react-router-dom": "^6.21.1",
"react-scripts": "^5.0.1",
"react-style-proptype": "^3.2.2",
"slugify": "^1.6.6",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0"
"web-vitals": "^3.5.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -52,16 +52,16 @@
],
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"install-peers": "^1.0.4",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"webpack-bundle-analyzer": "^4.10.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 3ef6148

Please sign in to comment.