Skip to content

Commit 8d976e1

Browse files
authored
Merge pull request #5 from Gozala/workaround-playwright-52
chore: workaround hugomrdias/playwright-test#52
2 parents 3633102 + 697e420 commit 8d976e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "Irakli Gozalishvili <[email protected]>",
3030
"homepage": "https://github.com/gozala/web-encoding",
3131
"devDependencies": {
32-
"mocha": "^8.0.1",
32+
"mocha": "8.0.1",
3333
"playwright-test": "0.7.1"
3434
}
3535
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4:
21922192
dependencies:
21932193
minimist "^1.2.5"
21942194

2195-
mocha@^8.0.1:
2195+
21962196
version "8.0.1"
21972197
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.0.1.tgz#fe01f0530362df271aa8f99510447bc38b88d8ed"
21982198
integrity sha512-vefaXfdYI8+Yo8nPZQQi0QO2o+5q9UIMX1jZ1XMmK3+4+CQjc7+B0hPdUeglXiTlr8IHMVRo63IhO9Mzt6fxOg==

0 commit comments

Comments
 (0)