|
44 | 44 | "e2e.ci": "gulp build.prod.rollup.aot --color && gulp build.e2e --color && gulp e2e --color",
|
45 | 45 | "tests.all": "npm test && npm run e2e.ci",
|
46 | 46 | "webdriver-start": "node ./node_modules/protractor/bin/webdriver-manager start",
|
47 |
| - "webdriver-update": "node ./node_modules/protractor/bin/webdriver-manager update", |
| 47 | + "webdriver-update": "node ./node_modules/protractor/bin/webdriver-manager update --standalone false --gecko false", |
48 | 48 | "compodoc": "./node_modules/.bin/compodoc -p src/client/tsconfig.json",
|
49 | 49 | "serve.compodoc": "./node_modules/.bin/compodoc -s"
|
50 | 50 | },
|
|
55 | 55 | "npm": ">=3.10.3"
|
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "@angular/compiler-cli": "^5.0.1", |
59 |
| - "@angular/language-service": "^5.0.1", |
60 |
| - "@angular/platform-server": "^5.0.1", |
61 |
| - "@compodoc/compodoc": "^1.0.4", |
62 |
| - "@types/async": "^2.0.45", |
| 58 | + "@angular/compiler-cli": "^5.2.3", |
| 59 | + "@angular/language-service": "^5.2.3", |
| 60 | + "@angular/platform-server": "^5.2.3", |
| 61 | + "@compodoc/compodoc": "^1.0.5", |
| 62 | + "@types/async": "^2.0.47", |
63 | 63 | "@types/browser-sync": "^0.0.38",
|
64 |
| - "@types/express": "^4.0.39", |
| 64 | + "@types/express": "^4.11.1", |
65 | 65 | "@types/gulp": "^4.0.5",
|
66 | 66 | "@types/gulp-filter": "^3.0.31",
|
67 | 67 | "@types/gulp-htmlmin": "^1.3.31",
|
68 | 68 | "@types/gulp-load-plugins": "^0.0.31",
|
69 | 69 | "@types/gulp-protractor": "^1.0.31",
|
70 | 70 | "@types/gulp-sass": "^0.0.31",
|
71 | 71 | "@types/gulp-util": "^3.0.34",
|
72 |
| - "@types/jasmine": "^2.8.2", |
73 |
| - "@types/node": "^8.0.53", |
| 72 | + "@types/jasmine": "^2.8.6", |
| 73 | + "@types/node": "^9.3.0", |
74 | 74 | "@types/rimraf": "2.0.2",
|
75 | 75 | "@types/run-sequence": "^0.0.30",
|
76 | 76 | "@types/selenium-webdriver": "^3.0.8",
|
77 | 77 | "@types/systemjs": "^0.20.6",
|
78 | 78 | "@types/yargs": "^10.0.0",
|
79 | 79 | "async": "^2.6.0",
|
80 |
| - "autoprefixer": "^7.1.6", |
81 |
| - "browser-sync": "^2.18.13", |
82 |
| - "codelyzer": "^4.0.1", |
| 80 | + "autoprefixer": "^8.0.0", |
| 81 | + "browser-sync": "^2.23.6", |
| 82 | + "codelyzer": "^4.1.0", |
83 | 83 | "connect-history-api-fallback": "^1.5.0",
|
84 | 84 | "cssnano": "^3.10.0",
|
85 | 85 | "deep-extend": "^0.5.0",
|
|
88 | 88 | "express-history-api-fallback": "^2.2.1",
|
89 | 89 | "gulp": "^3.9.1",
|
90 | 90 | "gulp-cached": "^1.1.1",
|
91 |
| - "gulp-cheerio": "^0.6.2", |
| 91 | + "gulp-cheerio": "^0.6.3", |
92 | 92 | "gulp-concat": "^2.6.1",
|
93 | 93 | "gulp-concat-css": "^3.0.0",
|
94 |
| - "gulp-filter": "^5.0.1", |
| 94 | + "gulp-filter": "^5.1.0", |
95 | 95 | "gulp-htmlmin": "^4.0.0",
|
96 | 96 | "gulp-inject": "^4.3.0",
|
97 |
| - "gulp-inline-ng2-template": "^4.0.0", |
| 97 | + "gulp-inline-ng2-template": "^4.1.0", |
98 | 98 | "gulp-load-plugins": "^1.5.0",
|
99 | 99 | "gulp-plumber": "~1.2.0",
|
100 |
| - "gulp-postcss": "^7.0.0", |
101 |
| - "gulp-progeny": "^0.4.0", |
| 100 | + "gulp-postcss": "^7.0.1", |
| 101 | + "gulp-progeny": "^0.4.1", |
102 | 102 | "gulp-protractor": "^4.1.0",
|
103 | 103 | "gulp-rename": "^1.2.2",
|
104 | 104 | "gulp-replace": "^0.6.1",
|
105 | 105 | "gulp-sass": "^3.1.0",
|
106 |
| - "gulp-sourcemaps": "2.6.3", |
| 106 | + "gulp-sourcemaps": "2.6.4", |
107 | 107 | "gulp-template": "^5.0.0",
|
108 | 108 | "gulp-tslint": "^8.1.2",
|
109 |
| - "gulp-typescript": "~3.2.3", |
110 | 109 | "gulp-uglify": "^3.0.0",
|
111 | 110 | "gulp-util": "^3.0.8",
|
112 | 111 | "gulp-watch": "^5.0.0",
|
113 |
| - "is-ci": "^1.0.10", |
| 112 | + "is-ci": "^1.1.0", |
114 | 113 | "isstream": "^0.1.2",
|
115 |
| - "jasmine-core": "~2.8.0", |
| 114 | + "jasmine-core": "~2.99.0", |
116 | 115 | "jasmine-spec-reporter": "^4.2.1",
|
117 | 116 | "karma": "~2.0.0",
|
118 | 117 | "karma-chrome-launcher": "~2.2.0",
|
119 | 118 | "karma-coverage": "^1.1.1",
|
120 |
| - "karma-jasmine": "~1.1.0", |
| 119 | + "karma-jasmine": "^1.1.1", |
121 | 120 | "karma-mocha-reporter": "^2.2.5",
|
122 | 121 | "karma-remap-istanbul": "^0.6.0",
|
123 | 122 | "merge-stream": "^1.0.1",
|
124 | 123 | "minimatch": "^3.0.4",
|
125 | 124 | "open": "0.0.5",
|
126 |
| - "protractor": "^5.2.0", |
127 |
| - "remap-istanbul": "^0.9.5", |
| 125 | + "protractor": "^5.3.0", |
| 126 | + "remap-istanbul": "^0.10.0", |
128 | 127 | "rimraf": "^2.6.2",
|
129 |
| - "rollup": "~0.53.0", |
130 |
| - "rollup-plugin-commonjs": "^8.2.6", |
| 128 | + "rollup": "~0.55.0", |
| 129 | + "rollup-plugin-commonjs": "^8.3.0", |
131 | 130 | "rollup-plugin-includepaths": "0.2.2",
|
132 |
| - "rollup-plugin-node-resolve": "^3.0.0", |
133 |
| - "run-sequence": "^2.2.0", |
134 |
| - "semver": "^5.4.1", |
| 131 | + "rollup-plugin-node-resolve": "^3.0.2", |
| 132 | + "run-sequence": "^2.2.1", |
| 133 | + "semver": "^5.5.0", |
135 | 134 | "serve-static": "^1.13.1",
|
136 | 135 | "slash": "~1.0.0",
|
137 | 136 | "source-map-explorer": "^1.5.0",
|
138 |
| - "supports-color": "^5.0.0", |
| 137 | + "supports-color": "^5.1.0", |
139 | 138 | "systemjs-builder": "0.16.12",
|
140 | 139 | "temp": "^0.8.3",
|
141 | 140 | "tildify": "^1.2.0",
|
142 | 141 | "traceur": "^0.0.111",
|
143 | 142 | "ts-node": "^4.0.1",
|
144 |
| - "tslint": "^5.8.0", |
145 |
| - "typescript": "^2.6.1", |
| 143 | + "tslint": "^5.9.1", |
| 144 | + "typescript": "^2.7.1", |
146 | 145 | "walk": "^2.3.9",
|
147 |
| - "yargs": "^10.0.3" |
| 146 | + "yargs": "^11.0.0" |
148 | 147 | },
|
149 | 148 | "dependencies": {
|
150 |
| - "@angular/animations": "^5.0.2", |
151 |
| - "@angular/common": "^5.0.0", |
152 |
| - "@angular/compiler": "^5.0.0", |
153 |
| - "@angular/core": "^5.0.0", |
154 |
| - "@angular/forms": "^5.0.0", |
155 |
| - "@angular/http": "^5.0.0", |
156 |
| - "@angular/platform-browser": "^5.0.0", |
157 |
| - "@angular/platform-browser-dynamic": "^5.0.0", |
158 |
| - "@angular/router": "^5.0.0", |
159 |
| - "@angular/service-worker": "^5.0.0", |
| 149 | + "@angular-devkit/build-optimizer": "^0.3.0", |
| 150 | + "@angular/animations": "^5.2.3", |
| 151 | + "@angular/common": "^5.2.3", |
| 152 | + "@angular/compiler": "^5.2.3", |
| 153 | + "@angular/core": "^5.2.3", |
| 154 | + "@angular/forms": "^5.2.3", |
| 155 | + "@angular/platform-browser": "^5.2.3", |
| 156 | + "@angular/platform-browser-dynamic": "^5.2.3", |
| 157 | + "@angular/router": "^5.2.3", |
| 158 | + "@angular/service-worker": "^5.2.3", |
160 | 159 | "@progress/kendo-angular-buttons": "^2.0.0",
|
161 | 160 | "@progress/kendo-angular-l10n": "^1.0.5",
|
162 |
| - "@angular-devkit/build-optimizer": "0.0.36", |
163 |
| - "core-js": "^2.5.1", |
| 161 | + "core-js": "^2.5.3", |
| 162 | + "gulp-typescript": "^4.0.0", |
164 | 163 | "hammerjs": "^2.0.8",
|
165 | 164 | "intl": "^1.2.5",
|
166 | 165 | "rxjs": "^5.5.3",
|
167 |
| - "systemjs": "0.20.19", |
168 |
| - "zone.js": "0.8.19" |
| 166 | + "systemjs": "0.21.0", |
| 167 | + "zone.js": "0.8.20" |
169 | 168 | }
|
170 | 169 | }
|
0 commit comments