Skip to content

Commit

Permalink
update firestore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Oct 24, 2024
1 parent 55c9be3 commit 4a25272
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 520 deletions.
7 changes: 5 additions & 2 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"test:deno": "echo \"Error: no tests found\"",
"prebuild": "rimraf dist",
"build": "deno2node tsconfig.cjs.json && deno2node tsconfig.esm.json && pnpm postbuild",
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && pnpm postbuild",
"postbuild": "tsx ../../tools/postBuildFixup.ts --path=dist"
},
"repository": {
Expand All @@ -35,7 +35,10 @@
},
"homepage": "https://github.com/grammyjs/storages/tree/main/packages/firestore#readme",
"devDependencies": {
"@google-cloud/firestore": "^6.6.0"
"@google-cloud/firestore": "^7.10.0"
},
"peerDependencies": {
"@google-cloud/firestore": "^7.10.0"
},
"keywords": [
"grammy",
Expand Down
Loading

0 comments on commit 4a25272

Please sign in to comment.