Skip to content

Commit c390406

Browse files
committed
Ignore dep difference
1 parent 2aa5744 commit c390406

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

.depalignrc.json

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
11
{
22
"ignore": {
3-
"chai": [
4-
"^4.1.2",
5-
"^4.2.0",
6-
"^4.3.4"
7-
],
8-
"sinon": [
9-
"^9.0.0",
10-
"^7.2.7",
11-
"^9.0.2",
12-
"^9.2.3",
13-
"^8.1.1"
14-
],
15-
"numeral": [
16-
"^1.5.6"
17-
],
18-
"babel-loader": [
19-
"^7.1.5"
20-
],
21-
"@babel/core": [
22-
"7.16.0"
23-
],
24-
"@babel/parser": [
25-
"7.16.0"
26-
],
27-
"js-yaml": [
28-
"^3.13.1"
29-
],
30-
"yargs": [
31-
"^4.8.1"
32-
]
3+
"chai": ["^4.1.2", "^4.2.0", "^4.3.4"],
4+
"sinon": ["^9.0.0", "^7.2.7", "^9.0.2", "^9.2.3", "^8.1.1"],
5+
"numeral": ["^1.5.6"],
6+
"babel-loader": ["^7.1.5"],
7+
"@babel/core": ["7.16.0"],
8+
"@babel/parser": ["7.16.0"],
9+
"js-yaml": ["^3.13.1"],
10+
"yargs": ["^4.8.1"],
11+
"@leafygreen-ui/marketing-modal": ["^5.0.2", "^8.0.0"]
3312
}
34-
}
13+
}

0 commit comments

Comments
 (0)