Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
build: require ts2.4 only on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jul 6, 2017
1 parent aaa49da commit 5c57058
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
12 changes: 4 additions & 8 deletions integration/webpack/aio-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1978,13 +1978,13 @@ ngo-loader@alxhub/ngo:
dependencies:
typescript "2.1"

"ngo@file:..\\..\\..":
version "0.0.9"
"ngo@file:../../..":
version "0.0.10"
dependencies:
loader-utils "^1.1.0"
magic-string "^0.19.1"
source-map "^0.5.6"
typescript "^2.4.0-dev.20170608"
typescript "^2.3.3"

node-dir@^0.1.10:
version "0.1.17"
Expand Down Expand Up @@ -3002,11 +3002,7 @@ typescript@2.1:
version "2.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.1.6.tgz#40c7e6e9e5da7961b7718b55505f9cac9487a607"

typescript@^2.4.0-dev.20170608:
version "2.4.0"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd"

typescript@~2.3.3:
typescript@^2.3.3, typescript@~2.3.3:
version "2.3.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.4.tgz#3d38321828231e434f287514959c37a82b629f42"

Expand Down
12 changes: 4 additions & 8 deletions integration/webpack/simple-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1945,13 +1945,13 @@ ngo-loader@alxhub/ngo:
dependencies:
typescript "2.1"

"ngo@file:..\\..\\..":
version "0.0.9"
"ngo@file:../../..":
version "0.0.10"
dependencies:
loader-utils "^1.1.0"
magic-string "^0.19.1"
source-map "^0.5.6"
typescript "^2.4.0-dev.20170608"
typescript "^2.3.3"

node-dir@^0.1.10:
version "0.1.17"
Expand Down Expand Up @@ -2969,11 +2969,7 @@ typescript@2.1:
version "2.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.1.6.tgz#40c7e6e9e5da7961b7718b55505f9cac9487a607"

typescript@^2.4.0-dev.20170608:
version "2.4.0"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd"

typescript@~2.3.3:
typescript@^2.3.3, typescript@~2.3.3:
version "2.3.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.4.tgz#3d38321828231e434f287514959c37a82b629f42"

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"loader-utils": "^1.1.0",
"magic-string": "^0.19.1",
"source-map": "^0.5.6",
"typescript": "^2.4.0-dev.20170608"
"typescript": "^2.3.3"
},
"devDependencies": {
"@types/common-tags": "^1.2.5",
Expand All @@ -39,6 +39,7 @@
"jasmine-spec-reporter": "^4.1.0",
"rimraf": "^2.6.1",
"ts-node": "^2.1.2",
"tslint": "^5.4.3"
"tslint": "^5.4.3",
"typescript": "~2.4.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ tsutils@^2.3.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.4.0.tgz#ad4ce6dba0e5a3edbddf8626b7ca040782189fea"

typescript@^2.4.0-dev.20170608:
typescript@^2.3.3:
version "2.4.0"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.0.tgz#aef5a8d404beba36ad339abf079ddddfffba86dd"

Expand Down

0 comments on commit 5c57058

Please sign in to comment.