Skip to content

Commit

Permalink
chore: updated minor and patch version of dev dependencies (#202)
Browse files Browse the repository at this point in the history
* chore: updated patch version of dev dependencies

* chore: updated minor version of dev dependencies

* chore: updated major version of types
  • Loading branch information
lquixada authored Dec 22, 2024
1 parent 39e9548 commit 1ebf4d8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,32 +72,32 @@
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "18.15.13",
"body-parser": "1.20.2",
"@types/chai": "5.0.1",
"@types/mocha": "10.0.10",
"@types/node": "22.10.2",
"body-parser": "1.20.3",
"chai": "4.3.7",
"codecov": "3.8.3",
"commitizen": "4.3.0",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"express": "4.18.2",
"express": "4.21.2",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"mocha": "10.2.0",
"mocha-headless-chrome": "4.0.0",
"nock": "13.3.1",
"nock": "13.5.6",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rollup": "3.26.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-esbuild-minify": "1.1.2",
"semver": "7.5.3",
"rollup-plugin-esbuild-minify": "1.2.0",
"semver": "7.6.3",
"serve-index": "1.9.1",
"standard": "17.1.0",
"standard": "17.1.2",
"standard-version": "9.5.0",
"typescript": "5.1.6",
"webpack": "5.88.1",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"whatwg-fetch": "3.6.20",
"yargs": "17.7.2"
Expand Down

0 comments on commit 1ebf4d8

Please sign in to comment.