Skip to content

Commit

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

---
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 Apr 19, 2024
1 parent e6d0e1c commit 8b3f331
Show file tree
Hide file tree
Showing 18 changed files with 194 additions and 157 deletions.
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "18",
"tsx": "^4.1.1",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"vite": "^5.2.6",
"vitest": "^1.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^8.57.0",
"eslint-plugin-qwik": "^1.5.2",
"prettier": "^3.2.4",
"typescript": "5.3.3",
"typescript": "5.4.5",
"undici": "^6.13.0",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion integrations/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.1.6",
"typescript": "^5.4.5",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.6.9",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript": "^5.4.5",
"vite": "^5.2.6"
}
}
2 changes: 1 addition & 1 deletion integrations/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
}
}
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.9.0",
"tsup": "^7.2.0",
"tsx": "^4.1.1",
"typescript": "^5.3.2"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@content-collections/core": "0.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@vitest/coverage-v8": "^1.5.0",
"tsup": "^7.2.0",
"tsx": "^4.1.1",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"dependencies": {
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": "^7.2.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"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": "^1.5.0",
"tsup": "^7.2.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
}
}
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": "^7.2.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
}
}
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.2",
"tsup": "^7.2.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"webpack": "^5.89.0",
"@content-collections/core": "workspace:*"
}
Expand Down
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": "^7.2.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
},
"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": "^7.2.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
},
"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": "^7.2.0",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8b3f331

Please sign in to comment.