Skip to content

Commit

Permalink
Merge pull request #487 from angrykoala/dev
Browse files Browse the repository at this point in the history
3.0.2
  • Loading branch information
angrykoala authored Feb 11, 2022
2 parents 1aaf965 + 1e21645 commit 300df70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.0.2 / 2022-02-11
==================

* Update Puppeteer to v13
* Update dependencies

3.0.1 / 2021-11-22
==================

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wendigo",
"version": "3.0.1",
"version": "3.0.2",
"description": "A proper monster for front-end automated testing",
"engines": {
"node": ">=8.0.0"
Expand Down Expand Up @@ -44,21 +44,21 @@
"compositer": "^1.3.6",
"is-class": "0.0.9",
"lodash.isregexp": "^4.0.1",
"puppeteer": "~11.0.0"
"puppeteer": "~13.3.1"
},
"devDependencies": {
"@types/lodash.isregexp": "^4.0.6",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"basic-auth": "^2.0.1",
"eslint": "^8.3.0",
"eslint": "^8.8.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"express": "^4.17.1",
"markdownlint-cli": "^0.30.0",
"mocha": "^9.1.3",
"sinon": "^12.0.1",
"typescript": "4.5.2"
"express": "^4.17.2",
"markdownlint-cli": "^0.31.1",
"mocha": "^9.2.0",
"sinon": "^13.0.1",
"typescript": "4.5.5"
}
}

0 comments on commit 300df70

Please sign in to comment.