Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 22, 2024
1 parent 0784518 commit e45b2d2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
74 changes: 37 additions & 37 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
},
"homepage": "https://github.com/webdriverio/bx#readme",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/node": "^20.11.30",
"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.4.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"tinybench": "^2.6.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"dependencies": {
"vite": "^5.1.3",
"webdriverio": "^8.32.0",
"vite": "^5.2.3",
"webdriverio": "^8.35.1",
"yargs": "^17.7.2"
}
}

0 comments on commit e45b2d2

Please sign in to comment.