Skip to content

Commit

Permalink
Merge cb76034 into f979128
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Mar 3, 2023
2 parents f979128 + cb76034 commit 0dc7817
Show file tree
Hide file tree
Showing 2 changed files with 1,154 additions and 1,110 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -51,36 +51,36 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@types/debug": "4.1.7",
"@types/express": "4.17.14",
"@types/express": "4.17.17",
"@types/is-glob": "4.0.2",
"@types/jest": "29.2.0",
"@types/jest": "29.4.0",
"@types/micromatch": "4.0.2",
"@types/node": "18.11.5",
"@types/node": "18.14.5",
"@types/supertest": "2.0.12",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"body-parser": "1.20.1",
"browser-sync": "2.27.10",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"body-parser": "1.20.2",
"browser-sync": "2.28.1",
"connect": "3.7.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"express": "4.18.2",
"get-port": "5.1.1",
"husky": "8.0.1",
"jest": "29.2.2",
"lint-staged": "13.0.3",
"mockttp": "3.4.0",
"open": "8.4.0",
"prettier": "2.7.1",
"supertest": "6.3.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4",
"ws": "8.10.0"
"husky": "8.0.3",
"jest": "29.4.3",
"lint-staged": "13.1.2",
"mockttp": "3.7.0",
"open": "8.4.2",
"prettier": "2.8.4",
"supertest": "6.3.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5",
"ws": "8.12.1"
},
"dependencies": {
"@types/http-proxy": "^1.17.10",
Expand Down

0 comments on commit 0dc7817

Please sign in to comment.