Skip to content

Commit

Permalink
chore: remove explicit dev dependency on expect-type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 9, 2024
1 parent c799d7f commit bc09fa9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@vitest/coverage-v8": "^1.6.0",
"changelogen": "^0.5.5",
"eslint": "^9.2.0",
"expect-type": "^0.19.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
Expand All @@ -47,4 +46,4 @@
"@nuxt/eslint-config": "^0.3.10"
},
"packageManager": "[email protected]"
}
}
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions test/types.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { expectTypeOf } from 'expect-type'
import { describe, it } from 'vitest'
import { expectTypeOf, describe, it } from 'vitest'

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

0 comments on commit bc09fa9

Please sign in to comment.