Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 5a2ece1 commit 327e5bd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 26 deletions.
2 changes: 1 addition & 1 deletion examples/fdc3-chart-and-grid/js-datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"karma-coverage": "2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"karma-coverage": "2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
30 changes: 9 additions & 21 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 src/fdc3/js/composeui-fdc3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion src/messaging/js/composeui-messaging-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rollup-plugin-dts": "^5.2.0",
"ts-jest": "^29.0.5",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
"typescript": "^5.3.3"
},
"dependencies": {
"@types/node": "^18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion src/shell/js/composeui-node-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"typescript": "^5.3.3"
}
}

0 comments on commit 327e5bd

Please sign in to comment.