From d2b629066ffe4f0ca83a99bd7816a880566eaae0 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 14 Nov 2023 23:40:25 +0000 Subject: [PATCH] Update dependency @testing-library/vue to v8 --- swift_browser_ui_frontend/package.json | 2 +- swift_browser_ui_frontend/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/swift_browser_ui_frontend/package.json b/swift_browser_ui_frontend/package.json index 91b9574b6..852f11979 100644 --- a/swift_browser_ui_frontend/package.json +++ b/swift_browser_ui_frontend/package.json @@ -43,7 +43,7 @@ "@testing-library/dom": "^9.3.3", "@testing-library/jest-dom": "^6.1.4", "@testing-library/user-event": "^14.5.1", - "@testing-library/vue": "^7.0.0", + "@testing-library/vue": "^8.0.0", "@vue/compiler-sfc": "^3.3.7", "cypress": "^13.4.0", "cypress-cloud": "^1.9.6", diff --git a/swift_browser_ui_frontend/pnpm-lock.yaml b/swift_browser_ui_frontend/pnpm-lock.yaml index 078766586..f70b0119b 100644 --- a/swift_browser_ui_frontend/pnpm-lock.yaml +++ b/swift_browser_ui_frontend/pnpm-lock.yaml @@ -89,8 +89,8 @@ devDependencies: specifier: ^14.5.1 version: 14.5.1(@testing-library/dom@9.3.3) '@testing-library/vue': - specifier: ^7.0.0 - version: 7.0.0(@vue/compiler-sfc@3.3.7)(vue@3.3.7) + specifier: ^8.0.0 + version: 8.0.0(@vue/compiler-sfc@3.3.7)(vue@3.3.7) '@vue/compiler-sfc': specifier: ^3.3.7 version: 3.3.7 @@ -1232,8 +1232,8 @@ packages: '@testing-library/dom': 9.3.3 dev: true - /@testing-library/vue@7.0.0(@vue/compiler-sfc@3.3.7)(vue@3.3.7): - resolution: {integrity: sha512-JU/q93HGo2qdm1dCgWymkeQlfpC0/0/DBZ2nAHgEAsVZxX11xVIxT7gbXdI7HACQpUbsUWt1zABGU075Fzt9XQ==} + /@testing-library/vue@8.0.0(@vue/compiler-sfc@3.3.7)(vue@3.3.7): + resolution: {integrity: sha512-SP0qEY/SGpdT9+bPuHxYD3P/HCG0ZY8GlGJocVqdLn9EojbdQu69x06trJi1V7RW9tAZai/wwy+ZFcRsTp47kg==} engines: {node: '>=14'} peerDependencies: '@vue/compiler-sfc': '>= 3'