Skip to content

Commit

Permalink
Upgrade broccoli-typescript-compiler
Browse files Browse the repository at this point in the history
Now will use our specified TypeScript
  • Loading branch information
wagenet committed Feb 2, 2022
1 parent 5510738 commit edb2e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"broccoli-concat": "^4.2.4",
"broccoli-funnel": "^3.0.3",
"broccoli-merge-trees": "^4.2.0",
"broccoli-typescript-compiler": "^7.0.0",
"broccoli-typescript-compiler": "^8.0.0",
"ember-cli": "~3.22.0",
"ember-cli-inject-live-reload": "^2.0.2",
"ensure-posix-path": "^1.1.1",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1460,18 +1460,17 @@ broccoli-stew@^3.0.0:
symlink-or-copy "^1.2.0"
walk-sync "^1.1.3"

broccoli-typescript-compiler@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/broccoli-typescript-compiler/-/broccoli-typescript-compiler-7.0.0.tgz#a7792ceb8db2ddb3d57e91e429750b4ce9568626"
integrity sha512-9BSZc9tVdm3SEbR7uyMQ6XqYMQWkdCvp2dPlZYnENEqbUToCIVOJuOZ24nrenR6N4eTZPnY3R99DkgyoxmRp5A==
broccoli-typescript-compiler@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/broccoli-typescript-compiler/-/broccoli-typescript-compiler-8.0.0.tgz#bc92c41ae9ed19b0f25431026f49a6b6ce23a4e6"
integrity sha512-I6hs7tGYte/mU3OubPtcgqUgHSjqU5KzcsrKnXFqfSrpoaFkjHhhVZE5V2CdvfKOY1k6zJlldKL01fa+sjCG7A==
dependencies:
broccoli-funnel "^3.0.3"
broccoli-merge-trees "^4.2.0"
broccoli-plugin "^4.0.1"
fs-tree-diff "^2.0.1"
heimdalljs "0.3.3"
md5-hex "^3.0.1"
typescript "~4.0.3"
walk-sync "^2.1.0"

broccoli@^3.4.2:
Expand Down Expand Up @@ -7451,11 +7450,6 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@~4.0.3:
version "4.0.8"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.8.tgz#5739105541db80a971fdbd0d56511d1a6f17d37f"
integrity sha512-oz1765PN+imfz1MlZzSZPtC/tqcwsCyIYA8L47EkRnRW97ztRk83SzMiWLrnChC0vqoYxSU1fcFUDA5gV/ZiPg==

typescript@~4.5.5:
version "4.5.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
Expand Down

0 comments on commit edb2e84

Please sign in to comment.