Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
bump code coverage plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 29, 2021
1 parent 0f4d70f commit 87c7391
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@babel/core": "7.13.13",
"@babel/preset-react": "7.13.13",
"@cypress/code-coverage": "3.9.2",
"@cypress/code-coverage": "3.9.3",
"babel-plugin-istanbul": "6.0.0",
"babel-plugin-transform-class-properties": "6.24.1",
"coveralls": "3.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1485,15 +1485,15 @@
js-yaml "3.14.0"
nyc "15.1.0"

"@cypress/code-coverage@3.9.2":
version "3.9.2"
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.9.2.tgz#582cdb3a7858b3ecf294933b043d0bc236ce0bd9"
integrity sha512-YnzkRBxdsY/Ek/68nr+MowqW59UJsd28j10mFOerW/wrSkuxGrWvOldMs8Y4tU70L4fgd4wDPqGGMer3+UzbwA==
"@cypress/code-coverage@3.9.3":
version "3.9.3"
resolved "https://registry.yarnpkg.com/@cypress/code-coverage/-/code-coverage-3.9.3.tgz#c01f6b5d81709fb66e8a70e2c5bed3087936afae"
integrity sha512-PkqAYwwsAbH0azek5yUflPPyqNfJ38QPk0hvEOptJvBzQ/oheDpQgF+3mezYEHIzYnk4ko186Dc7BB9API+Hzg==
dependencies:
"@cypress/browserify-preprocessor" "3.0.1"
debug "4.3.1"
execa "4.1.0"
globby "11.0.2"
globby "11.0.3"
istanbul-lib-coverage "3.0.0"
js-yaml "3.14.1"
nyc "15.1.0"
Expand Down Expand Up @@ -4323,10 +4323,10 @@ globby@11.0.1:
merge2 "^1.3.0"
slash "^3.0.0"

globby@11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
globby@11.0.3:
version "11.0.3"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
dependencies:
array-union "^2.1.0"
dir-glob "^3.0.1"
Expand Down

0 comments on commit 87c7391

Please sign in to comment.