Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 8978edc

Browse files
committedMay 24, 2018
Allow compatible versions of newer dependencies
1 parent 42654d8 commit 8978edc

File tree

2 files changed

+73
-63
lines changed

2 files changed

+73
-63
lines changed
 

‎package-lock.json

+70-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
},
2424
"homepage": "https://github.com/iarna/gauge",
2525
"dependencies": {
26-
"aproba": "^1.0.3",
26+
"aproba": "^1.0.3 || ^2.0.0",
2727
"color-support": "^1.1.2",
2828
"console-control-strings": "^1.0.0",
2929
"has-unicode": "^2.0.0",
3030
"object-assign": "^4.1.0",
3131
"signal-exit": "^3.0.0",
32-
"string-width": "^1.0.1",
33-
"strip-ansi": "^3.0.1",
32+
"string-width": "^1.0.1 || ^2.0.0",
33+
"strip-ansi": "^3.0.1 || ^4.0.0",
3434
"wide-align": "^1.1.2"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)
This repository has been archived.