chore: updated frontend dependencies

This commit is contained in:
canove
2020-10-09 06:28:57 -03:00
parent dd454a7ac3
commit 0bdb85daa8

View File

@@ -1,52 +1,52 @@
{ {
"name": "frontend", "name": "frontend",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@material-ui/core": "^4.9.14", "@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2", "@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.3", "@testing-library/user-event": "^12.1.7",
"axios": "^0.20.0", "axios": "^0.20.0",
"date-fns": "^2.14.0", "date-fns": "^2.16.1",
"emoji-mart": "^3.0.0", "emoji-mart": "^3.0.0",
"formik": "^2.1.5", "formik": "^2.2.0",
"i18next": "^19.6.3", "i18next": "^19.8.2",
"i18next-browser-languagedetector": "^6.0.1", "i18next-browser-languagedetector": "^6.0.1",
"mic-recorder-to-mp3": "^2.2.1", "mic-recorder-to-mp3": "^2.2.2",
"qrcode.react": "^1.0.0", "qrcode.react": "^1.0.0",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-linkify": "^1.0.0-alpha", "react-linkify": "^1.0.0-alpha",
"react-modal-image": "^2.5.0", "react-modal-image": "^2.5.0",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "3.4.3", "react-scripts": "3.4.3",
"react-toastify": "^6.0.8", "react-toastify": "^6.0.9",
"recharts": "^1.8.5", "recharts": "^1.8.5",
"socket.io-client": "^2.3.0", "socket.io-client": "^2.3.1",
"yup": "^0.29.3" "yup": "^0.29.3"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
">0.2%", ">0.2%",
"not dead", "not dead",
"not op_mini all" "not op_mini all"
], ],
"development": [ "development": [
"last 1 chrome version", "last 1 chrome version",
"last 1 firefox version", "last 1 firefox version",
"last 1 safari version" "last 1 safari version"
] ]
} }
} }