Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Oct 3, 2017
1 parent d74b3bb commit d99dff2
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 50 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"homepage": "https://github.com/Sibiraj-S/ngx-editor",
"dependencies": {
"@angular/animations": "^4.4.3",
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.4.3",
"@angular/core": "^4.4.3",
"@angular/forms": "^4.4.3",
"@angular/http": "^4.4.3",
"@angular/platform-browser": "^4.4.3",
"@angular/platform-browser-dynamic": "^4.4.3",
"@angular/router": "^4.4.3",
"@angular/animations": "^4.4.4",
"@angular/common": "^4.4.4",
"@angular/compiler": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/forms": "^4.4.4",
"@angular/http": "^4.4.4",
"@angular/platform-browser": "^4.4.4",
"@angular/platform-browser-dynamic": "^4.4.4",
"@angular/router": "^4.4.4",
"bootstrap": "4.0.0-beta",
"core-js": "^2.5.1",
"font-awesome": "^4.7.0",
Expand All @@ -48,8 +48,8 @@
},
"devDependencies": {
"@angular/cli": "1.4.4",
"@angular/compiler-cli": "^4.4.3",
"@angular/language-service": "^4.4.3",
"@angular/compiler-cli": "^4.4.4",
"@angular/language-service": "^4.4.4",
"@types/jasmine": "~2.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.0.31",
Expand All @@ -65,7 +65,7 @@
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^1.2.0",
"ng-packagr": "^1.2.1",
"protractor": "~5.1.2",
"rimraf": "^2.6.2",
"ts-node": "~3.3.0",
Expand Down
82 changes: 44 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
minimist "^1.2.0"
rxjs "^5.4.2"

"@angular/animations@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-4.4.3.tgz#396c4a5bfb22847f9e458245ba995f9c130c0cf3"
"@angular/animations@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-4.4.4.tgz#a2f9353604347abe15df98292058842f52f08bc2"
dependencies:
tslib "^1.7.1"

Expand Down Expand Up @@ -92,67 +92,73 @@
optionalDependencies:
node-sass "^4.3.0"

"@angular/common@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-4.4.3.tgz#f92ac68b02bec5f0e6d3603a843294dc96c96074"
"@angular/common@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-4.4.4.tgz#ae0a818aaa0c6a3f0901e7b80bd94e1c22eb9365"
dependencies:
tslib "^1.7.1"

"@angular/compiler-cli@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-4.4.3.tgz#183af81f141186b8d660b06429592d40b7540a4a"
"@angular/compiler-cli@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-4.4.4.tgz#063080a497d9175396825050222c717da184f6cf"
dependencies:
"@angular/tsc-wrapped" "4.4.3"
"@angular/tsc-wrapped" "4.4.4"
minimist "^1.2.0"
reflect-metadata "^0.1.2"

"@angular/compiler@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.4.3.tgz#8f01163dad7db3408497d99d387554b6b185ad66"
"@angular/compiler@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.4.4.tgz#326eb0029d9a3541aaca124def9adc51c36f2b41"
dependencies:
tslib "^1.7.1"

"@angular/core@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.4.3.tgz#e71d2b07beaacbab48ab7f51d4e2286ea5d70e15"
"@angular/core@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.4.4.tgz#bd37ecf54158f97489996c9386bd222f80a32f5c"
dependencies:
tslib "^1.7.1"

"@angular/forms@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-4.4.3.tgz#25b41bbab58bf1da872411c8517c10d7c5373d8e"
"@angular/forms@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-4.4.4.tgz#4db3790509b6b10f1db8a7c1b7f52187cf64cfd4"
dependencies:
tslib "^1.7.1"

"@angular/http@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-4.4.3.tgz#b557ed24144aacc44b136cd477e84d2f57808903"
"@angular/http@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-4.4.4.tgz#667faf616bb624168eafae6ee92e5eba23a9d1f2"
dependencies:
tslib "^1.7.1"

"@angular/language-service@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-4.4.3.tgz#4527011a594967a396eff3c05ed15bd4c86d51b7"
"@angular/language-service@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-4.4.4.tgz#0f686052e3950c19128f13b7429fc14bafe69bd4"

"@angular/platform-browser-dynamic@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-4.4.3.tgz#e41ddd8252432775310eab5940cdd8df0618f084"
"@angular/platform-browser-dynamic@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-4.4.4.tgz#c3c9eb854a528556a07054127932e527fa932e14"
dependencies:
tslib "^1.7.1"

"@angular/platform-browser@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-4.4.3.tgz#23f9a45bd3dc7f44d97877fbf8e6032decfc9dcb"
"@angular/platform-browser@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-4.4.4.tgz#a3898e2e7ba9d84ffa0d47144c6971179c75aee6"
dependencies:
tslib "^1.7.1"

"@angular/router@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-4.4.3.tgz#26cc94775a3860946aeaf1c2e8f60f4d44e90991"
"@angular/router@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-4.4.4.tgz#7be391096e843cb3e04f9f05d1d65a88df9bc7cf"
dependencies:
tslib "^1.7.1"

"@angular/tsc-wrapped@4.4.3", "@angular/tsc-wrapped@^4.2.0":
"@angular/tsc-wrapped@4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-4.4.4.tgz#9841821e55616b826ca160250fe85e15fc74ffc3"
dependencies:
tsickle "^0.21.0"

"@angular/tsc-wrapped@^4.2.0":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-4.4.3.tgz#2d3f38210a1d4db03fc86dcf1e095812b85cd119"
dependencies:
Expand Down Expand Up @@ -3961,9 +3967,9 @@ negotiator@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"

ng-packagr@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-1.2.0.tgz#c78443d733d44047b01630c2201b3374a5c59ce1"
ng-packagr@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-1.2.1.tgz#053fae4697b31a78c4bd97e1e552722c460a1e4d"
dependencies:
"@angular/tsc-wrapped" "^4.2.0"
"@ngtools/json-schema" "^1.1.0"
Expand Down

0 comments on commit d99dff2

Please sign in to comment.