Skip to content

Commit

Permalink
chore(deps): bump the fastify group with 3 updates (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 74b8b44 commit 311b261
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 194 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": "^8.0.3",
"@fastify/static": "^8.0.4",
"@mcansh/remix-fastify": "4.0.4",
"@remix-run/css-bundle": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^5.1.0",
"fastify": "^5.2.1",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"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": "^8.0.3",
"@fastify/static": "^8.0.4",
"@mcansh/remix-fastify": "workspace:*",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.0",
"chalk": "^5.3.0",
"fastify": "^5.1.0",
"fastify": "^5.2.1",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@fastify/middie": "^9.0.2",
"@fastify/middie": "^9.0.3",
"@remix-run/dev": "^2.15.2",
"@remix-run/eslint-config": "^2.15.2",
"@tailwindcss/vite": "4.0.0-alpha.34",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@react-router/serve": "7.0.1",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^5.1.0",
"fastify": "^5.2.1",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"react": "^18.3.1",
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": "^9.0.2",
"@fastify/static": "^8.0.3",
"@fastify/middie": "^9.0.3",
"@fastify/static": "^8.0.4",
"@mcansh/remix-fastify": "4.0.4",
"@remix-run/node": "*",
"@remix-run/react": "*",
"@remix-run/server-runtime": "*",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"fastify": "^5.1.0",
"fastify": "^5.2.1",
"get-port": "^7.1.0",
"isbot": "^5.1.17",
"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 @@ -63,8 +63,8 @@
"validate": "run-p typecheck test"
},
"dependencies": {
"@fastify/middie": "^9.0.2",
"@fastify/static": "^8.0.3",
"@fastify/middie": "^9.0.3",
"@fastify/static": "^8.0.4",
"fastify-plugin": "^5.0.1",
"pretty-cache-header": "^1.0.0"
},
Expand All @@ -73,7 +73,7 @@
"@remix-run/node": "^2.15.2",
"@types/node": "^22.9.2",
"@typescript/lib-dom": "npm:@types/web@^0.0.182",
"fastify": "^5.1.0",
"fastify": "^5.2.1",
"node-mocks-http": "^1.16.1",
"react-router": "^7.0.1",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit 311b261

Please sign in to comment.