Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai authored Oct 7, 2024
2 parents d4513a2 + 8161d91 commit 93ed755
Show file tree
Hide file tree
Showing 10 changed files with 741 additions and 571 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## next
## [v3.0.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.3)

- refactor(dependency): replace is-plain-obj with is-plain-object
- chore(package): upgrade to eslint v9
- fix(pathFilter): handle errors

## [v3.0.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.2)

- refactor(dependency): replace is-plain-obj with is-plain-object ([#1031](https://github.com/chimurai/http-proxy-middleware/pull/1031))
- chore(package): upgrade to eslint v9 ([#1032](https://github.com/chimurai/http-proxy-middleware/pull/1032))
- fix(logger-plugin): handle undefined protocol and hostname ([#1036](https://github.com/chimurai/http-proxy-middleware/pull/1036))

## [v3.0.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v3.0.1)

Expand Down
119 changes: 66 additions & 53 deletions examples/next-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.3"
"next": "14.2.14"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "chimurai",
"license": "MIT",
"devDependencies": {
"@fastify/express": "3.0.0",
"browser-sync": "3.0.2",
"@fastify/express": "4.0.1",
"browser-sync": "3.0.3",
"connect": "3.7.0",
"express": "4.19.2",
"fastify": "4.28.1"
"express": "4.21.0",
"fastify": "5.0.0"
}
}
Loading

0 comments on commit 93ed755

Please sign in to comment.