|
44 | 44 | "devDependencies": {
|
45 | 45 | "@angular/compiler-cli": "~2.2.3",
|
46 | 46 | "@angular/platform-server": "~2.2.3",
|
47 |
| - "@types/async": "^2.0.32", |
48 |
| - "@types/browser-sync": "^0.0.34", |
49 |
| - "@types/core-js": "^0.9.34", |
50 |
| - "@types/express": "^4.0.33", |
51 |
| - "@types/gulp": "^3.8.32", |
52 |
| - "@types/gulp-filter": "^3.0.29", |
53 |
| - "@types/gulp-load-plugins": "^0.0.28", |
54 |
| - "@types/gulp-protractor": "^1.0.29", |
55 |
| - "@types/gulp-sass": "^0.0.29", |
56 |
| - "@types/gulp-util": "^3.0.29", |
57 |
| - "@types/jasmine": "^2.5.35", |
58 |
| - "@types/node": "^6.0.45", |
59 |
| - "@types/protractor": "^1.5.20", |
| 47 | + "@types/async": "2.0.32", |
| 48 | + "@types/browser-sync": "0.0.34", |
| 49 | + "@types/core-js": "0.9.34", |
| 50 | + "@types/express": "4.0.33", |
| 51 | + "@types/gulp": "3.8.32", |
| 52 | + "@types/gulp-filter": "3.0.29", |
| 53 | + "@types/gulp-load-plugins": "0.0.28", |
| 54 | + "@types/gulp-protractor": "1.0.29", |
| 55 | + "@types/gulp-sass": "0.0.29", |
| 56 | + "@types/gulp-util": "3.0.29", |
| 57 | + "@types/jasmine": "2.5.35", |
| 58 | + "@types/node": "6.0.45", |
| 59 | + "@types/protractor": "1.5.20", |
60 | 60 | "@types/rimraf": "0.0.28",
|
61 |
| - "@types/run-sequence": "^0.0.28", |
| 61 | + "@types/run-sequence": "0.0.28", |
62 | 62 | "@types/selenium-webdriver": "2.44.*",
|
63 |
| - "@types/systemjs": "^0.19.31", |
64 |
| - "@types/yargs": "^0.0.34", |
65 |
| - "@types/zone.js": "^0.0.27", |
66 |
| - "async": "^2.1.1", |
67 |
| - "autoprefixer": "^6.5.1", |
68 |
| - "browser-sync": "^2.17.3", |
| 63 | + "@types/systemjs": "0.19.31", |
| 64 | + "@types/yargs": "0.0.34", |
| 65 | + "@types/zone.js": "0.0.27", |
| 66 | + "async": "2.1.1", |
| 67 | + "autoprefixer": "6.5.1", |
| 68 | + "browser-sync": "2.17.3", |
69 | 69 | "codelyzer": "~1.0.0-beta.4",
|
70 |
| - "compodoc": "^0.0.15", |
71 |
| - "connect-history-api-fallback": "^1.3.0", |
72 |
| - "cssnano": "^3.7.7", |
73 |
| - "deep-extend": "^0.4.1", |
74 |
| - "event-stream": "^3.3.4", |
| 70 | + "compodoc": "0.0.15", |
| 71 | + "connect-history-api-fallback": "1.3.0", |
| 72 | + "cssnano": "3.7.7", |
| 73 | + "deep-extend": "0.4.1", |
| 74 | + "event-stream": "3.3.4", |
75 | 75 | "express": "~4.14.0",
|
76 |
| - "express-history-api-fallback": "^2.0.0", |
77 |
| - "gulp": "^3.9.1", |
78 |
| - "gulp-cached": "^1.1.0", |
79 |
| - "gulp-concat": "^2.6.0", |
80 |
| - "gulp-concat-css": "^2.3.0", |
81 |
| - "gulp-filter": "^4.0.0", |
82 |
| - "gulp-inject": "^4.1.0", |
83 |
| - "gulp-inline-ng2-template": "^4.0.0", |
84 |
| - "gulp-load-plugins": "^1.3.0", |
| 76 | + "express-history-api-fallback": "2.0.0", |
| 77 | + "gulp": "3.9.1", |
| 78 | + "gulp-cached": "1.1.0", |
| 79 | + "gulp-concat": "2.6.0", |
| 80 | + "gulp-concat-css": "2.3.0", |
| 81 | + "gulp-filter": "4.0.0", |
| 82 | + "gulp-inject": "4.1.0", |
| 83 | + "gulp-inline-ng2-template": "4.0.0", |
| 84 | + "gulp-load-plugins": "1.3.0", |
85 | 85 | "gulp-plumber": "~1.1.0",
|
86 |
| - "gulp-postcss": "^6.2.0", |
87 |
| - "gulp-progeny": "^0.3.1", |
88 |
| - "gulp-protractor": "^3.0.0", |
89 |
| - "gulp-replace": "^0.5.4", |
90 |
| - "gulp-sass": "^2.3.2", |
| 86 | + "gulp-postcss": "6.2.0", |
| 87 | + "gulp-progeny": "0.3.1", |
| 88 | + "gulp-protractor": "3.0.0", |
| 89 | + "gulp-replace": "0.5.4", |
| 90 | + "gulp-sass": "2.3.2", |
91 | 91 | "gulp-sourcemaps": "2.2.0",
|
92 |
| - "gulp-template": "^4.0.0", |
93 |
| - "gulp-tslint": "^6.1.2", |
94 |
| - "gulp-typescript": "^3.0.2", |
95 |
| - "gulp-uglify": "^2.0.0", |
96 |
| - "gulp-util": "^3.0.7", |
97 |
| - "gulp-watch": "^4.3.10", |
98 |
| - "is-ci": "^1.0.9", |
99 |
| - "isstream": "^0.1.2", |
| 92 | + "gulp-template": "4.0.0", |
| 93 | + "gulp-tslint": "6.1.2", |
| 94 | + "gulp-typescript": "3.0.2", |
| 95 | + "gulp-uglify": "2.0.0", |
| 96 | + "gulp-util": "3.0.7", |
| 97 | + "gulp-watch": "4.3.10", |
| 98 | + "is-ci": "1.0.9", |
| 99 | + "isstream": "0.1.2", |
100 | 100 | "jasmine-core": "~2.5.2",
|
101 |
| - "jasmine-spec-reporter": "^2.7.0", |
| 101 | + "jasmine-spec-reporter": "2.7.0", |
102 | 102 | "karma": "~1.3.0",
|
103 | 103 | "karma-chrome-launcher": "~2.0.0",
|
104 |
| - "karma-coverage": "^1.1.1", |
| 104 | + "karma-coverage": "1.1.1", |
105 | 105 | "karma-jasmine": "~1.0.2",
|
106 |
| - "karma-mocha-reporter": "^2.2.0", |
107 |
| - "karma-remap-istanbul": "^0.2.1", |
108 |
| - "merge-stream": "^1.0.0", |
| 106 | + "karma-mocha-reporter": "2.2.0", |
| 107 | + "karma-remap-istanbul": "0.2.1", |
| 108 | + "merge-stream": "1.0.0", |
109 | 109 | "open": "0.0.5",
|
110 |
| - "protractor": "^4.0.9", |
111 |
| - "remap-istanbul": "^0.7.0", |
112 |
| - "rimraf": "^2.5.4", |
113 |
| - "run-sequence": "^1.2.2", |
114 |
| - "semver": "^5.3.0", |
115 |
| - "serve-static": "^1.11.1", |
| 110 | + "protractor": "4.0.9", |
| 111 | + "remap-istanbul": "0.7.0", |
| 112 | + "rimraf": "2.5.4", |
| 113 | + "run-sequence": "1.2.2", |
| 114 | + "semver": "5.3.0", |
| 115 | + "serve-static": "1.11.1", |
116 | 116 | "slash": "~1.0.0",
|
117 |
| - "supports-color": "^3.1.2", |
| 117 | + "supports-color": "3.1.2", |
118 | 118 | "systemjs-builder": "0.15.33",
|
119 |
| - "tildify": "^1.2.0", |
120 |
| - "traceur": "^0.0.111", |
121 |
| - "ts-node": "^1.4.3", |
122 |
| - "tslint": "^3.15.1", |
| 119 | + "tildify": "1.2.0", |
| 120 | + "traceur": "0.0.111", |
| 121 | + "ts-node": "1.4.3", |
| 122 | + "tslint": "3.15.1", |
123 | 123 | "typescript": "2.0.3",
|
124 |
| - "walk": "^2.3.9", |
125 |
| - "yargs": "^6.0.0", |
126 |
| - "minimatch": "^3.0.3" |
| 124 | + "walk": "2.3.9", |
| 125 | + "yargs": "6.0.0", |
| 126 | + "minimatch": "3.0.3" |
127 | 127 | },
|
128 | 128 | "dependencies": {
|
129 | 129 | "@angular/common": "~2.2.3",
|
|
134 | 134 | "@angular/platform-browser": "~2.2.3",
|
135 | 135 | "@angular/platform-browser-dynamic": "~2.2.3",
|
136 | 136 | "@angular/router": "~3.2.0",
|
137 |
| - "core-js": "^2.4.1", |
138 |
| - "intl": "^1.2.5", |
| 137 | + "core-js": "2.4.1", |
| 138 | + "intl": "1.2.5", |
139 | 139 | "moment": "2.17.1",
|
140 | 140 | "ng2-bootstrap": "1.1.16",
|
141 |
| - "reflect-metadata": "^0.1.8", |
| 141 | + "reflect-metadata": "0.1.8", |
142 | 142 | "rxjs": "5.0.0-beta.12",
|
143 | 143 | "systemjs": "0.19.40",
|
144 | 144 | "zone.js": "0.6.25"
|
|
0 commit comments