Skip to content

Commit

Permalink
chore(deps): update node-based dev tools (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 8ad2e86 commit 852611e
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 391 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
"@valian/eslint-config": "1.3.12",
"eslint": "9.15.0",
"firebase-functions-test": "3.3.0",
"firebase-tools": "13.25.0",
"firebase-tools": "13.27.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-mock-extended": "3.0.7",
"lerna": "8.1.9",
"markdownlint-cli2": "0.15.0",
"prettier": "3.4.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"rollup-plugin-dts": "6.1.1",
"ts-essentials": "10.0.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"engines": {
"node": ">= 18.0.0"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}
2 changes: 1 addition & 1 deletion packages/zod-firebase-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"firebase-admin": "13.0.0",
"firebase-functions-test": "3.3.0",
"jest-mock-extended": "3.0.7",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"firebase-admin": "^11.0.0 || ^12.0.0 || ^13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"firebase": "11.0.2",
"firebase-functions-test": "3.3.0",
"jest-mock-extended": "3.0.7",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@firebase/firestore": "^4.7.0"
Expand Down
Loading

0 comments on commit 852611e

Please sign in to comment.