Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
chore(package): pin typescript version to MAJOR.MINOR
Browse files Browse the repository at this point in the history
Minor ts versions can introduce new features that are not consumeable by earlier versions.
Increasing the minor version can therefore break compatbility with consumers that use older ts
versions. See Microsoft/typescript
  • Loading branch information
eps1lon committed Jun 16, 2018
1 parent 5caefa6 commit b2682a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.5.0",
"tslint-eslint-rules": "^5.0.0",
"typescript": "^2.9.0",
"typescript": "~2.9.2",
"webpack": "^4.10.1",
"webpack-cli": "^3.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4510,9 +4510,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^2.9.0:
version "2.9.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"
typescript@~2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

uglify-es@^3.3.4:
version "3.3.9"
Expand Down

0 comments on commit b2682a9

Please sign in to comment.