Skip to content

Commit

Permalink
Merge pull request #71 from YutaUra/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
YutaUra authored Aug 25, 2024
2 parents ba9a2de + 78bcaa0 commit cca7caa
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 474 deletions.
10 changes: 5 additions & 5 deletions examples/firebase-admin-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"dependencies": {
"vitest-environment-firestore-emulator": "workspace:*",
"date-fns": "2.30.0",
"firebase-admin": "11.10.1",
"firebase-admin": "11.11.1",
"firebase-tools": "13.15.4"
},
"devDependencies": {
"@shared/eslint-config": "workspace:^",
"@shared/prettier-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/node": "20.4.10",
"@types/node-fetch": "2.6.4",
"node-fetch": "2.6.12",
"@types/node": "20.16.1",
"@types/node-fetch": "2.6.11",
"node-fetch": "2.7.0",
"typescript": "4.9.5",
"vitest": "0.34.2"
"vitest": "0.34.6"
}
}
14 changes: 7 additions & 7 deletions examples/firebase-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"dependencies": {
"@firestore-emulator/jest": "workspace:*",
"date-fns": "2.30.0",
"firebase-admin": "11.10.1",
"firebase-admin": "11.11.1",
"firebase-tools": "13.15.4"
},
"devDependencies": {
"@shared/eslint-config": "workspace:^",
"@shared/prettier-config": "workspace:^",
"@shared/typescript-config": "workspace:^",
"@types/jest": "29.5.3",
"@types/node": "20.4.10",
"@types/node-fetch": "2.6.4",
"jest": "29.6.2",
"node-fetch": "2.6.12",
"ts-jest": "29.1.1",
"@types/jest": "29.5.12",
"@types/node": "20.16.1",
"@types/node-fetch": "2.6.11",
"jest": "29.7.0",
"node-fetch": "2.7.0",
"ts-jest": "29.2.4",
"typescript": "4.9.5"
}
}
Loading

0 comments on commit cca7caa

Please sign in to comment.