Skip to content

Commit b506320

Browse files
datastore: update dependencies
1 parent 91edf18 commit b506320

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@
5050
"datastore"
5151
],
5252
"dependencies": {
53-
"@google-cloud/common": "^0.2.0",
53+
"@google-cloud/common": "^0.4.0",
5454
"arrify": "^1.0.0",
55+
"async": "^2.0.1",
5556
"concat-stream": "^1.5.0",
56-
"create-error-class": "^2.0.1",
57+
"create-error-class": "^3.0.2",
58+
"deep-strict-equal": "^0.2.0",
5759
"extend": "^3.0.0",
5860
"is": "^3.0.1",
5961
"lodash.flatten": "^4.2.0",
@@ -63,8 +65,6 @@
6365
"split-array-stream": "^1.0.0"
6466
},
6567
"devDependencies": {
66-
"async": "^1.4.2",
67-
"deep-strict-equal": "^0.1.0",
6868
"mocha": "^3.0.1",
6969
"proxyquire": "^1.7.10",
7070
"through2": "^2.0.0"

0 commit comments

Comments
 (0)