Skip to content

Commit

Permalink
build(deps-dev): 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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sdorra committed Sep 1, 2024
1 parent 205672e commit 8bc2da4
Show file tree
Hide file tree
Showing 17 changed files with 162 additions and 150 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^20.14.9",
"tsup": "^8.0.2",
"tsx": "^4.1.1",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"peerDependencies": {
"@content-collections/core": "0.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@content-collections/core": "workspace:*",
"@types/node": "20",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"peerDependencies": {
"@content-collections/core": "0.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@content-collections/core": "workspace:*",
"@vitest/coverage-v8": "^2.0.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"next": "^14.2.6",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"@content-collections/core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@content-collections/vite": "workspace:*",
"@types/node": "20.x",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vite": "^5.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@content-collections/vite": "workspace:*",
"@types/node": "20.x",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vite": "^5.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@content-collections/core": "workspace:*",
"@types/node": "20.x",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vite": "^5.3.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8bc2da4

Please sign in to comment.