Skip to content

Commit acc426e

Browse files
authored
chore: ⬆️ all deps except react-leaflet (#419)
1 parent cc26a16 commit acc426e

File tree

2 files changed

+221
-176
lines changed

2 files changed

+221
-176
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.1",
77
"@emotion/styled": "^11.11.0",
8-
"@mui/icons-material": "^5.14.16",
9-
"@mui/material": "^5.14.16",
10-
"@mui/system": "^5.14.16",
11-
"@testing-library/jest-dom": "^6.1.4",
12-
"@testing-library/react": "^14.0.0",
8+
"@mui/icons-material": "^5.14.19",
9+
"@mui/material": "^5.14.19",
10+
"@mui/system": "^5.14.19",
11+
"@testing-library/jest-dom": "^6.1.5",
12+
"@testing-library/react": "^14.1.2",
1313
"@testing-library/user-event": "^14.5.1",
14-
"i18next": "^23.6.0",
15-
"i18next-browser-languagedetector": "^7.1.0",
16-
"i18next-http-backend": "^2.3.1",
14+
"i18next": "^23.7.7",
15+
"i18next-browser-languagedetector": "^7.2.0",
16+
"i18next-http-backend": "^2.4.2",
1717
"json2mq": "^0.2.0",
1818
"leaflet": "^1.8.0",
1919
"leaflet.markercluster": "^1.5.3",
@@ -22,13 +22,13 @@
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
2424
"react-error-boundary": "^4.0.11",
25-
"react-helmet-async": "^1.3.0",
25+
"react-helmet-async": "^2.0.3",
2626
"react-infinite-scroll-component": "^6.1.0",
2727
"react-leaflet": "3.2.3",
2828
"react-leaflet-markercluster": "^3.0.0-rc1",
2929
"react-papaparse": "^4.4.0",
30-
"react-router": "^6.18.0",
31-
"react-router-dom": "^6.18.0",
30+
"react-router": "^6.20.1",
31+
"react-router-dom": "^6.20.1",
3232
"react-scripts": "^5.0.1",
3333
"react-style-proptype": "^3.2.2",
3434
"slugify": "^1.6.6",
@@ -52,7 +52,7 @@
5252
],
5353
"devDependencies": {
5454
"env-cmd": "^10.1.0",
55-
"eslint": "^8.53.0",
55+
"eslint": "^8.55.0",
5656
"eslint-config-airbnb": "19.0.4",
5757
"eslint-config-prettier": "^9.0.0",
5858
"eslint-plugin-import": "^2.29.0",
@@ -61,8 +61,8 @@
6161
"eslint-plugin-react": "^7.33.2",
6262
"eslint-plugin-react-hooks": "^4.6.0",
6363
"install-peers": "^1.0.4",
64-
"prettier": "^3.0.3",
65-
"webpack-bundle-analyzer": "^4.9.1"
64+
"prettier": "^3.1.0",
65+
"webpack-bundle-analyzer": "^4.10.1"
6666
},
6767
"engines": {
6868
"npm": "please-use-yarn",

0 commit comments

Comments
 (0)