Skip to content

Commit caefa5f

Browse files
committed
chore: migrate to new remix-run package from mjackson
1 parent 350569e commit caefa5f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

deno.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-vite/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/preset-react": "npm:@babel/preset-react@^7.27.1",
2626
"@deno/loader": "jsr:@deno/loader@^0.3.10",
2727
"@marvinh-test/import-json": "jsr:@marvinh-test/import-json@^0.0.1",
28-
"@mjackson/node-fetch-server": "npm:@mjackson/node-fetch-server@^0.7.0",
28+
"@remix-run/node-fetch-server": "npm:@remix-run/node-fetch-server@^0.12.0",
2929
"@prefresh/vite": "npm:@prefresh/vite@^2.4.8",
3030
"@radix-ui/themes": "npm:@radix-ui/themes@^3.2.1",
3131
"@tailwindcss/vite": "npm:@tailwindcss/vite@^4.1.12",

packages/plugin-vite/src/plugins/dev_server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { DevEnvironment, Plugin } from "vite";
22
import * as path from "@std/path";
33
import { ASSET_CACHE_BUST_KEY } from "fresh/internal";
4-
import { createRequest, sendResponse } from "@mjackson/node-fetch-server";
4+
import { createRequest, sendResponse } from "@remix-run/node-fetch-server";
55
import { hashCode } from "../shared.ts";
66

77
export function devServer(): Plugin[] {

0 commit comments

Comments
 (0)