Skip to content

Commit

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

---
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 Oct 2, 2024
1 parent a0a2e54 commit 1948dfd
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 243 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"ts-node": "^10.9.2",
"ts2mjs": "^3.0.0",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"jsonc-eslint-parser": "^2.4.0",
"mocha": "^10.7.3",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.5.4",
"typescript": "~5.6.2",
"typescript-eslint": "^8.8.0",
"yaml-eslint-parser": "^1.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"lorem-ipsum": "^2.0.8",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
},
"dependencies": {
"@cspell/cspell-service-bus": "workspace:*",
Expand Down
Loading

0 comments on commit 1948dfd

Please sign in to comment.