We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4353e commit 9a612b8Copy full SHA for 9a612b8
1 file changed
packages/google-cloud-dns/samples/package.json
@@ -14,15 +14,15 @@
14
"test": "npm run cover"
15
},
16
"dependencies": {
17
- "@google-cloud/dns": "0.7.2",
18
- "yargs": "11.0.0"
+ "@google-cloud/dns": "^0.7.2",
+ "yargs": "^12.0.1"
19
20
"devDependencies": {
21
- "@google-cloud/nodejs-repo-tools": "2.3.0",
22
- "ava": "0.25.0",
23
- "nyc": "12.0.2",
24
- "proxyquire": "2.0.1",
25
- "sinon": "6.0.1",
26
- "uuid": "3.3.0"
+ "@google-cloud/nodejs-repo-tools": "^2.3.0",
+ "ava": "^0.25.0",
+ "nyc": "^12.0.2",
+ "proxyquire": "^2.0.1",
+ "sinon": "^6.0.1",
+ "uuid": "^3.3.0"
27
}
28
0 commit comments