Skip to content

Commit

Permalink
chore(package): bump devDependencies (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Aug 13, 2021
1 parent c9bec81 commit 920a889
Show file tree
Hide file tree
Showing 2 changed files with 963 additions and 799 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -51,34 +51,34 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/express": "4.17.7",
"@types/is-glob": "^4.0.1",
"@types/jest": "^26.0.23",
"@types/micromatch": "^4.0.1",
"@types/is-glob": "^4.0.2",
"@types/jest": "^27.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "^15.6.2",
"@types/supertest": "^2.0.11",
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"body-parser": "^1.19.0",
"browser-sync": "^2.26.14",
"browser-sync": "^2.27.5",
"connect": "^3.7.0",
"eslint": "^7.27.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"express": "^4.17.1",
"get-port": "^5.1.1",
"husky": "^6.0.0",
"jest": "^27.0.3",
"lint-staged": "^11.0.0",
"mockttp": "^1.2.2",
"open": "^8.2.0",
"prettier": "^2.3.0",
"supertest": "^6.1.3",
"ts-jest": "^27.0.2",
"typescript": "^4.3.2",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"mockttp": "^2.2.1",
"open": "^8.2.1",
"prettier": "^2.3.2",
"supertest": "^6.1.5",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5",
"ws": "^7.4.6"
},
"dependencies": {
Expand Down

0 comments on commit 920a889

Please sign in to comment.