Skip to content

Commit 1d2d7b6

Browse files
authored
Update react scripts to 5.0.1 (#10548)
* [grid] Upgrade to react-scripts to 5.0.1
1 parent 5032445 commit 1d2d7b6

6 files changed

Lines changed: 31 additions & 26 deletions

File tree

java/src/org/openqa/selenium/chrome/ChromeOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
package org.openqa.selenium.chrome;
1919

20-
import static org.openqa.selenium.remote.Browser.CHROME;
21-
2220
import org.openqa.selenium.Capabilities;
2321
import org.openqa.selenium.chromium.ChromiumOptions;
2422
import org.openqa.selenium.internal.Require;
2523
import org.openqa.selenium.remote.CapabilityType;
2624

25+
import static org.openqa.selenium.remote.Browser.CHROME;
26+
2727
/**
2828
* Class to manage options specific to {@link ChromeDriver}.
2929
*

javascript/grid-ui/.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
extends: [
3+
'react-app'
4+
],
5+
}

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@testing-library/jest-dom": "^5.16.3",
4949
"@testing-library/react": "^12.1.4",
5050
"@testing-library/user-event": "^13.5.0",
51-
"react-scripts": "5.0.0",
51+
"react-scripts": "5.0.1",
5252
"ts-standard": "^11.0.0",
5353
"typescript": "^3.9.10"
5454
},

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.1",
2828
"serve-index": "^1.9.1",
2929
"sinon": "^7.5.0",
3030
"ts-jest": "^26.5.4",

0 commit comments

Comments
 (0)