Skip to content

Commit

Permalink
Upgrade TS to fix ng build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paullessing committed Feb 16, 2017
1 parent 3da2cff commit 3c689f7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"author": "Paul Lessing <paul@paullessing.com>",
"license": "MIT",
"dependencies": {
"@angular/common": "^2.3.1",
"@angular/compiler": "^2.3.1",
"@angular/core": "^2.3.1",
"@angular/forms": "^2.3.1",
"@angular/http": "^2.3.1",
"@angular/platform-browser": "^2.3.1",
"@angular/platform-browser-dynamic": "^2.3.1",
"@angular/router": "^3.3.1",
"@angular/common": "^2.4.7",
"@angular/compiler": "^2.4.7",
"@angular/core": "^2.4.7",
"@angular/forms": "^2.4.7",
"@angular/http": "^2.4.7",
"@angular/platform-browser": "^2.4.7",
"@angular/platform-browser-dynamic": "^2.4.7",
"@angular/router": "^3.4.7",
"@types/cors": "^2.8.0",
"@types/jsonwebtoken": "^7.2.0",
"@types/minimist": "^1.2.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@angular/cli": "^1.0.0-beta.30",
"@angular/compiler-cli": "^2.3.1",
"@angular/compiler-cli": "^2.4.7",
"@types/body-parser": "0.0.33",
"@types/express": "^4.0.34",
"@types/form-data": "0.0.33",
Expand All @@ -81,6 +81,6 @@
"sinon-chai": "^2.8.0",
"ts-node": "1.2.1",
"tslint": "^4.3.0",
"typescript": "2.0.10"
"typescript": "2.1.5"
}
}
58 changes: 29 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,43 +66,43 @@
webpack-sources "^0.1.3"
zone.js "^0.7.2"

"@angular/common@^2.3.1":
"@angular/common@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.7.tgz#9316daf90e353e67187d2e0afec5521c2001bd4b"

"@angular/compiler-cli@^2.3.1":
"@angular/compiler-cli@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.7.tgz#15768141816903636593f430ff9a808d98a2a762"
dependencies:
"@angular/tsc-wrapped" "0.5.2"
minimist "^1.2.0"
reflect-metadata "^0.1.2"

"@angular/compiler@^2.3.1":
"@angular/compiler@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.7.tgz#008c1f0d1409c46fbba215fe8ab0d886252c7ff0"

"@angular/core@^2.3.1":
"@angular/core@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.7.tgz#8bed9a2d37e81342bd41d189df88aa3e02393cfb"

"@angular/forms@^2.3.1":
"@angular/forms@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-2.4.7.tgz#d34a36110e10f641aa1e1420b5c2df65987fd8bb"

"@angular/http@^2.3.1":
"@angular/http@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-2.4.7.tgz#b024b2b49ae0234258d42309e46f65862a42070d"

"@angular/platform-browser-dynamic@^2.3.1":
"@angular/platform-browser-dynamic@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.7.tgz#9632586f9ce596186be4c124c3ea0a4a74b27b46"

"@angular/platform-browser@^2.3.1":
"@angular/platform-browser@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.7.tgz#19f7996a70f07b34ce8d6d0e255544e62cae75f1"

"@angular/router@^3.3.1":
"@angular/router@^3.4.7":
version "3.4.7"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-3.4.7.tgz#e9583eed5a1d50cc1628b2526244555444a746b8"

Expand Down Expand Up @@ -455,14 +455,14 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

autoprefixer@^6.3.1, autoprefixer@^6.5.3:
version "6.7.2"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.2.tgz#172ab07b998ae9b957530928a59a40be54a45023"
version "6.7.3"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.3.tgz#bc2c28018e9a226f24f0ded36ce81014dccec817"
dependencies:
browserslist "^1.7.1"
caniuse-db "^1.0.30000618"
browserslist "^1.7.2"
caniuse-db "^1.0.30000623"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
postcss "^5.2.11"
postcss "^5.2.13"
postcss-value-parser "^3.2.3"

aws-sign2@~0.6.0:
Expand Down Expand Up @@ -501,8 +501,8 @@ babel-messages@^6.23.0:
babel-runtime "^6.22.0"

babel-runtime@^6.18.0, babel-runtime@^6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.22.0.tgz#1cf8b4ac67c77a4ddb0db2ae1f74de52ac4ca611"
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
Expand Down Expand Up @@ -711,11 +711,11 @@ browserify-zlib@^0.1.4:
dependencies:
pako "~0.2.0"

browserslist@^1.0.1, browserslist@^1.5.2, browserslist@^1.7.1:
version "1.7.2"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-1.7.2.tgz#cf4977283c3e692d6dcc241192e9de91504ff331"
browserslist@^1.0.1, browserslist@^1.5.2, browserslist@^1.7.2:
version "1.7.3"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-1.7.3.tgz#25ead9c917b278ad668b83f39c8025697797b2ab"
dependencies:
caniuse-db "^1.0.30000622"
caniuse-db "^1.0.30000623"
electron-to-chromium "^1.2.2"

buffer-equal-constant-time@1.0.1:
Expand Down Expand Up @@ -800,7 +800,7 @@ caniuse-api@^1.5.2:
lodash.memoize "^4.1.0"
lodash.uniq "^4.3.0"

caniuse-db@^1.0.30000346, caniuse-db@^1.0.30000618, caniuse-db@^1.0.30000622:
caniuse-db@^1.0.30000346, caniuse-db@^1.0.30000623:
version "1.0.30000623"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000623.tgz#6e9dc4385d00a8f587efbb23fcbed7916f186e5d"

Expand Down Expand Up @@ -3951,7 +3951,7 @@ postcss-zindex@^2.0.1:
postcss "^5.0.4"
uniqs "^2.0.0"

postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0.14, postcss@^5.0.16, postcss@^5.0.2, postcss@^5.0.4, postcss@^5.0.5, postcss@^5.0.6, postcss@^5.0.8, postcss@^5.2.0, postcss@^5.2.11:
postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0.14, postcss@^5.0.16, postcss@^5.0.2, postcss@^5.0.4, postcss@^5.0.5, postcss@^5.0.6, postcss@^5.0.8, postcss@^5.2.0, postcss@^5.2.13:
version "5.2.13"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.13.tgz#1be52a32cf2ef58c0d75f1aedb3beabcf257cef3"
dependencies:
Expand Down Expand Up @@ -4044,8 +4044,8 @@ qs@6.2.0:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.0.tgz#3b7848c03c2dece69a9522b0fae8c4126d745f3b"

qs@~6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442"
version "6.3.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.1.tgz#918c0b3bcd36679772baf135b1acb4c1651ed79d"

query-string@^4.1.0:
version "4.3.2"
Expand Down Expand Up @@ -4936,8 +4936,8 @@ topo@1.x.x:
hoek "2.x.x"

toposort@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.2.tgz#be1de72431320fcefe35a7b539c1c336cbcfd32c"
version "1.0.3"
resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.3.tgz#f02cd8a74bd8be2fc0e98611c3bacb95a171869c"

touch@1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -5044,9 +5044,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@2.0.10, "typescript@>=2.0.0 <2.2.0":
version "2.0.10"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.0.10.tgz#ccdd4ed86fd5550a407101a0814012e1b3fac3dd"
typescript@2.1.5, "typescript@>=2.0.0 <2.2.0":
version "2.1.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.1.5.tgz#6fe9479e00e01855247cea216e7561bafcdbcd4a"

uglify-js@2.7.x, uglify-js@^2.7.5:
version "2.7.5"
Expand Down

0 comments on commit 3c689f7

Please sign in to comment.