Skip to content

Commit

Permalink
chore(package): pin and update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Dec 18, 2021
1 parent a21c0dc commit 700f071
Show file tree
Hide file tree
Showing 2 changed files with 996 additions and 1,242 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,35 +52,35 @@
},
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"devDependencies": {
"@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.7",
"@types/supertest": "^2.0.11",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"body-parser": "^1.19.0",
"browser-sync": "^2.27.7",
"connect": "^3.7.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": "^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.5.2",
"ws": "^8.2.3"
"@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.3",
"@types/micromatch": "4.0.2",
"@types/node": "17.0.0",
"@types/supertest": "2.0.11",
"@types/ws": "8.2.2",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"body-parser": "1.19.1",
"browser-sync": "2.27.7",
"connect": "3.7.0",
"eslint": "8.5.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",
"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"
},
"dependencies": {
"@types/http-proxy": "^1.17.5",
Expand Down
Loading

0 comments on commit 700f071

Please sign in to comment.