Skip to content

Commit

Permalink
chore: updated typescript compiler dependency in studio
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Feb 20, 2025
1 parent ccfe371 commit e1a65d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"ng-annotate-webpack-plugin": "^0.3.0",
"ngtemplate-loader": "^1.3.1",
"style-loader": "0.13.0",
"typescript": "^2.5.3",
"typescript": "^2.9.2",
"url-loader": "^0.5.7",
"webpack": "2.7.0",
"webpack-dev-server": "2.11.5"
Expand Down
2 changes: 1 addition & 1 deletion studio/src/app/core/pipes/translation.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as data from "../../translations/hint.json";
import data = require("../../translations/hint.json");
import { Pipe } from "@angular/core";

@Pipe({
Expand Down
7 changes: 4 additions & 3 deletions studio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5934,9 +5934,10 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"

typescript@^2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.3.tgz#df3dcdc38f3beb800d4bc322646b04a3f6ca7f0d"
typescript@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
integrity sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==

uglify-js@3.0.x:
version "3.0.27"
Expand Down

0 comments on commit e1a65d1

Please sign in to comment.