Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jan 7, 2017
1 parent ddf412d commit 47580c8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-uploader",
"description": "Angular File Uploader",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
Expand All @@ -26,22 +26,22 @@
"uploader"
],
"devDependencies": {
"@angular/common": "^2.4.1",
"@angular/compiler": "^2.4.1",
"@angular/compiler-cli": "^2.4.1",
"@angular/core": "^2.4.1",
"@angular/platform-browser": "^2.4.1",
"@angular/platform-browser-dynamic": "^2.4.1",
"@angular/platform-server": "^2.4.1",
"@angular/common": "^2.4.2",
"@angular/compiler": "^2.4.2",
"@angular/compiler-cli": "^2.4.2",
"@angular/core": "^2.4.2",
"@angular/platform-browser": "^2.4.2",
"@angular/platform-browser-dynamic": "^2.4.2",
"@angular/platform-server": "^2.4.2",
"@types/core-js": "^0.9.35",
"@types/node": "^6.0.52",
"@types/node": "^6.0.58",
"gulp": "^3.9.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-typedoc": "^2.0.1",
"reflect-metadata": "^0.1.9",
"rxjs": "5.0.1",
"typedoc": "^0.5.1",
"typescript": "2.0.10",
"rxjs": "5.0.3",
"typedoc": "^0.5.3",
"typescript": "2.1.4",
"zone.js": "^0.7.4"
}
}
98 changes: 49 additions & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
# yarn lockfile v1


"@angular/common@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.1.tgz#a70167430574959c3423ac96ebdec98032d3500d"
"@angular/common@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.2.tgz#7a32c76808cbd0e80ffcd6e1fd68f58fc8d0ff61"

"@angular/compiler-cli@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.1.tgz#9291504197a199fee2f48353d67431a1a9e40833"
"@angular/compiler-cli@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.2.tgz#88ab967cb75df7442f03b3a0c9f9bd1dfe0997e1"
dependencies:
"@angular/tsc-wrapped" "0.5.0"
"@angular/tsc-wrapped" "0.5.1"
minimist "^1.2.0"
reflect-metadata "^0.1.2"

"@angular/compiler@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.1.tgz#62b4fbfc53c934bd5def78db594cbf245b3f446a"
"@angular/compiler@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.2.tgz#0b1f63059330a922cd3b86444a705ca8199d69c2"

"@angular/core@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.1.tgz#3a6d2dc7fd86fdebe4febae7eb28abad7d04c76a"
"@angular/core@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.2.tgz#774fb675733437be5eab635ab13235c76ec961ba"

"@angular/platform-browser-dynamic@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.1.tgz#5fb72038f76c1e3646cea95f5b4722d67a4419dd"
"@angular/platform-browser-dynamic@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.2.tgz#fe1fd5e41c2cab789039faaa9899389357100be1"

"@angular/platform-browser@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.1.tgz#4eaa829b450be34f0029796b6c3b99e27d3d5740"
"@angular/platform-browser@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.2.tgz#06d0382a050d3abe115a6538eaa40e6fa5e80a6a"

"@angular/platform-server@^2.4.1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-2.4.1.tgz#9e5e427b8226d1a073949effea00a4df352682de"
"@angular/platform-server@^2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-2.4.2.tgz#fd3053494604d62b25e809538a13b03cb195e437"
dependencies:
parse5 "^2.2.1"

"@angular/[email protected].0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.5.0.tgz#e50f81af02c6817dcaba22032e49ba8060d628b4"
"@angular/[email protected].1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.5.1.tgz#7a69bec999eef41903dddaaccdc862cfcface52c"
dependencies:
tsickle "^0.2"

Expand All @@ -61,8 +61,8 @@
resolved "https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-9.1.9.tgz#ed6336955eaf233b75eb7923b9b1f373d045ef01"

"@types/lodash@^4.14.37":
version "4.14.44"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.44.tgz#04585ff0b80d5e434a5f86f15e7964be4f775cba"
version "4.14.47"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.47.tgz#4f780d1de593baae2171998b24b4282c5a1f8698"

"@types/[email protected]":
version "0.0.28"
Expand All @@ -72,9 +72,9 @@
version "2.0.29"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-2.0.29.tgz#5002e14f75e2d71e564281df0431c8c1b4a2a36a"

