Skip to content

Commit

Permalink
Reinstate server-runtime dep for Vite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Dec 19, 2024
1 parent 92fd3a7 commit b5206b3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/helpers/vite-5-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@remix-run/node": "workspace:*",
"@remix-run/react": "workspace:*",
"@remix-run/serve": "workspace:*",
"@remix-run/server-runtime": "workspace:*",
"@vanilla-extract/css": "^1.10.0",
"@vanilla-extract/vite-plugin": "^3.9.2",
"express": "^4.20.0",
Expand Down
1 change: 1 addition & 0 deletions integration/helpers/vite-6-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@remix-run/node": "workspace:*",
"@remix-run/react": "workspace:*",
"@remix-run/serve": "workspace:*",
"@remix-run/server-runtime": "workspace:*",
"@vanilla-extract/css": "^1.10.0",
"@vanilla-extract/vite-plugin": "^3.9.2",
"express": "^4.20.0",
Expand Down
1 change: 1 addition & 0 deletions integration/helpers/vite-cloudflare-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@remix-run/cloudflare": "workspace:*",
"@remix-run/cloudflare-pages": "workspace:*",
"@remix-run/react": "workspace:*",
"@remix-run/server-runtime": "workspace:*",
"isbot": "^4.1.0",
"miniflare": "^3.20231030.4",
"react": "^18.2.0",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit b5206b3

Please sign in to comment.