Skip to content

Commit

Permalink
deps: bump ts-loader to support TS 4.7+
Browse files Browse the repository at this point in the history
- due to a breaking change in TS 4.7 (TS does not follow SemVer), `ts-loader` needed an update: https://github.com/TypeStrong/ts-loader/blob/v9.4.4/CHANGELOG.md#v840

- `ts-loader` [v8](https://github.com/TypeStrong/ts-loader/blob/v9.4.4/CHANGELOG.md#v800)'s only breaking change was to no longer support TS <3.6

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
Anton Gilgur committed Aug 25, 2023
1 parent a4f03bd commit 478d103
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 103 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source-map-loader": "^1.1.3",
"style-loader": "^1.3.0",
"ts-jest": "^26.4.4",
"ts-loader": "^7.0.4",
"ts-loader": "^8.4.0",
"ts-node": "^9.1.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
Expand Down
Loading

0 comments on commit 478d103

Please sign in to comment.