Skip to content

Commit

Permalink
Peer dependency tweaks. Make less strict to allow clients to use lib …
Browse files Browse the repository at this point in the history
…versions they want, within the constraints of our library.
  • Loading branch information
mbyrne00 committed Dec 11, 2023
1 parent ee2e488 commit d554715
Show file tree
Hide file tree
Showing 7 changed files with 303 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .changeset/orange-socks-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@mondokit/gcp-firestore": patch
"@mondokit/gcp-bigquery": patch
"@mondokit/gcp-storage": patch
"@mondokit/gcp-tasks": patch
"@mondokit/gcp-core": patch
---

Peer dependency tweaks. Make less strict to allow clients to use lib versions they want, within the constraints of our library.
297 changes: 288 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gcp-bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://github.com/mondo-mob/mondokit",
"peerDependencies": {
"@google-cloud/bigquery": ">=7.3.0",
"@google-cloud/bigquery": ">=6.0.0",
"@mondokit/gcp-core": "^1.0.0-alpha.1",
"@mondokit/gcp-storage": "^1.0.0-alpha.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/gcp-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.8",
"vitest": "^0.33.0",
"zod": "3.21.4"
}
}
3 changes: 1 addition & 2 deletions packages/gcp-firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"devDependencies": {
"@google-cloud/firestore": "6.6.1",
"@mondokit/gcp-core": "1.0.0-alpha.2",
"@types/lodash-es": "^4.17.8",
"vitest": "^0.33.0"
"@types/lodash-es": "^4.17.8"
}
}
2 changes: 1 addition & 1 deletion packages/gcp-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/mondo-mob/mondokit",
"peerDependencies": {
"@mondokit/gcp-core": "^1.0.0-alpha.1",
"@google-cloud/storage": "^6.0.0",
"@google-cloud/storage": ">= 6.0.0",
"express": ">= 4.17.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit d554715

Please sign in to comment.