Skip to content

Commit 4f428a7

Browse files
Update dependency chai to v5
1 parent d01d145 commit 4f428a7

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@wdio/local-runner": "7.8.0",
1010
"@wdio/mocha-framework": "7.8.0",
1111
"@wdio/sync": "7.8.0",
12-
"chai": "4.3.4",
12+
"chai": "5.2.0",
1313
"chromedriver": "90.0.1",
1414
"mocha": "8.4.0",
1515
"ts-node": "9.1.1",
@@ -18,7 +18,7 @@
1818
},
1919
"description": "WebdriverIO end-to-end test automation boilerplate. Using TypeScript, ts-node, Mocha, Chai and Expect.",
2020
"devDependencies": {
21-
"@types/chai": "4.2.21",
21+
"@types/chai": "5.2.0",
2222
"@types/mocha": "8.2.3",
2323
"@types/node": "13.13.52",
2424
"husky": "6.0.0",

0 commit comments

Comments
 (0)