Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Feb 13, 2021
1 parent 288b47e commit ab16fa9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
}
},
"devDependencies": {
"@types/chai": "4.2.0",
"@types/mocha": "^8.0.3",
"@types/node": "^12.0.0",
"@types/sinon": "^9.0.8",
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.0",
"@types/node": "^12.20.0",
"@types/sinon": "^9.0.10",
"@types/sinon-chai": "^3.2.5",
"@voxpelli/eslint-config": "11.0.1",
"@voxpelli/eslint-config-jsdoc-ts": "^0.3.1",
"c8": "^7.3.4",
"chai": "4.2.0",
"cross-env": "^7.0.2",
"c8": "^7.5.0",
"chai": "^4.3.0",
"cross-env": "^7.0.3",
"dependency-check": "^4.1.0",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
Expand All @@ -54,12 +54,12 @@
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^28.0.0",
"husky": "^4.3.0",
"installed-check": "^4.0.0-0",
"mocha": "^8.2.0",
"husky": "^4.3.8",
"installed-check": "^4.0.0",
"mocha": "^8.3.0",
"npm-run-all": "^4.1.5",
"sinon": "^9.2.0",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"typescript": "^4.0.3"
"typescript": "^4.1.5"
}
}

0 comments on commit ab16fa9

Please sign in to comment.