Skip to content

Commit

Permalink
feat(http-proxy): bump to v1.18.0 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Feb 8, 2020
1 parent 9bc701c commit 80cefdd
Show file tree
Hide file tree
Showing 5 changed files with 1,281 additions and 922 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: xenial
dist: bionic
sudo: false
language: node_js
node_js:
- 'stable'
- '12'
- '10'
- '8'
cache: yarn
stages:
- lint
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## next

- feat(http-proxy): bump to v1.18.0
- feat: async router ([#379](https://github.com/chimurai/http-proxy-middleware/issues/335)) ([LiranBri](https://github.com/LiranBri))
- feat(typescript): types support ([#369](https://github.com/chimurai/http-proxy-middleware/pull/369))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ $ yarn cover

The MIT License (MIT)

Copyright (c) 2015-2019 Steven Chim
Copyright (c) 2015-2020 Steven Chim
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,29 @@
"@commitlint/config-conventional": "^8.0.0",
"@types/express": "^4.17.0",
"@types/is-glob": "^4.0.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@types/micromatch": "^3.1.0",
"@types/jest": "^25.1.2",
"@types/lodash": "^4.14.149",
"@types/micromatch": "^4.0.1",
"@types/node": "^12.6.2",
"browser-sync": "^2.26.7",
"connect": "^3.6.6",
"coveralls": "^3.0.5",
"express": "^4.16.4",
"husky": "^3.0.0",
"jest": "^24.5.0",
"open": "^6.4.0",
"jest": "^25.1.0",
"open": "^7.0.2",
"prettier": "^1.18.2",
"ts-jest": "^24.0.0",
"ts-jest": "^25.2.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3",
"ws": "^7.1.0"
},
"dependencies": {
"@types/http-proxy": "^1.17.2",
"http-proxy": "^1.17.0",
"@types/http-proxy": "^1.17.3",
"http-proxy": "^1.18.0",
"is-glob": "^4.0.1",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"micromatch": "^4.0.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 80cefdd

Please sign in to comment.