From 3dbbe700582bd8d457f63644f048a2e2fcacb3b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:16:01 +0000 Subject: [PATCH] chore(deps): update dependency qunit-dom to v3 --- docs-app/package.json | 2 +- pnpm-lock.yaml | 20 ++++++-------------- test-app/package.json | 2 +- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/docs-app/package.json b/docs-app/package.json index a3574c269..f99903ae3 100644 --- a/docs-app/package.json +++ b/docs-app/package.json @@ -115,7 +115,7 @@ "prettier-plugin-ember-template-tag": "^1.0.0", "prettier-plugin-tailwindcss": "^0.5.0", "qunit": "^2.19.1", - "qunit-dom": "^2.0.0", + "qunit-dom": "^3.0.0", "tailwindcss": "^3.1.8", "typescript": "^5.0.0", "validated-changeset": "^1.3.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8322341a..76c0d302d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -331,8 +331,8 @@ importers: specifier: ^2.19.1 version: 2.19.4 qunit-dom: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^3.0.0 + version: 3.0.0 tailwindcss: specifier: ^3.1.8 version: 3.2.4(postcss@8.4.21) @@ -1001,8 +1001,8 @@ importers: specifier: ^2.19.3 version: 2.19.4 qunit-dom: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^3.0.0 + version: 3.0.0 tailwindcss: specifier: ^2.2.15 version: 2.2.19(autoprefixer@10.4.13)(postcss@8.4.21) @@ -17065,16 +17065,8 @@ packages: rimraf: 2.7.1 underscore.string: 3.3.6 - /qunit-dom@2.0.0: - resolution: {integrity: sha512-mElzLN99wYPOGekahqRA+mq7NcThXY9c+/tDkgJmT7W5LeZAFNyITr2rFKNnCbWLIhuLdFw88kCBMrJSfyBYpA==} - engines: {node: 12.* || 14.* || >= 16.*} - dependencies: - broccoli-funnel: 3.0.8 - broccoli-merge-trees: 4.2.0 - ember-cli-babel: 7.26.11 - ember-cli-version-checker: 5.1.2 - transitivePeerDependencies: - - supports-color + /qunit-dom@3.0.0: + resolution: {integrity: sha512-rqGZ9ZgOvtOY+Ph2ElCJ4pRIHouMZmI3DWK35Xr3x3c17/gIwOHHyKAQk6XetqhqepS6p+oXvK6Bx1uZu5jJuw==} dev: true /qunit@2.19.4: diff --git a/test-app/package.json b/test-app/package.json index 20cbcc3e7..55d781a2b 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -109,7 +109,7 @@ "prettier": "^3.0.1", "prettier-plugin-ember-template-tag": "^1.0.0", "qunit": "^2.19.3", - "qunit-dom": "^2.0.0", + "qunit-dom": "^3.0.0", "tailwindcss": "^2.2.15", "typescript": "^5.0.0", "webpack": "^5.75.0"