yarn up react-scripts

This doesn't compile due to breaking changes, but we have to commit
before ejecting.
This commit is contained in:
David Lechner
2022-05-10 17:46:48 -05:00
parent 8ffaf64292
commit 54e826490d
2 changed files with 4103 additions and 5898 deletions
+4 -4
View File
@@ -54,7 +54,7 @@
"react-dropzone": "^12.0.4",
"react-monaco-editor": "^0.47.0",
"react-redux": "^7.2.6",
"react-scripts": "^4.0.3",
"react-scripts": "^5.0.1",
"react-splitter-layout": "^4.0.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
@@ -70,9 +70,9 @@
"zen-push": "^0.2.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test --env=./test/env.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=./test/env.js",
"coverage": "yarn test --coverage --watchAll=false",
"coverage:html": "yarn coverage --coverageReporters html",
"eject": "react-scripts eject",
+4099 -5894
View File
File diff suppressed because it is too large Load Diff