Skip to content

Commit

Permalink
build: explicitly declare types used by TypeScript compiler for wdio …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
gavvvr committed Oct 29, 2024
1 parent eb2dcdb commit 0cc3f84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cz-commitlint": "19.5.0",
"@types/node": "22.8.4",
"@vitest/coverage-v8": "2.1.3",
"@vitest/ui": "2.1.3",
"@wdio/cli": "9.2.1",
Expand All @@ -42,6 +43,7 @@
"eslint": "9.13.0",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-wdio": "9.0.8",
"expect-webdriverio": "5.0.3",
"globals": "15.11.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
Expand All @@ -61,5 +63,5 @@
"*.{ts,js,css,md}": "prettier --write",
"*.ts": "eslint --cache --fix"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}

0 comments on commit 0cc3f84

Please sign in to comment.