diff --git a/.github/renovate.json b/.github/renovate.json index af418cf347..bb5816d4ce 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -91,6 +91,7 @@ }, { "matchPackageNames": [ + "@webcomponents/custom-elements", "concurrently", "cross-env", "del", @@ -105,6 +106,7 @@ "prettier", "prettier-plugin-tailwindcss", "rimraf", + "tabbable", "wait-on" ], "description": "Autofill owned dependencies", diff --git a/package.json b/package.json index 240e9058c9..34f9d217b8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/zxcvbn": "4.4.1", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", - "@webcomponents/custom-elements": "^1.6.0", + "@webcomponents/custom-elements": "1.6.0", "autoprefixer": "10.4.15", "base64-loader": "1.0.0", "buffer": "6.0.3", @@ -197,7 +197,7 @@ "proper-lockfile": "4.1.2", "qrious": "4.0.2", "rxjs": "7.8.1", - "tabbable": "^6.2.0", + "tabbable": "6.2.0", "tldts": "6.0.14", "utf-8-validate": "5.0.10", "zone.js": "0.12.0",