diff --git a/packages/vitest-environment-nuxt/package.json b/packages/vitest-environment-nuxt/package.json index 2dd02b2f..c46076bf 100644 --- a/packages/vitest-environment-nuxt/package.json +++ b/packages/vitest-environment-nuxt/package.json @@ -60,14 +60,14 @@ "unenv": "^1.7.4" }, "devDependencies": { - "@testing-library/vue": "7.0.0", + "@testing-library/vue": "8.0.0", "@types/jsdom": "21.1.5", "happy-dom": "12.1.6", "jsdom": "22.1.0", "vue": "3.3.4" }, "peerDependencies": { - "@testing-library/vue": "7.0.0", + "@testing-library/vue": "8.0.0", "happy-dom": "^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0", "jsdom": "^22.0.0", "vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0", diff --git a/playground/package.json b/playground/package.json index 0de23f3f..8a34a953 100644 --- a/playground/package.json +++ b/playground/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@nuxt/devtools": "1.0.2", - "@testing-library/vue": "7.0.0", + "@testing-library/vue": "8.0.0", "happy-dom": "12.1.2", "jsdom": "22.1.0", "nuxt": "3.7.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8d3b4b8..827e5603 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -155,8 +155,8 @@ importers: version: 4.2.5(vue@3.3.4) devDependencies: '@testing-library/vue': - specifier: 7.0.0 - version: 7.0.0(@vue/compiler-sfc@3.3.4)(vue@3.3.4) + specifier: 8.0.0 + version: 8.0.0(@vue/compiler-sfc@3.3.4)(vue@3.3.4) '@types/jsdom': specifier: 21.1.5 version: 21.1.5 @@ -180,8 +180,8 @@ importers: specifier: 1.0.2 version: 1.0.2(idb-keyval@6.2.1)(nuxt@3.7.4)(rollup@3.29.4)(vite@4.4.11) '@testing-library/vue': - specifier: 7.0.0 - version: 7.0.0(@vue/compiler-sfc@3.3.4)(vue@3.3.4) + specifier: 8.0.0 + version: 8.0.0(@vue/compiler-sfc@3.3.4)(vue@3.3.4) happy-dom: specifier: 12.1.2 version: 12.1.2 @@ -499,8 +499,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) - /@babel/runtime@7.23.1: - resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} + /@babel/runtime@7.23.4: + resolution: {integrity: sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -2084,7 +2084,7 @@ packages: engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.22.13 - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.4 '@types/aria-query': 5.0.2 aria-query: 5.1.3 chalk: 4.1.2 @@ -2093,14 +2093,14 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/vue@7.0.0(@vue/compiler-sfc@3.3.4)(vue@3.3.4): - resolution: {integrity: sha512-JU/q93HGo2qdm1dCgWymkeQlfpC0/0/DBZ2nAHgEAsVZxX11xVIxT7gbXdI7HACQpUbsUWt1zABGU075Fzt9XQ==} + /@testing-library/vue@8.0.0(@vue/compiler-sfc@3.3.4)(vue@3.3.4): + resolution: {integrity: sha512-SP0qEY/SGpdT9+bPuHxYD3P/HCG0ZY8GlGJocVqdLn9EojbdQu69x06trJi1V7RW9tAZai/wwy+ZFcRsTp47kg==} engines: {node: '>=14'} peerDependencies: '@vue/compiler-sfc': '>= 3' vue: '>= 3' dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.4 '@testing-library/dom': 9.3.3 '@vue/compiler-sfc': 3.3.4 '@vue/test-utils': 2.4.1(vue@3.3.4)