Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.4.5 to 5.5.2
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.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.4.5...v5.5.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] committed Jul 1, 2024
1 parent 56c501c commit c2d1146
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"type-detect": "^4.0.8",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"wsrun": "^5.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/ckan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rimraf": "^5.0.7",
"trifid-core": "^4.0.6",
"trifid-handler-fetch": "^3.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"xml2js": "^0.6.2",
"xml2js-xpath": "^0.13.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"mocha": "^10.5.2",
"nodemon": "^3.1.4",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/handler-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"mocha": "^10.5.2",
"rimraf": "^5.0.7",
"trifid-core": "^4.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}

0 comments on commit c2d1146

Please sign in to comment.