Skip to content

Commit a87cfa3

Browse files
committed
bump bomlint
1 parent bc58a5d commit a87cfa3

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"rimraf": "^2.6.3",
1414
"ts-jest": "^24.1.0",
1515
"typescript": "~3.9.7",
16-
"bomlint": "1.1.0"
16+
"bomlint": "1.2.0"
1717
},
1818
"scripts": {
1919
"release:gh": "gren release",
2020
"release:changelog": "gren changelog --tags all --generate --override",
21-
"bomlint": "bomlint package.json && bomlint ./core/package.json && bomlint ./tea-cup/package.json && bomlint ./samples/package.json"
21+
"bomlint": "bomlint --allow-conflicts react package.json ./core/package.json ./tea-cup/package.json ./samples/package.json"
2222
}
2323
}

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,10 +2612,12 @@ body-parser@1.20.1:
26122612
type-is "~1.6.18"
26132613
unpipe "1.0.0"
26142614

2615-
bomlint@1.1.0:
2616-
version "1.1.0"
2617-
resolved "https://registry.yarnpkg.com/bomlint/-/bomlint-1.1.0.tgz#88ffa3d973beacfd55b5d2ca180bfeaad3254dd5"
2618-
integrity sha512-MWfvIQvI8RZJts7RKVJa8bEbGkrCt5oYC6/IYFM1aRUzY5ytpBzLv0bXtUwu8mL8o6AbMmFzx2oOkiBlV9gneQ==
2615+
bomlint@1.2.0:
2616+
version "1.2.0"
2617+
resolved "https://registry.yarnpkg.com/bomlint/-/bomlint-1.2.0.tgz#d64deea823c5e0492bb92222c09169343248db12"
2618+
integrity sha512-2TE4FAl9YKSImhxMMBPG8s6itwZpWPpIUFfyJjKKODEo+juyARru5ze5fpJ78R3tls6CF0/cdxgk0P997P+LYA==
2619+
dependencies:
2620+
commander "^10.0.1"
26192621

26202622
bonjour@^3.5.0:
26212623
version "3.5.0"
@@ -3354,6 +3356,11 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
33543356
dependencies:
33553357
delayed-stream "~1.0.0"
33563358

3359+
commander@^10.0.1:
3360+
version "10.0.1"
3361+
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
3362+
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
3363+
33573364
commander@^2.11.0, commander@^2.19.0, commander@^2.20.0:
33583365
version "2.20.3"
33593366
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"

0 commit comments

Comments
 (0)