Skip to content

Commit

Permalink
fix(deps): update dependency ember-cli-typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 8, 2022
1 parent 5794b21 commit 29131e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-typescript": "^4.2.1",
"ember-cli-typescript": "^5.0.0",
"ember-decorators": "^6.1.1",
"ember-truth-helpers": "^3.0.0"
},
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8920,6 +8920,22 @@ ember-cli-typescript@^4.1.0, ember-cli-typescript@^4.2.1:
stagehand "^1.0.0"
walk-sync "^2.2.0"

ember-cli-typescript@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-5.0.0.tgz#52f53843082d0a0128f318809dadabf83a76bbff"
integrity sha512-UDKZlG7bInRo7eDsF3jvPz1Dxh1YvRhMw9wyj5rj2K3brw0xEh1IMTqPgWRbPESqjcWuwa8s0FCNuYWDc4PTfg==
dependencies:
ansi-to-html "^0.6.15"
broccoli-stew "^3.0.0"
debug "^4.0.0"
execa "^4.0.0"
fs-extra "^9.0.1"
resolve "^1.5.0"
rsvp "^4.8.1"
semver "^7.3.2"
stagehand "^1.0.0"
walk-sync "^2.2.0"

ember-cli-valid-component-name@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ember-cli-valid-component-name/-/ember-cli-valid-component-name-1.0.0.tgz#71550ce387e0233065f30b30b1510aa2dfbe87ef"
Expand Down

0 comments on commit 29131e8

Please sign in to comment.