Skip to content

Commit f524a52

Browse files
committed
fix: yargs was incompatible with node 10
1 parent 7906fcf commit f524a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"webpack": "5.48.0",
105105
"webpack-cli": "4.7.2",
106106
"whatwg-fetch": "3.0.0",
107-
"yargs": "17.0.1"
107+
"yargs": "16.2.0"
108108
},
109109
"files": [
110110
"dist",

0 commit comments

Comments
 (0)