Skip to content

Commit

Permalink
chore(package): update dev deps (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Aug 31, 2024
1 parent 58b3d3e commit 445b31f
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 160 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,33 +56,33 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@types/debug": "4.1.12",
"@types/express": "4.17.21",
"@types/is-glob": "4.0.4",
"@types/jest": "29.5.12",
"@types/micromatch": "4.0.9",
"@types/node": "20.14.10",
"@types/node": "22.5.1",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.10",
"@types/ws": "8.5.12",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"body-parser": "1.20.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"express": "4.19.2",
"get-port": "5.1.1",
"husky": "9.0.11",
"husky": "9.1.5",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"mockttp": "3.14.0",
"lint-staged": "15.2.9",
"mockttp": "3.15.2",
"open": "8.4.2",
"prettier": "3.3.2",
"prettier": "3.3.3",
"supertest": "7.0.0",
"ts-jest": "29.2.2",
"typescript": "5.5.3",
"ts-jest": "29.2.5",
"typescript": "5.5.4",
"ws": "8.18.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 445b31f

Please sign in to comment.