Skip to content

Commit f32d12a

Browse files
authored
Merge pull request #1841 from StoDevX/greenkeeper/danger-2.0.0
Update danger to the latest version 🚀
2 parents 0c56db6 + 9eaefda commit f32d12a

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"babel-jest": "21.2.0",
105105
"babel-plugin-flow-react-proptypes": "8.0.0",
106106
"babel-preset-react-native": "3.0.1",
107-
"danger": "2.0.0-alpha.20",
107+
"danger": "2.0.0",
108108
"eslint": "4.10.0",
109109
"eslint-config-prettier": "2.7.0",
110110
"eslint-plugin-babel": "4.1.2",

yarn.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,27 +1491,29 @@ csurf@~1.8.3:
14911491
csrf "~3.0.0"
14921492
http-errors "~1.3.1"
14931493

1494-
1495-
version "2.0.0-alpha.20"
1496-
resolved "https://registry.yarnpkg.com/danger/-/danger-2.0.0-alpha.20.tgz#a44cc706869329417296cc1d652aa665f3208260"
1494+
1495+
version "2.0.0"
1496+
resolved "https://registry.yarnpkg.com/danger/-/danger-2.0.0.tgz#95a18f03a84f9584a49dc866c69e85b501454596"
14971497
dependencies:
14981498
babel-polyfill "7.0.0-alpha.19"
14991499
chalk "^2.0.0"
15001500
commander "^2.9.0"
15011501
debug "^3.0.0"
1502+
get-stdin "^5.0.1"
15021503
github "^11"
15031504
jsome "^2.3.25"
15041505
jsonpointer "^4.0.1"
15051506
lodash.find "^4.6.0"
15061507
lodash.includes "^4.3.0"
15071508
lodash.isobject "^2.4.1"
15081509
lodash.keys "^4.0.8"
1510+
node-cleanup "^2.1.2"
15091511
node-fetch "^1.6.3"
15101512
parse-diff "^0.4.0"
15111513
parse-link-header "^1.0.1"
15121514
pinpoint "^1.1.0"
15131515
require-from-string "^2.0.1"
1514-
rfc6902 "^1.3.0"
1516+
rfc6902 "^2.0.0"
15151517
vm2 patriksimek/vm2#custom_files
15161518
voca "^1.2.0"
15171519

@@ -3625,6 +3627,10 @@ netrc@^0.1.4:
36253627
version "0.1.4"
36263628
resolved "https://registry.yarnpkg.com/netrc/-/netrc-0.1.4.tgz#6be94fcaca8d77ade0a9670dc460914c94472444"
36273629

3630+
node-cleanup@^2.1.2:
3631+
version "2.1.2"
3632+
resolved "https://registry.yarnpkg.com/node-cleanup/-/node-cleanup-2.1.2.tgz#7ac19abd297e09a7f72a71545d951b517e4dde2c"
3633+
36283634
node-fetch@^1.0.1, node-fetch@^1.3.3, node-fetch@^1.6.3:
36293635
version "1.7.3"
36303636
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
@@ -4629,9 +4635,9 @@ restore-cursor@^2.0.0:
46294635
onetime "^2.0.0"
46304636
signal-exit "^3.0.2"
46314637

4632-
rfc6902@^1.3.0:
4633-
version "1.3.0"
4634-
resolved "https://registry.yarnpkg.com/rfc6902/-/rfc6902-1.3.0.tgz#85b2c69c42dcf116082437b9829a962446b4c4a5"
4638+
rfc6902@^2.0.0:
4639+
version "2.2.1"
4640+
resolved "https://registry.yarnpkg.com/rfc6902/-/rfc6902-2.2.1.tgz#28a7ffb8d1982ae1e49f682821e142d08a235a7b"
46354641

46364642
right-align@^0.1.1:
46374643
version "0.1.3"
@@ -5312,7 +5318,7 @@ vinyl@^0.5.0:
53125318
clone-stats "^0.0.1"
53135319
replace-ext "0.0.1"
53145320

5315-
vm2@patriksimek/vm2#custom_files:
5321+
"vm2@github:patriksimek/vm2#custom_files":
53165322
version "3.5.0"
53175323
resolved "https://codeload.github.com/patriksimek/vm2/tar.gz/7e82f90ac705fc44fad044147cb0df09b4c79a57"
53185324

0 commit comments

Comments
 (0)