Update `probot-config` to ^1.0.0

This commit is contained in:
Pedro Pombeiro 2019-01-31 16:07:54 +01:00
parent 0ef7fd96fd
commit 5db357aca6
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
11 changed files with 20 additions and 14 deletions

View File

@ -4,7 +4,7 @@
//
// Dependencies:
// github: "^13.1.0"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
// probot-scheduler: "^1.0.3"
//
// Author:

View File

@ -4,7 +4,7 @@
//
// Dependencies:
// github: "^13.1.0"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
//
// Author:
// PombeirP

View File

@ -5,7 +5,7 @@
//
// Dependencies:
// github: "^13.1.0"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
//
// Author:
// PombeirP

View File

@ -4,7 +4,7 @@
//
// Dependencies:
// github: "^13.1.0"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
//
// Author:
// PombeirP

View File

@ -5,7 +5,7 @@
// Dependencies:
// github: "^13.1.0"
// hashset: "0.0.6"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
//
// Author:
// Max Tyrrell (ImFeelingDucky/mac/yung_mac)

View File

@ -4,7 +4,7 @@
//
// Dependencies:
// github: "^13.1.0"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
//
// Author:
// PombeirP

View File

@ -5,7 +5,7 @@
//
// Dependencies:
// github: "^13.1.0"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
//
// Author:
// virneo

View File

@ -4,7 +4,7 @@
// Dependencies:
// github: "^13.1.0"
// joi: "^13.1.2"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
// probot-scheduler: "^1.2.0"
//
// Author:

View File

@ -5,7 +5,7 @@
// Dependencies:
// github: "^13.1.0"
// jenkins: "^0.20.1"
// probot-config: "^0.1.0"
// probot-config: "^1.0.0"
//
// Author:
// PombeirP

View File

@ -21,7 +21,7 @@
"mem-cache": "0.0.5",
"memjs": "^1.2.0",
"probot": "^7.5.0",
"probot-config": "^0.1.0",
"probot-config": "^1.0.0",
"probot-scheduler": "^1.2.0"
},
"devDependencies": {

View File

@ -1184,6 +1184,11 @@ deep-is@~0.1.3:
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
deepmerge@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-2.2.1.tgz#5d3ff22a01c00f645405a2fbc17d0778a1801170"
integrity sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==
default-require-extensions@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8"
@ -4607,11 +4612,12 @@ private@^0.1.8:
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
probot-config@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/probot-config/-/probot-config-0.1.0.tgz#b6ef11ccc468e7f28e06deb68b34e093b7c7e88e"
integrity sha512-OrPCZqHe9Ig94JE1FhFr5CqG+hPZCmm+6fKGNhXilXv/xYAhqICbjzg5+7leLlTQCuj96RBo+Q0YPcEWcCFm6A==
probot-config@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/probot-config/-/probot-config-1.0.1.tgz#8d4f5eae7f0b0777e0386de8c55a173a434c0dad"
integrity sha512-xfQ+Fw8KuxSLj9kET/FN4kdgduVDWpibGP/vNueuhq1bmzRosiFbs/XsB3uUjpm+TWdt37TuwAvFOfvAJm7Sig==
dependencies:
deepmerge "^2.2.1"
js-yaml "^3.10.0"
probot-scheduler@^1.2.0: