Skip to content

Commit 5032445

Browse files
committed
[grid] Fixing react-scripts to 5.0.0
Temporarily removing eslint config to make the UI build again. [run java]
1 parent 51b0a26 commit 5032445

File tree

4 files changed

+24
-27
lines changed

4 files changed

+24
-27
lines changed

‎javascript/grid-ui/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎javascript/grid-ui/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
"lint": "ts-standard && eslint --ext '.js,.ts,.tsx' src",
3131
"lint-fix": "ts-standard --fix && eslint --ext '.js,.ts,.tsx' src"
3232
},
33-
"eslintConfig": {
34-
"extends": "react-app"
35-
},
3633
"homepage": "/ui",
3734
"browserslist": {
3835
"production": [
@@ -51,7 +48,7 @@
5148
"@testing-library/jest-dom": "^5.16.3",
5249
"@testing-library/react": "^12.1.4",
5350
"@testing-library/user-event": "^13.5.0",
54-
"react-scripts": "^5.0.0",
51+
"react-scripts": "5.0.0",
5552
"ts-standard": "^11.0.0",
5653
"typescript": "^3.9.10"
5754
},

‎package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"mocha": "^9.2.2",
2525
"multer": "^1.4.2",
2626
"prettier": "^2.5.1",
27-
"react-scripts": "^5.0.0",
27+
"react-scripts": "5.0.0",
2828
"serve-index": "^1.9.1",
2929
"sinon": "^7.5.0",
3030
"ts-jest": "^26.5.4",

0 commit comments

Comments
 (0)