Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 42bfc2f

Browse files
committed
Upgrade react-refresh to 0.13.0
1 parent 85625bf commit 42bfc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/react/refresh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// react-refresh
22
// @link https://github.com/facebook/react/issues/16604#issuecomment-528663101
33

4-
import runtime from "https://esm.sh/react-refresh@0.12.0/runtime";
4+
import runtime from "https://esm.sh/react-refresh@0.13.0/runtime";
55
import util from "../../lib/util.ts";
66

77
const refresh = util.debounce(runtime.performReactRefresh, 30);

0 commit comments

Comments
 (0)