Skip to content

Commit 1677c53

Browse files
authored
fix(deps): roll back dependency @google-cloud/datastore to ^7.2.0 (#1069)
1 parent 60cf226 commit 1677c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha --timeout=600000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/datastore": "^7.3.0",
17+
"@google-cloud/datastore": "^7.2.0",
1818
"sinon": "^15.0.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)