mirror of https://github.com/Seich/Beau.git
Updated all dependencies. (#50)
I also used this opportunity to pin dependencies to specific package versions instead of ranges. Should be nicer in the long run.
This commit is contained in:
parent
8c453e6974
commit
f0298a973b
File diff suppressed because it is too large
Load Diff
42
package.json
42
package.json
|
|
@ -15,30 +15,30 @@
|
||||||
"/bin"
|
"/bin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oclif/command": "^1.4.34",
|
"@oclif/command": "1.5.6",
|
||||||
"@oclif/config": "^1.6.33",
|
"@oclif/config": "1.9.0",
|
||||||
"@oclif/plugin-help": "^2.0.5",
|
"@oclif/plugin-help": "2.1.4",
|
||||||
"@oclif/plugin-warn-if-update-available": "^1.3.9",
|
"@oclif/plugin-warn-if-update-available": "1.5.4",
|
||||||
"beau-std": "^0.9.4",
|
"beau-std": "0.9.4",
|
||||||
"cli-color": "^1.1.0",
|
"cli-color": "1.4.0",
|
||||||
"clui": "^0.3.1",
|
"clui": "0.3.6",
|
||||||
"deepmerge": "^3.0.0",
|
"deepmerge": "3.0.0",
|
||||||
"dotenv": "^6.0.0",
|
"dotenv": "6.2.0",
|
||||||
"globby": "^8.0.1",
|
"globby": "8.0.1",
|
||||||
"is-plain-object": "^2.0.4",
|
"is-plain-object": "2.0.4",
|
||||||
"joi": "^14.0.0",
|
"joi": "14.3.0",
|
||||||
"js-yaml": "^3.12.0",
|
"js-yaml": "3.12.0",
|
||||||
"jsome": "^2.5.0",
|
"jsome": "2.5.0",
|
||||||
"request": "^2.87.0",
|
"request": "2.88.0",
|
||||||
"request-promise-native": "^1.0.5",
|
"request-promise-native": "1.0.5",
|
||||||
"requireg": "^0.2.0"
|
"requireg": "0.2.1"
|
||||||
},
|
},
|
||||||
"repository": "git@github.com:Seich/Beau.git",
|
"repository": "git@github.com:Seich/Beau.git",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "^23.4.1",
|
"jest": "23.6.0",
|
||||||
"jest-watch-typeahead": "^0.2.0",
|
"jest-watch-typeahead": "0.2.0",
|
||||||
"np": "^3.0.4",
|
"np": "3.0.4",
|
||||||
"strip-ansi": "^5.0.0"
|
"strip-ansi": "5.0.0"
|
||||||
},
|
},
|
||||||
"oclif": {
|
"oclif": {
|
||||||
"commands": "./bin/cli/commands",
|
"commands": "./bin/cli/commands",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue