Skip to content

Commit

Permalink
Merge f6c0bd3 into 6826db2
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalhulawale committed May 7, 2019
2 parents 6826db2 + f6c0bd3 commit 8bc32c6
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 61 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"homepage": "https://github.com/HackedByChinese/ng2-idle.git#readme",
"devDependencies": {
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/compiler": "^7.2.14",
"@angular/compiler-cli": "^7.2.14",
"@angular/platform-browser": "^7.2.14",
"@angular/platform-browser-dynamic": "^7.2.14",
"@types/jasmine": "^2.8.7",
"@types/node": "^8.10.12",
"@types/source-map": "^0.1.29",
Expand All @@ -62,22 +62,22 @@
"rimraf": "^2.5.4",
"rollup": "^0.36.3",
"rollup-plugin-uglify": "^1.0.1",
"rxjs": "^6.1.0",
"rxjs": "^6.5.1",
"source-map-loader": "^0.1.5",
"ts-helpers": "^1.1.2",
"tslint": "^5.10.0",
"tslint-loader": "^3.5.2",
"typescript": "2.7.x",
"typescript": "3.2.4",
"webpack": "^4.8.1",
"zone.js": "~0.8.26"
"zone.js": "~0.8.29"
},
"dependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0"
"@angular/common": "^7.2.14",
"@angular/core": "^7.2.14"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
Loading

0 comments on commit 8bc32c6

Please sign in to comment.