Skip to content

Commit 71e9fba

Browse files
feat: allow ^ versions for yargs packages (#5152)
* fet: allow ^ versions for yargs packages * Use latest yargs-parser
1 parent 38695da commit 71e9fba

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
"strip-json-comments": "3.1.1",
6969
"supports-color": "^8.1.1",
7070
"workerpool": "6.2.1",
71-
"yargs": "16.2.0",
72-
"yargs-parser": "20.2.4",
73-
"yargs-unparser": "2.0.0"
71+
"yargs": "^16.2.0",
72+
"yargs-parser": "^20.2.9",
73+
"yargs-unparser": "^2.0.0"
7474
},
7575
"devDependencies": {
7676
"@11ty/eleventy": "^1.0.0",

0 commit comments

Comments
 (0)