"@types/node@*", "@types/node@^6.0.52":
version "6.0.52"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.52.tgz#1ac3a99b42320f9e463482f25af4c2359473aaa6"
"@types/node@*", "@types/node@^6.0.58":
version "6.0.58"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.58.tgz#7b3b7065f3cdf24e2349d35b68d2795cfa874553"

"@types/shelljs@^0.3.32":
version "0.3.33"
Expand Down Expand Up @@ -1177,8 +1177,8 @@ lodash.templatesettings@^4.0.0:
lodash._reinterpolate "~3.0.0"

lodash@^4.0.0, lodash@^4.13.1, lodash@^4.2.1:
version "4.17.3"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.3.tgz#557ed7d2a9438cac5fd5a43043ca60cb455e01f7"
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

lodash@~1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -1267,14 +1267,18 @@ minimatch@~0.2.11:
lru-cache "2"
sigmund "~1.0.0"

[email protected], minimist@~0.0.1:
[email protected]:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"

minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"

minimist@~0.0.1:
version "0.0.10"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

mkdirp@^0.5.0, mkdirp@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
Expand Down Expand Up @@ -1582,9 +1586,9 @@ rimraf@^2.2.8:
dependencies:
glob "^7.0.5"

[email protected].1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.0.1.tgz#3a69bdf9f0ca0a986303370d4708f72bdfac8356"
[email protected].3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.0.3.tgz#fc8bdf464ebf938812748e4196788f392fef9754"
dependencies:
symbol-observable "^1.0.1"

Expand Down Expand Up @@ -1617,8 +1621,8 @@ signal-exit@^3.0.0:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

source-map-support@^0.4.2:
version "0.4.7"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.7.tgz#7a7988e0e66241c778c78dd179199bb6bcd35bd6"
version "0.4.8"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.8.tgz#4871918d8a3af07289182e974e32844327b2e98b"
dependencies:
source-map "^0.5.3"

Expand Down Expand Up @@ -1651,10 +1655,10 @@ spdx-license-ids@^1.0.2:
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57"

split2@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/split2/-/split2-2.1.0.tgz#7382c148cb622c4b28af7c727f9673730b73f474"
version "2.1.1"
resolved "https://registry.yarnpkg.com/split2/-/split2-2.1.1.tgz#7a1f551e176a90ecd3345f7246a0cfe175ef4fd0"
dependencies:
through2 "~2.0.0"
through2 "^2.0.2"

[email protected]:
version "0.3.3"
Expand Down Expand Up @@ -1716,8 +1720,8 @@ symbol-observable@^1.0.1:
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"

text-extensions@^1.0.0:
version "1.3.3"
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.3.3.tgz#fef0c8ce07f5bb3b8297bcf075304531754124bf"
version "1.4.0"
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.4.0.tgz#c385d2e80879fe6ef97893e1709d88d9453726e9"

through2@^0.6.1:
version "0.6.5"
Expand All @@ -1726,7 +1730,7 @@ through2@^0.6.1:
readable-stream ">=1.0.33-1 <1.1.0-0"
xtend ">=4.0.0 <4.1.0-0"

through2@^2.0.0, through2@~2.0.0:
through2@^2.0.0, through2@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
dependencies:
Expand Down Expand Up @@ -1772,7 +1776,7 @@ typedoc-default-themes@^0.4.0:
version "0.4.1"
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.4.1.tgz#98ebcf2202aac7711a06a9a8638f05ebd28b0e26"

typedoc@^0.5.1:
typedoc@^0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.5.3.tgz#83d9d42017f41c0406deb2e25fc5c7ba6d7672c0"
dependencies:
Expand All @@ -1794,10 +1798,6 @@ typedoc@^0.5.1:
typedoc-default-themes "^0.4.0"
typescript "2.1.4"

[email protected]:
version "2.0.10"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.0.10.tgz#ccdd4ed86fd5550a407101a0814012e1b3fac3dd"

[email protected]:
version "2.1.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.1.4.tgz#b53b69fb841126acb1dd4b397d21daba87572251"
Expand Down

0 comments on commit 47580c8

Please sign in to comment.