Skip to content

Commit

Permalink
Update dependency ava to v0.25.0 (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Oct 27, 2018
1 parent 2ed05bc commit 7cb3ff6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion appengine/building-an-app/build/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ava": "0.22.0",
"ava": "0.25.0",
"semistandard": "^12.0.1"
},
"cloud-repo-tools": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/building-an-app/update/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ava": "0.22.0",
"ava": "0.25.0",
"semistandard": "^12.0.1"
}
}
2 changes: 1 addition & 1 deletion functions/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ava": "0.22.0",
"ava": "0.25.0",
"proxyquire": "1.8.0",
"semistandard": "^12.0.1",
"sinon": "3.2.1"
Expand Down
2 changes: 1 addition & 1 deletion functions/sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"ava": "0.23.0",
"ava": "0.25.0",
"proxyquire": "1.8.0",
"semistandard": "^12.0.1",
"sinon": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion functions/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.1.0",
"ava": "0.23.0",
"ava": "0.25.0",
"proxyquire": "1.8.0",
"semistandard": "^12.0.1",
"sinon": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion iot/beta-features/commands/receive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.5",
"ava": "0.22.0",
"ava": "0.25.0",
"semistandard": "^12.0.1",
"uuid": "3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion iot/beta-features/commands/send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.5",
"ava": "0.22.0",
"ava": "0.25.0",
"semistandard": "^12.0.1",
"uuid": "3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion iot/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"googleapis": "^32.0.0",
"@google-cloud/pubsub": "0.13.2",
"@google-cloud/nodejs-repo-tools": "2.2.5",
"ava": "0.22.0",
"ava": "0.25.0",
"semistandard": "^12.0.1",
"uuid": "3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion iot/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.2.5",
"ava": "0.22.0",
"ava": "0.25.0",
"semistandard": "^12.0.1",
"uuid": "3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion language/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.3.0",
"ava": "0.21.0",
"ava": "0.25.0",
"proxyquire": "1.8.0",
"semistandard": "^12.0.1",
"sinon": "3.2.0"
Expand Down

0 comments on commit 7cb3ff6

Please sign in to comment.