Skip to content

Commit

Permalink
chore(package): bump dev dependencies (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Jan 22, 2022
1 parent 1e91fd3 commit aaa15a9
Show file tree
Hide file tree
Showing 2 changed files with 895 additions and 550 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -53,35 +53,35 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@types/express": "4.17.13",
"@types/is-glob": "4.0.2",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/micromatch": "4.0.2",
"@types/node": "17.0.0",
"@types/node": "17.0.10",
"@types/supertest": "2.0.11",
"@types/ws": "8.2.2",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"body-parser": "1.19.1",
"browser-sync": "2.27.7",
"connect": "3.7.0",
"eslint": "8.5.0",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"express": "4.17.2",
"get-port": "5.1.1",
"husky": "7.0.4",
"jest": "27.4.5",
"lint-staged": "12.1.3",
"mockttp": "2.4.0",
"jest": "27.4.7",
"lint-staged": "12.2.2",
"mockttp": "2.5.1",
"open": "8.4.0",
"prettier": "2.5.1",
"supertest": "6.1.6",
"ts-jest": "27.1.2",
"typescript": "4.5.4",
"ws": "8.3.0"
"supertest": "6.2.2",
"ts-jest": "27.1.3",
"typescript": "4.5.5",
"ws": "8.4.2"
},
"dependencies": {
"@types/http-proxy": "^1.17.5",
Expand Down

0 comments on commit aaa15a9

Please sign in to comment.