We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b5344 commit a775db6Copy full SHA for a775db6
package.json
@@ -25,15 +25,15 @@
25
"url": "git+https://github.com/jaywcjlove/linux-command.git"
26
},
27
"devDependencies": {
28
- "archiver": "5.3.0",
29
- "colors-cli": "1.0.28",
30
- "ejs": "3.1.6",
31
- "fs-extra": "10.0.0",
32
- "markdown-to-html-cli": "3.2.5",
33
- "sitemap-generator": "8.5.1",
34
- "sqlite3": "5.0.2",
35
- "stylus": "0.55.0",
36
- "uglify-js": "3.14.4"
+ "archiver": "~5.3.0",
+ "colors-cli": "~1.0.28",
+ "ejs": "~3.1.6",
+ "fs-extra": "~10.0.1",
+ "markdown-to-html-cli": "~3.2.5",
+ "sitemap-generator": "~8.5.1",
+ "sqlite3": "~5.0.2",
+ "stylus": "~0.56.0",
+ "uglify-js": "~3.15.2"
37
38
"engines": {
39
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
0 commit comments