Bump react-scripts to v4.0.3

This commit is contained in:
Ken Hibino 2021-03-01 15:51:15 -08:00
parent 07bbc21e5d
commit 4c672f60fe
3 changed files with 2885 additions and 2313 deletions

View File

@ -27,7 +27,7 @@
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-redux": "7.2.2", "react-redux": "7.2.2",
"react-router-dom": "5.2.0", "react-router-dom": "5.2.0",
"react-scripts": "3.4.3", "react-scripts": "4.0.3",
"react-syntax-highlighter": "15.4.3", "react-syntax-highlighter": "15.4.3",
"recharts": "1.8.5", "recharts": "1.8.5",
"typescript": "~3.7.2" "typescript": "~3.7.2"

View File

@ -1,7 +1,11 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es5",
"lib": ["dom", "dom.iterable", "esnext"], "lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true, "esModuleInterop": true,
@ -13,7 +17,10 @@
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"jsx": "react" "jsx": "react",
"noFallthroughCasesInSwitch": true
}, },
"include": ["src"] "include": [
"src"
]
} }

File diff suppressed because it is too large Load Diff