Skip to content

Commit

Permalink
chore(deps): bump the fastify group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the fastify group with 3 updates: [@fastify/middie](https://github.com/fastify/middie), [@fastify/static](https://github.com/fastify/fastify-static) and [fastify](https://github.com/fastify/fastify).


Updates `@fastify/middie` from 8.3.1 to 9.0.2
- [Release notes](https://github.com/fastify/middie/releases)
- [Commits](fastify/middie@v8.3.1...v9.0.2)

Updates `@fastify/static` from 7.0.4 to 8.0.1
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v7.0.4...v8.0.1)

Updates `fastify` from 4.28.1 to 5.0.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.28.1...v5.0.0)

---
updated-dependencies:
- dependency-name: "@fastify/middie"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify
- dependency-name: "@fastify/static"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 8597d58 commit 087cac8
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 126 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"typecheck": "tsc"
},
"dependencies": {
"@fastify/static": "^7.0.4",
"@fastify/static": "^8.0.1",
"@mcansh/remix-fastify": "3.4.0",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"get-port": "^7.1.0",
"isbot": "^5.1.11",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"validate": "run-p lint format typecheck"
},
"dependencies": {
"@fastify/static": "^7.0.4",
"@fastify/static": "^8.0.1",
"@mcansh/remix-fastify": "workspace:*",
"@remix-run/node": "*",
"@remix-run/react": "*",
"chalk": "^5.3.0",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"get-port": "^7.1.0",
"isbot": "^5.1.11",
"react": "19.0.0-rc-100dfd7dab-20240701",
"react-dom": "19.0.0-rc-100dfd7dab-20240701",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@fastify/middie": "^8.3.1",
"@fastify/middie": "^9.0.2",
"@remix-run/dev": "*",
"@remix-run/eslint-config": "*",
"@tailwindcss/vite": "4.0.0-alpha.16",
Expand Down
6 changes: 3 additions & 3 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"typecheck": "tsc"
},
"dependencies": {
"@fastify/middie": "^8.3.1",
"@fastify/static": "^7.0.4",
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.1",
"@mcansh/remix-fastify": "3.4.0",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/server-runtime": "*",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"get-port": "^7.1.0",
"isbot": "^5.1.11",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/remix-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"validate": "run-p typecheck test"
},
"dependencies": {
"@fastify/middie": "^8.3.1",
"@fastify/static": "^7.0.4",
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.1",
"fastify-plugin": "^4.5.1",
"pretty-cache-header": "^1.0.0"
},
"devDependencies": {
"@remix-run/node": "^2.13.1",
"@types/node": "^20.14.9",
"@typescript/lib-dom": "npm:@types/web@^0.0.143",
"fastify": "^4.28.1",
"fastify": "^5.0.0",
"node-mocks-http": "^1.14.1",
"typescript": "^5.5.4",
"vite": "^5.3.2"
Expand Down
Loading

0 comments on commit 087cac8

Please sign in to comment.