Skip to content

Commit

Permalink
fix: bump firebase package peer deps (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj authored Oct 22, 2024
1 parent 67e8457 commit 5942e07
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 272 deletions.
4 changes: 2 additions & 2 deletions js/plugins/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"peerDependencies": {
"@google-cloud/firestore": "^7.6.0",
"firebase-admin": "^12.2.0",
"firebase-functions": "^4.8.0 || ^5.0.0",
"firebase-admin": ">=12.2",
"firebase-functions": ">=4.8",
"genkit": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion js/plugins/vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"genkit": "workspace:*"
},
"optionalDependencies": {
"firebase-admin": "^12.1.0",
"firebase-admin": ">=12.2",
"@google-cloud/bigquery": "^7.8.0"
},
"devDependencies": {
Expand Down
286 changes: 23 additions & 263 deletions js/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/testapps/cat-eval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@genkit-ai/vertexai": "workspace:*",
"@google-cloud/firestore": "^7.9.0",
"@opentelemetry/sdk-trace-base": "^1.22.0",
"firebase-admin": "^12.3.0",
"firebase-admin": ">=12.2",
"genkitx-pinecone": "workspace:*",
"llm-chunk": "^0.0.1",
"pdf-parse": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion js/testapps/dev-ui-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@genkit-ai/firebase": "workspace:*",
"@genkit-ai/googleai": "workspace:*",
"@genkit-ai/vertexai": "workspace:*",
"firebase-admin": "^12.1.0",
"firebase-admin": ">=12.2",
"genkit": "workspace:*",
"genkitx-chromadb": "workspace:*",
"genkitx-ollama": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions js/testapps/firebase-functions-sample1/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"genkit": "*",
"@genkit-ai/firebase": "*",
"@genkit-ai/vertexai": "*",
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.8.0 || ^5.0.0"
"firebase-admin": ">=12.2",
"firebase-functions": ">=4.8"
},
"devDependencies": {
"firebase-functions-test": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion js/testapps/flow-simple-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@genkit-ai/vertexai": "workspace:*",
"@google/generative-ai": "^0.15.0",
"@opentelemetry/sdk-trace-base": "^1.25.0",
"firebase-admin": "^12.1.0",
"firebase-admin": ">=12.2",
"partial-json": "^0.1.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion js/testapps/vertexai-vector-search-firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@genkit-ai/vertexai": "workspace:*",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"firebase-admin": "^12.1.0",
"firebase-admin": ">=12.2",
"genkitx-chromadb": "workspace:*",
"genkitx-langchain": "workspace:*",
"genkitx-pinecone": "workspace:*",
Expand Down

0 comments on commit 5942e07

Please sign in to comment.