Skip to content

Commit 189f9c3

Browse files
committed
Update deps
1 parent e3805da commit 189f9c3

File tree

4 files changed

+305
-38
lines changed

4 files changed

+305
-38
lines changed

.ncurc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"loglevel": "silent",
33
"packageFile": ".{,/packages/**,/perf/npm,/registry,/test/npm}/package.json",
4-
"reject": ["eslint-plugin-unicorn", "minimatch", "normalize-package-data"],
4+
"reject": [
5+
"eslint-plugin-unicorn",
6+
"make-fetch-happen",
7+
"minimatch",
8+
"normalize-package-data"
9+
],
510
"upgrade": true
611
}

0 commit comments

Comments
 (0)