Changed react-scripts to be only dev dependency (#1222)
This commit is contained in:
@@ -36,8 +36,6 @@
|
|||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"react": "^17.0.2",
|
"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-async-hook": "^3.6.1",
|
||||||
"react-chartjs-2": "^2.9.0",
|
"react-chartjs-2": "^2.9.0",
|
||||||
"react-codemirror2": "^7.1.0",
|
"react-codemirror2": "^7.1.0",
|
||||||
@@ -48,7 +46,6 @@
|
|||||||
"react-moment": "^1.1.1",
|
"react-moment": "^1.1.1",
|
||||||
"react-redux": "^7.1.3",
|
"react-redux": "^7.1.3",
|
||||||
"react-router-dom": "^5.1.2",
|
"react-router-dom": "^5.1.2",
|
||||||
"react-scripts": "4.0.3",
|
|
||||||
"react-virtualized": "^9.22.2",
|
"react-virtualized": "^9.22.2",
|
||||||
"react-window-infinite-loader": "^1.0.5",
|
"react-window-infinite-loader": "^1.0.5",
|
||||||
"recharts": "^2.1.1",
|
"recharts": "^2.1.1",
|
||||||
@@ -83,8 +80,20 @@
|
|||||||
},
|
},
|
||||||
"proxy": "http://localhost:9090/",
|
"proxy": "http://localhost:9090/",
|
||||||
"devDependencies": {
|
"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",
|
"@types/recharts": "^1.8.22",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.3.2",
|
||||||
"typescript": "^4.4.3"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1500
portal-ui/yarn.lock
1500
portal-ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user