Skip to content

Commit

Permalink
Bump the minor-upgrades group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-upgrades group with 2 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript) and hot-hook.


Updates `typescript` from 5.6.3 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.3)

Updates `hot-hook` from 0.3.1 to 0.4.0

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-upgrades
- dependency-name: hot-hook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-upgrades
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 4c24d96 commit af66ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"set-cookie-parser": "^2.7.1",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.11"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reference-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^8.57.0",
"hot-hook": "^0.3.1",
"hot-hook": "^0.4.0",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"typescript": "5.7.3",
"vite": "^5.4.11"
},
"dependencies": {
Expand Down

0 comments on commit af66ac0

Please sign in to comment.