Skip to content

Commit

Permalink
Delete unused dependencies (#1033)
Browse files Browse the repository at this point in the history
Updat everything that is not in appengine or functions

Refs: #996
Refs: #995
  • Loading branch information
fhinkel committed Dec 14, 2018
1 parent 35f8ac3 commit c2f246a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 12 deletions.
2 changes: 0 additions & 2 deletions cloud-sql/postgres/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
"test": "repo-tools test run --cmd npm -- run all-test"
},
"dependencies": {
"async": "2.6.0",
"body-parser": "1.18.2",
"express": "4.16.2",
"knex": "0.14.4",
"pg": "7.4.1",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"@google-cloud/logging-winston": "^0.10.2",
Expand Down
2 changes: 1 addition & 1 deletion iot/beta-features/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"test": "repo-tools test run --cmd ava -- -T 3m --verbose *.test.js"
},
"dependencies": {
"@google-cloud/pubsub": "0.22.2",
"googleapis": "^32.0.0",
"jsonwebtoken": "^8.3.0",
"mqtt": "2.15.0",
Expand All @@ -25,6 +24,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "0.22.0",
"@google-cloud/pubsub": "0.13.2",
"uuid": "3.1.0"
},
"cloud-repo-tools": {
Expand Down
1 change: 0 additions & 1 deletion iot/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"yargs": "8.0.2"
},
"devDependencies": {
"manager": "../manager",
"googleapis": "^32.0.0",
"@google-cloud/pubsub": "0.22.2",
"@google-cloud/nodejs-repo-tools": "^3.0.0",
Expand Down
2 changes: 0 additions & 2 deletions iot/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"yargs": "11.1.0"
},
"devDependencies": {
"manager": "../manager",
"googleapis": "^32.0.0",
"@google-cloud/pubsub": "0.22.2",
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "0.25.0",
Expand Down
5 changes: 1 addition & 4 deletions memorystore/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"engines": {
"node": ">=6"
},
"devDependencies": {
"lint": "^1.1.2"
"node": ">=8"
},
"dependencies": {
"redis": "2.8.0"
Expand Down
3 changes: 1 addition & 2 deletions storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@
"test": "npm run unit-test && npm run system-test"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"googleapis": "27.0.0",
"moment": "2.22.2",
"safe-buffer": "5.1.2",
"yargs": "11.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "0.25.0",
"proxyquire": "2.1.0",
"sinon": "4.4.8",
"@google-cloud/storage": "1.7.0",
"uuid": "3.3.2"
},
"cloud-repo-tools": {
Expand Down

0 comments on commit c2f246a

Please sign in to comment.