Skip to content

Commit bc09fa9

Browse files
committed
chore: remove explicit dev dependency on expect-type
1 parent c799d7f commit bc09fa9

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@vitest/coverage-v8": "^1.6.0",
3939
"changelogen": "^0.5.5",
4040
"eslint": "^9.2.0",
41-
"expect-type": "^0.19.0",
4241
"typescript": "^5.4.5",
4342
"unbuild": "^2.0.0",
4443
"vite": "^5.2.11",
@@ -47,4 +46,4 @@
4746
"@nuxt/eslint-config": "^0.3.10"
4847
},
4948
"packageManager": "[email protected]"
50-
}
49+
}

pnpm-lock.yaml

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/types.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { expectTypeOf } from 'expect-type'
2-
import { describe, it } from 'vitest'
1+
import { expectTypeOf, describe, it } from 'vitest'
32

43
import type { Manifest as ViteManifest } from 'vite'
54
import type { Manifest, ResourceMeta } from '../src/types'

0 commit comments

Comments
 (0)