Browse Source

[PM-4893] Pin Autofill Overlay Dependencies (#6930)

pull/6949/head
Cesar Gonzalez 2 years ago committed by GitHub
parent
commit
f6c2e0b6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/renovate.json
  2. 4
      package.json

2
.github/renovate.json

@ -91,6 +91,7 @@ @@ -91,6 +91,7 @@
},
{
"matchPackageNames": [
"@webcomponents/custom-elements",
"concurrently",
"cross-env",
"del",
@ -105,6 +106,7 @@ @@ -105,6 +106,7 @@
"prettier",
"prettier-plugin-tailwindcss",
"rimraf",
"tabbable",
"wait-on"
],
"description": "Autofill owned dependencies",

4
package.json

@ -77,7 +77,7 @@ @@ -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 @@ @@ -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",

Loading…
Cancel
Save