Skip to content

Commit 9681d86

Browse files
committed
Fix types
1 parent 5282c94 commit 9681d86

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/babel__core": "^7.20.4",
4646
"babel-preset-solid": "^1.8.4",
4747
"merge-anything": "^5.1.7",
48-
"solid-refresh": "^0.7.0",
48+
"solid-refresh": "^0.7.1",
4949
"vitefu": "^0.2.5"
5050
},
5151
"devDependencies": {

pnpm-lock.yaml

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

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { mergeAndConcat } from 'merge-anything';
55
import { createRequire } from 'module';
66
import solidRefresh from 'solid-refresh/babel';
77
// TODO use proper path
8-
import type { Options as RefreshOptions } from 'solid-refresh/dist/types/src/babel/core/types';
8+
import type { Options as RefreshOptions } from 'solid-refresh/babel';
99
import { createFilter } from 'vite';
1010
import type { Alias, AliasOptions, Plugin, FilterPattern } from 'vite';
1111
import { crawlFrameworkPkgs } from 'vitefu';

0 commit comments

Comments
 (0)