diff --git a/package.json b/package.json index c081ed1..f668141 100644 --- a/package.json +++ b/package.json @@ -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", @@ -47,4 +46,4 @@ "@nuxt/eslint-config": "^0.3.10" }, "packageManager": "pnpm@9.1.0" -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8318a2e..d251b44 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,9 +27,6 @@ importers: eslint: specifier: ^9.2.0 version: 9.2.0 - expect-type: - specifier: ^0.19.0 - version: 0.19.0 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -1418,10 +1415,6 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} - expect-type@0.19.0: - resolution: {integrity: sha512-piv9wz3IrAG4Wnk2A+n2VRCHieAyOSxrRLU872Xo6nyn39kYXKDALk4OcqnvLRnFvkz659CnWC8MWZLuuQnoqg==} - engines: {node: '>=12.0.0'} - fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} @@ -3978,8 +3971,6 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 - expect-type@0.19.0: {} - fast-deep-equal@3.1.3: {} fast-glob@3.3.1: diff --git a/test/types.test.ts b/test/types.test.ts index e7ef616..bca5406 100644 --- a/test/types.test.ts +++ b/test/types.test.ts @@ -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'