Skip to content

Commit

Permalink
chore: ⬆️ all deps, but eslint-plugin-react & react-leaflet (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi authored Mar 6, 2024
1 parent c56d420 commit d792b95
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 181 deletions.
34 changes: 17 additions & 17 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.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@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",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/system": "^5.15.12",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"i18next": "^23.7.13",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"i18next-http-backend": "^2.5.0",
"json2mq": "^0.2.0",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
"markdown-to-jsx": "^7.4.0",
"markdown-to-jsx": "^7.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-error-boundary": "^4.0.13",
"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.21.1",
"react-router-dom": "^6.21.1",
"react-router": "^6.22.2",
"react-router-dom": "^6.22.2",
"react-scripts": "^5.0.1",
"react-style-proptype": "^3.2.2",
"slugify": "^1.6.6",
"uuid": "^9.0.1",
"web-vitals": "^3.5.1"
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -55,16 +55,16 @@
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.24",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"install-peers": "^1.0.4",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"webpack-bundle-analyzer": "^4.10.1"
},
"engines": {
Expand All @@ -81,4 +81,4 @@
"/src/tests/unit/**/?(*.)+(spec|test).[jt]s?(x)"
]
}
}
}
Loading

0 comments on commit d792b95

Please sign in to comment.