Skip to content

Commit

Permalink
chore: updated dev dependencies patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 3, 2023
1 parent 5b8eee6 commit 71bd113
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 @@ -71,10 +71,10 @@
"node-fetch": "^2.6.12"
},
"devDependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@rollup/plugin-terser": "0.4.1",
"@types/chai": "4.3.4",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@rollup/plugin-terser": "0.4.3",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "18.15.13",
"body-parser": "1.20.2",
Expand All @@ -84,23 +84,23 @@
"cz-conventional-changelog": "3.3.0",
"express": "4.18.2",
"husky": "8.0.3",
"lint-staged": "13.2.1",
"lint-staged": "13.2.3",
"mocha": "10.2.0",
"mocha-headless-chrome": "4.0.0",
"nock": "13.3.0",
"nock": "13.3.1",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"rollup": "3.20.7",
"rollup-plugin-copy": "3.4.0",
"semver": "7.5.0",
"semver": "7.5.3",
"serve-index": "1.9.1",
"standard": "17.0.0",
"standard-version": "9.5.0",
"typescript": "5.0.4",
"webpack": "5.80.0",
"webpack-cli": "5.0.2",
"whatwg-fetch": "3.6.2",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"files": [
"dist",
Expand Down

0 comments on commit 71bd113

Please sign in to comment.