Skip to content

Commit

Permalink
npm dev(deps-dev): update ts-loader requirement from ^9.4.2 to ^9.5.1
Browse files Browse the repository at this point in the history
Updates the requirements on [ts-loader](https://github.com/TypeStrong/ts-loader) to permit the latest version.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.4.2...v9.5.1)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent e4ea81e commit 3e14295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/html/tinymce5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"css-loader": "^7.1.0",
"html-loader": "^5.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.3.1",
"ts-loader": "^9.5.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lite-server": "^2.5.4",
"ts-loader": "^9.4.2",
"ts-loader": "^9.5.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.0.4"
Expand Down

0 comments on commit 3e14295

Please sign in to comment.