Skip to content

Commit

Permalink
chore: updated dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Aug 4, 2021
1 parent 24bc35a commit 7906fcf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,33 +76,33 @@
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@types/chai": "4.2.15",
"@types/chai": "4.2.21",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"body-parser": "1.19.0",
"chai": "4.3.4",
"codecov": "3.8.1",
"codecov": "3.8.3",
"cz-conventional-changelog": "3.3.0",
"express": "4.17.1",
"husky": "6.0.0",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"mocha-headless-chrome": "3.1.0",
"nock": "13.0.11",
"nock": "13.1.1",
"nyc": "15.1.0",
"open-cli": "6.0.1",
"ora": "5.4.0",
"rollup": "2.44.0",
"ora": "5.4.1",
"rollup": "2.55.1",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"semver": "7.3.5",
"serve-index": "1.9.1",
"sinon": "10.0.0",
"standard": "16.0.3",
"standard-version": "9.1.1",
"typescript": "4.2.3",
"webpack": "5.28.0",
"webpack-cli": "4.6.0",
"standard-version": "9.3.1",
"typescript": "4.3.5",
"webpack": "5.48.0",
"webpack-cli": "4.7.2",
"whatwg-fetch": "3.0.0",
"yargs": "17.0.1"
},
Expand Down

0 comments on commit 7906fcf

Please sign in to comment.