We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c5549 commit 10e7dd8Copy full SHA for 10e7dd8
package.json
@@ -56,6 +56,7 @@
56
"eslint": ">=6.0.0"
57
},
58
"dependencies": {
59
+ "@pkgr/utils": "2.1.0",
60
"ajv": "^8.0.0",
61
"debug": "^4.3.1",
62
"eslint-utils": "^3.0.0",
renovate.json
@@ -13,5 +13,6 @@
13
"depTypeList": ["devDependencies"],
14
"automerge": true
15
}
16
- ]
+ ],
17
+ "ignoreDeps": ["@pkgr/utils"]
18
0 commit comments