chore: deps

This commit is contained in:
Kirill 2023-03-22 15:53:01 +03:00
parent 39d85c8463
commit cf85baf1c4
2 changed files with 19 additions and 27296 deletions

27277
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -2,18 +2,17 @@
"name": "hub_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test --env=node",
"eject": "craco eject"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"axios": "^1.3.4",
"formik": "^2.2.9",
"isomorphic-fetch": "^3.0.0",
@ -21,17 +20,23 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"reconnecting-eventsource": "^1.6.2",
"typescript": "^4.9.3",
"web-vitals": "^2.1.0",
"zustand": "^4.3.6"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test --env=node",
"eject": "craco eject"
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@craco/craco": "^7.1.0",
"craco-alias": "^3.0.1",
"jest": "^29.5.0",
"typescript": "^4.9.3",
"react-scripts": "5.0.1"
},
"eslintConfig": {
"extends": [
@ -60,10 +65,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"craco-alias": "^3.0.1",
"jest": "^29.5.0"
}
}