chore: update react to v17

This commit is contained in:
Rafael Taranto 2025-04-11 10:38:20 +01:00
parent 6a72881c6c
commit f31151b80b
10 changed files with 96 additions and 329 deletions

View file

@ -25,21 +25,20 @@
"libphonenumber-js": "^1.11.15",
"match-sorter": "^4.2.0",
"pretty-ms": "^2.1.0",
"qrcode.react": "0.9.3",
"qrcode.react": "4.2.0",
"ramda": "^0.26.1",
"react": "^16.12.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.10.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-material-ui-carousel": "^2.3.11",
"react-number-format": "^4.4.1",
"react-otp-input": "^2.3.0",
"react-otp-input": "3.1.1",
"react-router-dom": "5.1.2",
"react-use": "15.3.2",
"react-virtualized": "^9.21.2",
"ua-parser-js": "1.0.40",
"uuid": "11.1.0",
"yup": "1.4.0"
"yup": "1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.16.0",