Skip to content

Commit 3ef6148

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

File tree

2 files changed

+201
-322
lines changed

2 files changed

+201
-322
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@emotion/react": "^11.11.1",
6+
"@emotion/react": "^11.11.3",
77
"@emotion/styled": "^11.11.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",
8+
"@mui/icons-material": "^5.15.2",
9+
"@mui/material": "^5.15.2",
10+
"@mui/system": "^5.15.2",
11+
"@testing-library/jest-dom": "^6.1.6",
1212
"@testing-library/react": "^14.1.2",
13-
"@testing-library/user-event": "^14.5.1",
14-
"i18next": "^23.7.7",
13+
"@testing-library/user-event": "^14.5.2",
14+
"i18next": "^23.7.13",
1515
"i18next-browser-languagedetector": "^7.2.0",
1616
"i18next-http-backend": "^2.4.2",
1717
"json2mq": "^0.2.0",
1818
"leaflet": "^1.8.0",
1919
"leaflet.markercluster": "^1.5.3",
20-
"markdown-to-jsx": "^7.3.2",
20+
"markdown-to-jsx": "^7.4.0",
2121
"prop-types": "^15.8.1",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
24-
"react-error-boundary": "^4.0.11",
25-
"react-helmet-async": "^2.0.3",
24+
"react-error-boundary": "^4.0.12",
25+
"react-helmet-async": "^2.0.4",
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.20.1",
31-
"react-router-dom": "^6.20.1",
30+
"react-router": "^6.21.1",
31+
"react-router-dom": "^6.21.1",
3232
"react-scripts": "^5.0.1",
3333
"react-style-proptype": "^3.2.2",
3434
"slugify": "^1.6.6",
3535
"uuid": "^9.0.1",
36-
"web-vitals": "^3.5.0"
36+
"web-vitals": "^3.5.1"
3737
},
3838
"scripts": {
3939
"start": "react-scripts start",
@@ -52,16 +52,16 @@
5252
],
5353
"devDependencies": {
5454
"env-cmd": "^10.1.0",
55-
"eslint": "^8.55.0",
55+
"eslint": "^8.56.0",
5656
"eslint-config-airbnb": "19.0.4",
57-
"eslint-config-prettier": "^9.0.0",
58-
"eslint-plugin-import": "^2.29.0",
57+
"eslint-config-prettier": "^9.1.0",
58+
"eslint-plugin-import": "^2.29.1",
5959
"eslint-plugin-jsx-a11y": "^6.8.0",
60-
"eslint-plugin-prettier": "^5.0.1",
60+
"eslint-plugin-prettier": "^5.1.2",
6161
"eslint-plugin-react": "^7.33.2",
6262
"eslint-plugin-react-hooks": "^4.6.0",
6363
"install-peers": "^1.0.4",
64-
"prettier": "^3.1.0",
64+
"prettier": "^3.1.1",
6565
"webpack-bundle-analyzer": "^4.10.1"
6666
},
6767
"engines": {

0 commit comments

Comments
 (0)