Bump @remix-run/serve from 1.5.1 to 1.6.3

Bumps [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) from 1.5.1 to 1.6.3.
- [Release notes](https://github.com/remix-run/remix/releases)
- [Commits](https://github.com/remix-run/remix/commits/v1.6.3/packages/remix-serve)

---
updated-dependencies:
- dependency-name: "@remix-run/serve"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-07-05 12:15:12 +00:00
committed by GitHub
parent a0b18ff8cc
commit 65e297bff9
2 changed files with 25 additions and 85 deletions

View File

@@ -15,7 +15,7 @@
"dependencies": {
"@remix-run/node": "^1.6.3",
"@remix-run/react": "^1.4.3",
"@remix-run/serve": "^1.4.3",
"@remix-run/serve": "^1.6.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},