Skip to content

Commit c2f246a

Browse files
authored
Delete unused dependencies (#1033)
Updat everything that is not in appengine or functions Refs: #996 Refs: #995
1 parent 35f8ac3 commit c2f246a

File tree

6 files changed

+3
-12
lines changed

6 files changed

+3
-12
lines changed

cloud-sql/postgres/knex/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
"test": "repo-tools test run --cmd npm -- run all-test"
2222
},
2323
"dependencies": {
24-
"async": "2.6.0",
2524
"body-parser": "1.18.2",
2625
"express": "4.16.2",
2726
"knex": "0.14.4",
28-
"pg": "7.4.1",
2927
"prompt": "1.0.0",
3028
"pug": "2.0.0-rc.4",
3129
"@google-cloud/logging-winston": "^0.10.2",

iot/beta-features/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"test": "repo-tools test run --cmd ava -- -T 3m --verbose *.test.js"
1717
},
1818
"dependencies": {
19-
"@google-cloud/pubsub": "0.22.2",
2019
"googleapis": "^32.0.0",
2120
"jsonwebtoken": "^8.3.0",
2221
"mqtt": "2.15.0",
@@ -25,6 +24,7 @@
2524
"devDependencies": {
2625
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2726
"ava": "0.22.0",
27+
"@google-cloud/pubsub": "0.13.2",
2828
"uuid": "3.1.0"
2929
},
3030
"cloud-repo-tools": {

iot/http_example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"yargs": "8.0.2"
2222
},
2323
"devDependencies": {
24-
"manager": "../manager",
2524
"googleapis": "^32.0.0",
2625
"@google-cloud/pubsub": "0.22.2",
2726
"@google-cloud/nodejs-repo-tools": "^3.0.0",

iot/mqtt_example/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"yargs": "11.1.0"
2222
},
2323
"devDependencies": {
24-
"manager": "../manager",
25-
"googleapis": "^32.0.0",
2624
"@google-cloud/pubsub": "0.22.2",
2725
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2826
"ava": "0.25.0",

memorystore/redis/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"license": "Apache Version 2.0",
77
"author": "Google Inc.",
88
"engines": {
9-
"node": ">=6"
10-
},
11-
"devDependencies": {
12-
"lint": "^1.1.2"
9+
"node": ">=8"
1310
},
1411
"dependencies": {
1512
"redis": "2.8.0"

storage-transfer/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@
1717
"test": "npm run unit-test && npm run system-test"
1818
},
1919
"dependencies": {
20-
"@google-cloud/storage": "1.7.0",
2120
"googleapis": "27.0.0",
2221
"moment": "2.22.2",
23-
"safe-buffer": "5.1.2",
2422
"yargs": "11.1.0"
2523
},
2624
"devDependencies": {
2725
"@google-cloud/nodejs-repo-tools": "^3.0.0",
2826
"ava": "0.25.0",
2927
"proxyquire": "2.1.0",
3028
"sinon": "4.4.8",
29+
"@google-cloud/storage": "1.7.0",
3130
"uuid": "3.3.2"
3231
},
3332
"cloud-repo-tools": {

0 commit comments

Comments
 (0)