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

Commit

Permalink
feat(core): add support for TypeScript 3.x
Browse files Browse the repository at this point in the history
build against TypeScript 3.1.1
  • Loading branch information
urish committed Oct 9, 2018
1 parent 1c43cf9 commit bdbf749
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-jest": "^22.4.2",
"ts-node": "^4.1.0",
"tslint": "^5.8.0",
"typescript": "^2.9.2"
"typescript": "^3.1.1"
},
"engines": {
"node": ">= 8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typewiz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"dependencies": {
"ajv": "^6.4.0",
"typescript": "^2.4.2"
"typescript": ">=2.4.2 <4.0.0"
},
"engines": {
"node": ">= 8.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5545,10 +5545,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^2.4.2, typescript@^2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
integrity sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==
"typescript@>=2.4.2 <4.0.0", typescript@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.1.tgz#3362ba9dd1e482ebb2355b02dfe8bcd19a2c7c96"
integrity sha512-Veu0w4dTc/9wlWNf2jeRInNodKlcdLgemvPsrNpfu5Pq39sgfFjvIIgTsvUHCoLBnMhPoUA+tFxsXjU6VexVRQ==

uglify-js@^2.6:
version "2.8.29"
Expand Down

0 comments on commit bdbf749

Please sign in to comment.