Changed react-scripts to be only dev dependency (#1222)

This commit is contained in:
Alex
2021-11-12 02:12:54 -06:00
committed by GitHub
parent 000071e414
commit 33f13c4853
2 changed files with 812 additions and 703 deletions

View File

@@ -36,8 +36,6 @@
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.6",
"react-async-hook": "^3.6.1",
"react-chartjs-2": "^2.9.0",
"react-codemirror2": "^7.1.0",
@@ -48,7 +46,6 @@
"react-moment": "^1.1.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-virtualized": "^9.22.2",
"react-window-infinite-loader": "^1.0.5",
"recharts": "^2.1.1",
@@ -83,8 +80,20 @@
},
"proxy": "http://localhost:9090/",
"devDependencies": {
"react-scripts": "4.0.3",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.6",
"@types/recharts": "^1.8.22",
"prettier": "2.3.2",
"typescript": "^4.4.3"
},
"resolutions": {
"@types/jest/**/ansi-regex": "^5.0.1",
"react-scripts/**/ansi-regex": "^5.0.1",
"react-scripts/**/nth-check": "^2.0.1",
"react-scripts/**/set-value": "^4.0.1",
"react-scripts/**/immer": "^9.0.6",
"react-scripts/**/glob-parent": "^5.1.2",
"react-scripts/**/browserslist": "^4.16.5"
}
}

File diff suppressed because it is too large Load Diff