Skip to content

Commit 88825b7

Browse files

File tree

2 files changed

+160
-71
lines changed

2 files changed

+160
-71
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"@angular/platform-browser-dynamic": "^5.0.0",
6767
"@angular/platform-server": "^5.0.0",
6868
"@angular/router": "^5.0.0",
69-
"@types/jasmine": "3.3.12",
69+
"@types/jasmine": "3.3.13",
7070
"@types/jquery": "^3.3.29",
7171
"@uirouter/publish-scripts": "^2.3.24",
72-
"husky": "^1.3.1",
72+
"husky": "^2.4.1",
7373
"jasmine-core": "^3.3.0",
7474
"karma": "^4.1.0",
7575
"karma-chrome-launcher": "^2.2.0",
@@ -78,11 +78,11 @@
7878
"karma-sourcemap-loader": "^0.3.7",
7979
"karma-super-dots-reporter": "^0.2.0",
8080
"karma-webpack": "^3.0.5",
81-
"prettier": "^1.14.2",
82-
"pretty-quick": "^1.8.0",
83-
"rollup": "^1.1.0",
84-
"rollup-plugin-commonjs": "^9.1.5",
85-
"rollup-plugin-node-resolve": "^4.0.0",
81+
"prettier": "^1.18.2",
82+
"pretty-quick": "^1.11.1",
83+
"rollup": "^1.15.5",
84+
"rollup-plugin-commonjs": "^10.0.0",
85+
"rollup-plugin-node-resolve": "^5.0.2",
8686
"rollup-plugin-sourcemaps": "^0.4.2",
8787
"rollup-plugin-uglify": "^6.0.0",
8888
"rxjs": "^6.3.2",
@@ -93,7 +93,7 @@
9393
"typescript": "^3.2.4",
9494
"webpack": "^3.11.0",
9595
"webpack-dev-server": "^3.1.4",
96-
"zone.js": "^0.8.20"
96+
"zone.js": "^0.9.1"
9797
},
9898
"husky": {
9999
"hooks": {

0 commit comments

Comments
 (0)