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 c170774 commit 226455cCopy full SHA for 226455c
package.json
@@ -23,18 +23,18 @@
23
"nodejs"
24
],
25
"dependencies": {
26
- "chalk": "^2.0.1",
27
- "lodash": "^4.17.4",
28
- "shelljs": "^0.7.8",
+ "chalk": "^2.4.1",
+ "lodash": "^4.17.11",
+ "shelljs": "^0.8.3",
29
"yeoman-generator": "^1.1.1",
30
- "yosay": "^2.0.0"
+ "yosay": "^2.0.2"
31
},
32
"devDependencies": {
33
- "eslint": "^4.4.0",
34
- "fs-extra": "^4.0.0",
35
- "mocha": "^3.4.2",
36
- "yeoman-assert": "^3.0.0",
37
- "yeoman-test": "^1.7.0"
+ "eslint": "^5.10.0",
+ "fs-extra": "^7.0.1",
+ "mocha": "^5.2.0",
+ "yeoman-assert": "^3.1.1",
+ "yeoman-test": "^1.9.1"
38
39
"preferGlobal": true,
40
"publishConfig": {
0 commit comments