Skip to content

Commit

Permalink
Merge pull request #123 from YutaUra/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
renovate[bot] authored Dec 2, 2024
2 parents 1a569df + 1f94894 commit 1d974f9
Show file tree
Hide file tree
Showing 8 changed files with 211 additions and 203 deletions.
9 changes: 9 additions & 0 deletions .changeset/main__renovateall-minor-patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@firestore-emulator/jest": patch
"@firestore-emulator/proto": patch
"@firestore-emulator/server": patch
"vitest-environment-firestore-emulator": patch
"@shared/typescript-config": patch
---

chore(deps): update all non-major dependencies
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@turbo/gen": "2.3.1",
"@turbo/gen": "2.3.3",
"firebase-tools": "13.27.0",
"turbo": "2.3.1"
"turbo": "2.3.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"name": "firestore-emulator"
}
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"@quramy/jest-prisma": "1.8.1",
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "20.17.6",
"@types/node": "20.17.9",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@jest/environment": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"devDependencies": {
"@google-cloud/firestore": "7.10.0",
"@types/google-protobuf": "3.15.12",
"@types/node": "20.17.6",
"@types/node": "20.17.9",
"grpc-tools": "1.12.4",
"protoc-gen-ts": "0.8.7",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/google-protobuf": "3.15.12",
"@types/node": "20.17.6",
"@types/node": "20.17.9",
"grpc-tools": "1.12.4",
"protoc-gen-ts": "0.8.7",
"tsup": "8.3.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
8 changes: 4 additions & 4 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"devDependencies": {
"@shared/biome-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "20.17.6",
"@types/node": "20.17.9",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vitest": "2.1.5"
"typescript": "5.7.2",
"vitest": "2.1.6"
},
"peerDependencies": {
"vitest": "2.1.5"
"vitest": "2.1.6"
}
}
Loading

0 comments on commit 1d974f9

Please sign in to comment.