Updated react and react-dom to v18.1

This commit is contained in:
Alejandro Celaya
2022-04-30 09:24:53 +02:00
parent 6714f90c37
commit 368f7acd2d
2 changed files with 41 additions and 41 deletions

View File

@@ -42,12 +42,12 @@
"leaflet": "^1.7.1",
"qs": "^6.9.6",
"ramda": "^0.27.2",
"react": "^18.0.0",
"react": "^18.1.0",
"react-chartjs-2": "^3.3.0",
"react-colorful": "^5.5.1",
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.7.0",
"react-dom": "^18.0.0",
"react-dom": "^18.1.0",
"react-external-link": "^1.2.2",
"react-leaflet": "^4.0.0",
"react-redux": "^8.0.0",
@@ -80,11 +80,11 @@
"@types/leaflet": "^1.7.9",
"@types/qs": "^6.9.7",
"@types/ramda": "0.27.38",
"@types/react": "^18.0.6",
"@types/react": "^18.0.8",
"@types/react-color": "^3.0.6",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^18.0.2",
"@types/react-dom": "^18.0.3",
"@types/react-tag-autocomplete": "^6.1.1",
"@types/uuid": "^8.3.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",