mirror of https://github.com/Seich/Beau.git
Updated all dependencies.
This commit is contained in:
parent
8021d79e09
commit
c06d59c577
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
|
@ -22,23 +22,23 @@
|
|||
"beau-std": "0.9.4",
|
||||
"cli-color": "1.4.0",
|
||||
"clui": "0.3.6",
|
||||
"deepmerge": "3.0.0",
|
||||
"dotenv": "7.0.0",
|
||||
"globby": "9.2.0",
|
||||
"deepmerge": "4.1.0",
|
||||
"dotenv": "8.1.0",
|
||||
"globby": "10.0.1",
|
||||
"is-plain-object": "3.0.0",
|
||||
"joi": "14.3.0",
|
||||
"js-yaml": "3.13.0",
|
||||
"joi": "14.3.1",
|
||||
"js-yaml": "3.13.1",
|
||||
"jsome": "2.5.0",
|
||||
"request": "2.88.0",
|
||||
"request-promise-native": "1.0.5",
|
||||
"requireg": "0.2.1"
|
||||
"request-promise-native": "1.0.7",
|
||||
"requireg": "0.2.2"
|
||||
},
|
||||
"repository": "git@github.com:Seich/Beau.git",
|
||||
"devDependencies": {
|
||||
"jest": "24.4.0",
|
||||
"jest": "24.9.0",
|
||||
"strip-ansi": "5.2.0",
|
||||
"jest-watch-typeahead": "0.3.1",
|
||||
"np": "5.0.0"
|
||||
"jest-watch-typeahead": "0.4.0",
|
||||
"np": "5.1.0"
|
||||
},
|
||||
"oclif": {
|
||||
"commands": "./bin/cli/commands",
|
||||
|
|
|
|||
Loading…
Reference in New Issue