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

Commit

Permalink
upgrade(dependencies): Latest packages' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akanass committed Nov 10, 2017
1 parent a9d848c commit 533faf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"homepage": "https://github.com/hapinessjs/ng-universal-module#readme",
"dependencies": {
"@types/node": "^8.0.50"
"@types/node": "^8.0.51"
},
"devDependencies": {
"@angular/animations": "^5.0.1",
Expand All @@ -84,7 +84,7 @@
"@angular/platform-server": "^5.0.1",
"@hapiness/core": "^1.1.1",
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
"@types/fs-extra": "^4.0.3",
"@types/fs-extra": "^4.0.4",
"coveralls": "^3.0.0",
"fs-extra": "^4.0.2",
"istanbul": "^1.1.0-alpha.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
dependencies:
"@types/boom" "*"

"@types/fs-extra@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-4.0.3.tgz#87343b1ab99415b61817ac894ed622355a0ebf67"
"@types/fs-extra@^4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-4.0.4.tgz#72947e108f2cbeda5ab288a927399fdf6d02bd42"
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -116,9 +116,9 @@
dependencies:
"@types/mime-db" "*"

"@types/node@*", "@types/node@^8.0.46", "@types/node@^8.0.50":
version "8.0.50"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.50.tgz#dc545448e128c88c4eec7cd64025fcc3b7604541"
"@types/node@*", "@types/node@^8.0.46", "@types/node@^8.0.51":
version "8.0.51"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.51.tgz#b31d716fb8d58eeb95c068a039b9b6292817d5fb"

"@types/podium@*":
version "1.0.0"
Expand Down

0 comments on commit 533faf1

Please sign in to comment.