Skip to content

Commit

Permalink
Updated Cypress to v6.8.0 and other deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Thomas committed Mar 28, 2021
1 parent 6fbef40 commit a7b24f2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
- Fixes bug [#19](https://github.com/annaet/cypress-tags/issues/19) where tests including a `.only` were not being evaluated for tags.
- Refactor common helper code out of test files and into `helpers/tagify`.
- Refactor common code for evaluating whether code block has tags into `checkBlockForTags` function.
- Updated Cypress to v6.8.0 and other dependancies to latest.


## [0.0.20] - 2021-02-24
Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch": "tsc -w",
"cy:open": "cypress open",
"cy:run": "cypress run",
"mocha:run": "mocha -r ts-node/register --spec test/specs/*.ts",
"mocha:run": "mocha -r ts-node/register --spec test/specs/*.ts --timeout 5000",
"test": "npm run cy:run && npm run mocha:run"
},
"author": "Anna Thomas",
Expand All @@ -26,20 +26,20 @@
},
"dependencies": {
"@cypress/browserify-preprocessor": "^3.0.1",
"cypress": "^6.5.0",
"cypress": "^6.8.0",
"through": "^2.3.8"
},
"devDependencies": {
"@types/browserify": "^12.0.36",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/through": "0.0.30",
"chai": "^4.3.0",
"mocha": "^8.3.0",
"chai": "^4.3.4",
"mocha": "^8.3.2",
"ts-node": "^9.1.1",
"tsify": "^5.0.2",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
},
"keywords": [
"cypress",
Expand Down

0 comments on commit a7b24f2

Please sign in to comment.