build(aio): upgrade to dgeni-packages@0.18.0

This contains a fix for the typescript module reader.
Previously, TS modules that were of the form:

```
a/b/index.ts
```

Would be given the name `index` and id of `a/b/index`.
This is not desirable, so the new version of dgeni-packages/typescript
removes this `index` from the id and name, which results in name of
`b` and id of `a/b`.
This commit is contained in:
Peter Bacon Darwin 2017-04-30 15:07:04 +01:00 committed by Matias Niemelä
parent 58817f55e1
commit cade722e48
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@
"concurrently": "^3.4.0",
"cross-spawn": "^5.1.0",
"dgeni": "^0.4.7",
"dgeni-packages": "^0.17.2",
"dgeni-packages": "^0.18.0",
"entities": "^1.1.1",
"eslint": "^3.19.0",
"eslint-plugin-jasmine": "^2.2.0",

View File

@ -1802,9 +1802,9 @@ devtools-timeline-model@1.1.6:
chrome-devtools-frontend "1.0.401423"
resolve "1.1.7"
dgeni-packages@^0.17.2:
version "0.17.2"
resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.17.2.tgz#45040d703a9f0497d18d3af1d92964bc042fe6b5"
dgeni-packages@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.18.0.tgz#2174407e67c8ba9f1ffbe1274c91f9d75516abde"
dependencies:
canonical-path "0.0.2"
catharsis "^0.8.1"