Updated to stable packages with support for react 18

This commit is contained in:
Alejandro Celaya
2022-04-23 11:52:39 +02:00
parent 965e69c525
commit d5b1dc5bff
2 changed files with 73 additions and 85 deletions

View File

@@ -49,13 +49,13 @@
"react-datepicker": "^4.7.0",
"react-dom": "^18.0.0",
"react-external-link": "^1.2.2",
"react-leaflet": "^4.0.0-beta.0",
"react-redux": "^8.0.0-beta.4",
"react-leaflet": "^4.0.0",
"react-redux": "^8.0.0",
"react-router-dom": "^6.3.0",
"react-swipeable": "^6.2.0",
"react-tag-autocomplete": "^6.3.0",
"reactstrap": "^9.0.1",
"redux": "^4.1.2",
"redux": "^4.2.0",
"redux-localstorage-simple": "^2.4.1",
"redux-thunk": "^2.4.1",
"stream": "^0.0.2",
@@ -78,12 +78,11 @@
"@types/leaflet": "^1.7.9",
"@types/qs": "^6.9.7",
"@types/ramda": "0.27.38",
"@types/react": "^17.0.43",
"@types/react": "^18.0.6",
"@types/react-color": "^3.0.6",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^17.0.14",
"@types/react-redux": "^7.1.23",
"@types/react-dom": "^18.0.2",
"@types/react-tag-autocomplete": "^6.1.1",
"@types/uuid": "^8.3.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",