Skip to content

Commit

Permalink
Update react scripts to 5.0.1 (SeleniumHQ#10548)
Browse files Browse the repository at this point in the history
* [grid] Upgrade to react-scripts to 5.0.1
  • Loading branch information
diemol committed Apr 14, 2022
1 parent 5032445 commit 1d2d7b6
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 26 deletions.
4 changes: 2 additions & 2 deletions java/src/org/openqa/selenium/chrome/ChromeOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

package org.openqa.selenium.chrome;

import static org.openqa.selenium.remote.Browser.CHROME;

import org.openqa.selenium.Capabilities;
import org.openqa.selenium.chromium.ChromiumOptions;
import org.openqa.selenium.internal.Require;
import org.openqa.selenium.remote.CapabilityType;

import static org.openqa.selenium.remote.Browser.CHROME;

/**
* Class to manage options specific to {@link ChromeDriver}.
*
Expand Down
5 changes: 5 additions & 0 deletions javascript/grid-ui/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
extends: [
'react-app'
],
}
22 changes: 11 additions & 11 deletions javascript/grid-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/grid-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"ts-standard": "^11.0.0",
"typescript": "^3.9.10"
},
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"mocha": "^9.2.2",
"multer": "^1.4.2",
"prettier": "^2.5.1",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"serve-index": "^1.9.1",
"sinon": "^7.5.0",
"ts-jest": "^26.5.4",
Expand Down

0 comments on commit 1d2d7b6

Please sign in to comment.