Skip to content

Commit

Permalink
chore(package): bump dev dependencies (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Nov 17, 2021
1 parent e81a93d commit 9986a6f
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 267 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -52,34 +52,34 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/express": "^4.17.13",
"@types/is-glob": "^4.0.2",
"@types/jest": "^27.0.2",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.11.6",
"@types/node": "^16.11.7",
"@types/supertest": "^2.0.11",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"body-parser": "^1.19.0",
"browser-sync": "^2.27.6",
"browser-sync": "^2.27.7",
"connect": "^3.7.0",
"eslint": "^8.1.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.17.1",
"get-port": "^5.1.1",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^11.2.6",
"mockttp": "^2.3.1",
"lint-staged": "^12.0.2",
"mockttp": "^2.4.0",
"open": "^8.4.0",
"prettier": "^2.4.1",
"supertest": "^6.1.6",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4",
"typescript": "^4.5.2",
"ws": "^8.2.3"
},
"dependencies": {
Expand Down

0 comments on commit 9986a6f

Please sign in to comment.