Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.4.5 to 5.5.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent c8f433f commit c7e9bee
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion examples/next-stream-suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/simple-forum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5"
"typescript": "5.5.4"
},
"devDependencies": {
"msw": "^2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.8",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vite": "^5.2.10",
"vitest": "^1.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/daxus-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react": "^18.3.1",
"rimraf": "^5.0.8",
"react-dom": "^18.3.1",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"daxus": "workspace:*",
"next": "^14.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/daxus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.8",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vite": "^5.2.10",
"vitest": "^1.5.0"
},
Expand Down
78 changes: 39 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7e9bee

Please sign in to comment.