This commit is contained in:
Ruidy 2022-05-24 08:02:38 +00:00
parent 538632e696
commit c77757e24a
3 changed files with 5014 additions and 6470 deletions

View file

@ -5,21 +5,21 @@
"dependencies": { "dependencies": {
"@material-ui/core": "^4.11.0", "@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1", "@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^9.3.2", "@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^7.1.2", "@testing-library/user-event": "^14.2.0",
"@types/jest": "^24.0.0", "@types/jest": "^27.5.1",
"@types/node": "^12.0.0", "@types/node": "^17.0.35",
"@types/react": "^16.9.0", "@types/react": "^18.0.9",
"@types/react-dom": "^16.9.0", "@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.1.5", "@types/react-router-dom": "^5.3.3",
"axios": "^0.21.2", "axios": "^0.21.2",
"moment": "^2.29.2", "moment": "^2.29.2",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-moment": "^0.9.7", "react-moment": "^0.9.7",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3", "react-scripts": "^5.0.1",
"typescript": "~3.7.2" "typescript": "~3.7.2"
}, },
"scripts": { "scripts": {

View file

@ -17,7 +17,8 @@
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"jsx": "react" "jsx": "react",
"noFallthroughCasesInSwitch": true
}, },
"include": [ "include": [
"src" "src"

11463
yarn.lock

File diff suppressed because it is too large Load diff