Skip to content

Commit

Permalink
fix(examples/angular-routing): constrain typescript dependency to ver…
Browse files Browse the repository at this point in the history
…sions supported by the Angular compiler
  • Loading branch information
DanielSchaffer committed Jan 31, 2020
1 parent 384fb4a commit 46552b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/angular-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"karma-jasmine-html-reporter": "^1.3.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.4"
"typescript": ">=3.1.1 and <3.3.0"
}
}
8 changes: 4 additions & 4 deletions examples/angular-routing/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3611,10 +3611,10 @@ typescript@3.2.4:
resolved "https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==

typescript@^3.1.4:
version "3.7.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
"typescript@>=3.1.1 and <3.3.0":
version "3.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==

uglify-js@^3.1.4:
version "3.7.1"
Expand Down

0 comments on commit 46552b3

Please sign in to comment.