Skip to content

Commit

Permalink
Update all dependencies (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Sep 7, 2018
1 parent 95c8f75 commit 320eb72
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/google-cloud-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,25 @@
},
"dependencies": {
"google-gax": "^0.19.0",
"lodash.merge": "^4.6.0",
"protobufjs": "^6.8.0"
"lodash.merge": "^4.6.1",
"protobufjs": "^6.8.8"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"async": "^2.6.0",
"codecov": "^3.0.1",
"eslint": "^5.0.0",
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-node": "^7.0.0",
"eslint-plugin-prettier": "^2.6.0",
"extend": "^3.0.1",
"@google-cloud/nodejs-repo-tools": "^2.3.3",
"async": "^2.6.1",
"codecov": "^3.1.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^2.6.2",
"extend": "^3.0.2",
"ink-docstrap": "^1.3.2",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.1.1",
"nyc": "^13.0.0",
"power-assert": "^1.5.0",
"prettier": "^1.12.1",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"power-assert": "^1.6.0",
"prettier": "^1.14.2",
"through2": "^2.0.3"
}
}
19 changes: 19 additions & 0 deletions packages/google-cloud-redis/samples/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"description": "Samples for the @google-cloud/redis npm module.",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=8"
},
"repository": "googleapis/nodejs-redis",
"private": true,
"scripts": {
"test": "mocha system-test"
},
"dependencies": {
"@google-cloud/redis": "*"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}
15 changes: 15 additions & 0 deletions packages/google-cloud-redis/samples/quickstart.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

console.warn('no samples available 😐');
15 changes: 15 additions & 0 deletions packages/google-cloud-redis/samples/system-test/redis.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

console.warn('no system tests available 😐');

0 comments on commit 320eb72

Please sign in to comment.