diff --git a/package.json b/package.json index a2a0702cb..d8d78c033 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,6 @@ }, "resolutions": { "@nuxt/test-utils": "workspace:*", - "happy-dom": "*", "vitest-environment-nuxt": "workspace:*" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a82369730..f40b6b710 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,6 @@ settings: overrides: '@nuxt/test-utils': workspace:* - happy-dom: '*' vitest-environment-nuxt: workspace:* importers: @@ -38,7 +37,7 @@ importers: specifier: ^3.1.1 version: 3.1.1 happy-dom: - specifier: '*' + specifier: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 version: 12.10.3 jsdom: specifier: ^22.0.0 @@ -175,7 +174,7 @@ importers: specifier: workspace:* version: link:../.. happy-dom: - specifier: '*' + specifier: ^12.10.3 version: 12.10.3 examples/app-jest: @@ -278,7 +277,7 @@ importers: specifier: 8.0.1 version: 8.0.1(@vue/compiler-sfc@3.3.8)(vue@3.3.8) happy-dom: - specifier: '*' + specifier: 12.10.3 version: 12.10.3 jsdom: specifier: 22.1.0 diff --git a/test/fixtures/runtime/package.json b/test/fixtures/runtime/package.json index 54c819c9e..c4e28f095 100644 --- a/test/fixtures/runtime/package.json +++ b/test/fixtures/runtime/package.json @@ -18,7 +18,7 @@ "@nuxt/devtools": "1.0.2", "@nuxt/test-utils": "latest", "@testing-library/vue": "8.0.1", - "happy-dom": "12.1.2", + "happy-dom": "12.10.3", "jsdom": "22.1.0", "listhen": "^1.5.5", "nuxt": "3.8.2",