Skip to content

Commit e810602

Browse files
authored
chore: update lint deps (#574)
1 parent 5cb1366 commit e810602

File tree

3 files changed

+95
-135
lines changed

3 files changed

+95
-135
lines changed

e2e/selenium.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
/* eslint @typescript-eslint/ban-ts-ignore: 0 */
1716
import path from "path";
1817
import webdriver from "selenium-webdriver";
1918

package-lock.json

+90-129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"@types/google.maps": "^3.43.0",
4646
"@types/jest": "^27.0.1",
4747
"@types/selenium-webdriver": "^4.0.9",
48-
"@typescript-eslint/eslint-plugin": ">=2.25.0",
49-
"@typescript-eslint/parser": ">=2.25.0",
48+
"@typescript-eslint/eslint-plugin": "^5.18.0",
49+
"@typescript-eslint/parser": "^5.18.0",
5050
"chromedriver": "^100.0.0",
5151
"core-js": "^3.6.4",
5252
"eslint": "^8.12.0",
53-
"eslint-config-prettier": "^8.3.0",
54-
"eslint-plugin-jest": "^26.0.0",
53+
"eslint-config-prettier": "^8.5.0",
54+
"eslint-plugin-jest": "^26.1.3",
5555
"eslint-plugin-prettier": "^4.0.0",
5656
"geckodriver": "^3.0.1",
5757
"jest": "^26.6.3",
58-
"prettier": "^2.0.4",
58+
"prettier": "^2.6.2",
5959
"rollup": "^2.4.0",
6060
"rollup-plugin-terser": "^7.0.0",
6161
"selenium-webdriver": "^4.0.0-alpha.7",

0 commit comments

Comments
 (0)