Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Oct 23, 2023
1 parent 4eea4d3 commit c842ef3
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 828 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,48 +97,48 @@
}
},
"dependencies": {
"@wdio/logger": "^8.11.0",
"@wdio/logger": "^8.16.17",
"compare-versions": "^6.1.0",
"debug": "^4.3.4",
"electron-to-chromium": "^1.4.548",
"electron-to-chromium": "^1.4.565",
"find-versions": "^5.1.0",
"node-fetch": "^3.3.2",
"read-pkg-up": "^10.1.0"
},
"devDependencies": {
"@eslint/js": "^8.50.0",
"@eslint/js": "^8.52.0",
"@testing-library/webdriverio": "^3.2.1",
"@types/chromedriver": "^81.0.2",
"@types/debug": "^4.1.9",
"@types/eslint-config-prettier": "^6.11.1",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/chromedriver": "^81.0.3",
"@types/debug": "^4.1.10",
"@types/eslint-config-prettier": "^6.11.2",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
"@wdio/cli": "^8.17.0",
"@wdio/globals": "^8.17.0",
"@wdio/types": "^8.17.0",
"@wdio/cli": "^8.20.2",
"@wdio/globals": "^8.20.0",
"@wdio/types": "^8.20.0",
"cross-env": "^7.0.3",
"electron": "^27.0.0",
"eslint": "^8.50.0",
"electron": "^27.0.2",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vitest": "^0.3.1",
"eslint-plugin-wdio": "^8.8.7",
"eslint-plugin-vitest": "^0.3.8",
"eslint-plugin-wdio": "^8.20.0",
"expect": "^29.7.0",
"expect-webdriverio": "^4.4.0",
"globals": "^13.22.0",
"expect-webdriverio": "^4.4.1",
"globals": "^13.23.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.1",
"nock": "^13.3.3",
"lint-staged": "^15.0.2",
"nock": "^13.3.6",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"webdriverio": "^8.17.0"
"webdriverio": "^8.20.0"
},
"files": [
"bin/*",
Expand Down
Loading

0 comments on commit c842ef3

Please sign in to comment.