Skip to content

Commit 3f1ea92

Browse files
author
Ace Nassri
committed
Update dependencies + fix lint (round 4)
1 parent 658849f commit 3f1ea92

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

functions/helloworld/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"lint": "repo-tools lint",
1616
"pretest": "npm run lint",
1717
"e2e-test": "export FUNCTIONS_CMD='gcloud beta functions' && sh test/updateFunctions.sh && BASE_URL=\"https://$GCF_REGION-$GCLOUD_PROJECT.cloudfunctions.net/\" ava -T 20s --verbose test/*.test.js",
18-
"test": "export FUNCTIONS_CMD='functions' && sh test/updateFunctions.sh && export BASE_URL=\"http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/index.test.js test/*unit*test.js test/*integration*test.js",
19-
"system-test": "export FUNCTIONS_CMD='functions' && sh test/updateFunctions.sh && export BASE_URL=\"http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/*.test.js"
18+
"test": "export FUNCTIONS_CMD='functions-emulator' && sh test/updateFunctions.sh && export BASE_URL=\"http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/index.test.js test/*unit*test.js test/*integration*test.js",
19+
"system-test": "export FUNCTIONS_CMD='functions-emulator' && sh test/updateFunctions.sh && export BASE_URL=\"http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/*.test.js"
2020
},
2121
"dependencies": {
22-
"@google-cloud/debug-agent": "2.3.0",
23-
"pug": "2.0.0-rc.4",
22+
"@google-cloud/debug-agent": "2.4.0",
23+
"pug": "2.0.3",
2424
"safe-buffer": "5.1.1"
2525
},
2626
"devDependencies": {
27-
"@google-cloud/nodejs-repo-tools": "2.1.3",
28-
"@google-cloud/pubsub": "^0.15.0",
27+
"@google-cloud/nodejs-repo-tools": "2.2.5",
28+
"@google-cloud/pubsub": "^0.17.0",
2929
"@google-cloud/storage": "^1.5.0",
30-
"ava": "0.24.0",
31-
"proxyquire": "1.8.0",
32-
"sinon": "4.1.2",
30+
"ava": "0.25.0",
31+
"proxyquire": "2.0.1",
32+
"sinon": "4.4.8",
3333
"supertest": "^3.0.0",
3434
"uuid": "^3.1.0"
3535
},

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"update-dependencies": "./scripts/update-dependencies.sh"
5454
},
5555
"devDependencies": {
56-
"@google-cloud/nodejs-repo-tools": "1.4.17",
57-
"@google-cloud/storage": "1.2.1",
58-
"ava": "0.21.0",
59-
"nyc": "11.1.0",
60-
"semistandard": "^11.0.0",
61-
"shelljs": "0.7.8"
56+
"@google-cloud/nodejs-repo-tools": "2.2.5",
57+
"@google-cloud/storage": "1.6.0",
58+
"ava": "0.25.0",
59+
"nyc": "11.6.0",
60+
"semistandard": "^12.0.1",
61+
"shelljs": "0.8.1"
6262
}
6363
}

0 commit comments

Comments
 (0)