Skip to content

Commit

Permalink
chore(package): bump dev dependencies (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Sep 3, 2023
1 parent fc65e60 commit 7a65719
Show file tree
Hide file tree
Showing 2 changed files with 1,264 additions and 1,422 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -51,35 +51,35 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@types/debug": "4.1.7",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@types/debug": "4.1.8",
"@types/express": "4.17.17",
"@types/is-glob": "4.0.2",
"@types/jest": "29.5.1",
"@types/jest": "29.5.4",
"@types/micromatch": "4.0.2",
"@types/node": "18.16.0",
"@types/node": "20.5.9",
"@types/supertest": "2.0.12",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"body-parser": "1.20.2",
"browser-sync": "2.29.1",
"browser-sync": "2.29.3",
"connect": "3.7.0",
"eslint": "8.39.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"express": "4.18.2",
"get-port": "5.1.1",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.1",
"mockttp": "3.7.1",
"jest": "29.6.4",
"lint-staged": "14.0.1",
"mockttp": "3.9.2",
"open": "8.4.2",
"prettier": "3.0.3",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"typescript": "5.0.4",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"ws": "8.13.0"
},
"dependencies": {
Expand Down

0 comments on commit 7a65719

Please sign in to comment.