Skip to content

Commit

Permalink
fix(deps): @google/cloud-datastore dependency version range
Browse files Browse the repository at this point in the history
  • Loading branch information
mdornseif committed Jan 15, 2024
1 parent 763cdaa commit c251705
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
}
},
"dependencies": {
"@google-cloud/datastore": "^8.0.0",
"@google-cloud/datastore": ">=8.0.0",
"assertate-debug": "^2.4.2",
"prom-client": "^14.0.1"
"prom-client": ">=14.0.0"
},
"description": "Simplified, more consitent API for Google Cloud Datastore",
"devDependencies": {
Expand Down Expand Up @@ -101,7 +101,7 @@
"extends": "@istanbuljs/nyc-config-typescript"
},
"peerDependencies": {
"debug": "^4.3.3"
"debug": ">=4.0.0"
},
"prettier": {
"printWidth": 110,
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1996,9 +1996,9 @@ __metadata:
languageName: node
linkType: hard

"@google-cloud/datastore@npm:^8.0.0":
version: 8.2.2
resolution: "@google-cloud/datastore@npm:8.2.2"
"@google-cloud/datastore@npm:>=8.0.0":
version: 8.4.0
resolution: "@google-cloud/datastore@npm:8.4.0"
dependencies:
"@google-cloud/promisify": ^4.0.0
arrify: ^2.0.1
Expand All @@ -2008,7 +2008,7 @@ __metadata:
is: ^3.3.0
split-array-stream: ^2.0.0
stream-events: ^1.0.5
checksum: 8b56efedc8704a088301e22af1082d78937b01cc3f2b074a55c3684c73a308bfbbe97ce93b8e8e38f02bce8b012ec3076a44e44c0d1b28875b0314450afc3608
checksum: 307095068f5fff6e94d2de1f6cba9e41f3d8c34b904f057048ee49c7b432f9a1ad1f03f83603560db2c88f481d86c25970a529a369edc1978c8870a1d32771c1
languageName: node
linkType: hard

Expand Down Expand Up @@ -2480,6 +2480,13 @@ __metadata:
languageName: node
linkType: hard

"@opentelemetry/api@npm:^1.4.0":
version: 1.7.0
resolution: "@opentelemetry/api@npm:1.7.0"
checksum: 2398cbe65f199c3a7050125b3ad9c835f789bb0a616665e9c7f4475a29ac8334b6a3c15f38db48d345b522180c41c00b04cc174cd0eeffba98eb4874a565fa7e
languageName: node
linkType: hard

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down Expand Up @@ -5288,7 +5295,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datastore-api@workspace:."
dependencies:
"@google-cloud/datastore": ^8.0.0
"@google-cloud/datastore": ">=8.0.0"
"@google-cloud/promisify": ^3.0.1
"@istanbuljs/nyc-config-typescript": ^1.0.1
"@size-limit/preset-small-lib": ^8.2.6
Expand Down Expand Up @@ -5321,7 +5328,7 @@ __metadata:
nyc: ^15.1.0
open-cli: 7.2.0
prettier: ^2.1.1
prom-client: ^14.0.1
prom-client: ">=14.0.0"
size-limit: ^8.2.6
sort-package-json: ^2.5.0
standard-version: ^9.0.0
Expand All @@ -5332,7 +5339,7 @@ __metadata:
typescript: ^4.0.2
vitest: ^0.32.2
peerDependencies:
debug: ^4.3.3
debug: ">=4.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11075,12 +11082,13 @@ __metadata:
languageName: node
linkType: hard

"prom-client@npm:^14.0.1":
version: 14.2.0
resolution: "prom-client@npm:14.2.0"
"prom-client@npm:>=14.0.0":
version: 15.1.0
resolution: "prom-client@npm:15.1.0"
dependencies:
"@opentelemetry/api": ^1.4.0
tdigest: ^0.1.1
checksum: d4c04e57616c72643dd02862d0d4bde09cf8869a19d0aef5e7b785e6e27d02439b66cdc165e3492f62d579fa91579183820870cc757a09b99399d2d02f46b9f1
checksum: 85bb134dfd0aab4606a27bce2d478d82650053da4340390210ed8280c14af24fc703a28fbc401b5edb4b756686a3df229f243ce5c7166c53925236fb763e4a51
languageName: node
linkType: hard

Expand Down

0 comments on commit c251705

Please sign in to comment.