Skip to content

Commit

Permalink
chore(package): bump dev dependencies (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Feb 18, 2022
1 parent cb46628 commit 7f99ed1
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 619 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -53,35 +53,35 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@types/express": "4.17.13",
"@types/is-glob": "4.0.2",
"@types/jest": "27.4.0",
"@types/micromatch": "4.0.2",
"@types/node": "17.0.10",
"@types/node": "17.0.18",
"@types/supertest": "2.0.11",
"@types/ws": "8.2.2",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"body-parser": "1.19.1",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"body-parser": "1.19.2",
"browser-sync": "2.27.7",
"connect": "3.7.0",
"eslint": "8.7.0",
"eslint": "8.9.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"express": "4.17.2",
"express": "4.17.3",
"get-port": "5.1.1",
"husky": "7.0.4",
"jest": "27.4.7",
"lint-staged": "12.2.2",
"mockttp": "2.5.1",
"jest": "27.5.1",
"lint-staged": "12.3.4",
"mockttp": "2.6.0",
"open": "8.4.0",
"prettier": "2.5.1",
"supertest": "6.2.2",
"ts-jest": "27.1.3",
"typescript": "4.5.5",
"ws": "8.4.2"
"ws": "8.5.0"
},
"dependencies": {
"@types/http-proxy": "^1.17.8",
Expand Down

0 comments on commit 7f99ed1

Please sign in to comment.