|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 | 26 | "aurelia-bundler": "^0.4.0",
|
27 |
| - "aurelia-tools": "^0.2.4", |
28 |
| - "babel-core": "^6.11.4", |
29 |
| - "babel-eslint": "^6.1.2", |
30 |
| - "babel-plugin-istanbul": "^1.0.3", |
31 |
| - "babel-plugin-syntax-flow": "^6.8.0", |
| 27 | + "aurelia-protractor-plugin": "^1.0.0", |
| 28 | + "aurelia-tools": "^1.0.0", |
| 29 | + "babel-core": "^6.18.2", |
| 30 | + "babel-eslint": "^7.1.0", |
| 31 | + "babel-plugin-istanbul": "^2.0.3", |
| 32 | + "babel-plugin-syntax-flow": "^6.18.0", |
32 | 33 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
33 |
| - "babel-plugin-transform-es2015-modules-amd": "^6.8.0", |
34 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", |
35 |
| - "babel-plugin-transform-es2015-modules-systemjs": "^6.12.0", |
36 |
| - "babel-plugin-transform-flow-strip-types": "^6.8.0", |
37 |
| - "babel-preset-es2015": "^6.9.0", |
38 |
| - "babel-preset-es2015-loose": "^7.0.0", |
39 |
| - "babel-preset-stage-1": "^6.5.0", |
40 |
| - "browser-sync": "^2.13.0", |
| 34 | + "babel-plugin-transform-flow-strip-types": "^6.18.0", |
| 35 | + "babel-preset-es2015": "^6.18.0", |
| 36 | + "babel-preset-stage-1": "^6.16.0", |
| 37 | + "browser-sync": "^2.17.5", |
41 | 38 | "conventional-changelog": "1.1.0",
|
42 |
| - "del": "^2.2.1", |
| 39 | + "del": "^2.2.2", |
43 | 40 | "gulp": "^3.9.1",
|
44 | 41 | "gulp-babel": "^6.1.2",
|
45 |
| - "gulp-bump": "^2.2.0", |
46 |
| - "gulp-changed": "^1.3.1", |
| 42 | + "gulp-bump": "^2.5.0", |
| 43 | + "gulp-changed": "^1.3.2", |
47 | 44 | "gulp-eslint": "^3.0.1",
|
48 |
| - "gulp-htmlmin": "^2.0.0", |
| 45 | + "gulp-htmlmin": "^3.0.0", |
49 | 46 | "gulp-notify": "^2.2.0",
|
50 | 47 | "gulp-plumber": "^1.1.0",
|
51 | 48 | "gulp-protractor": "3.0.0",
|
52 |
| - "gulp-sourcemaps": "^1.6.0", |
53 |
| - "jasmine-core": "^2.4.1", |
54 |
| - "jspm": "^0.16.41", |
55 |
| - "karma": "^1.1.2", |
| 49 | + "gulp-sourcemaps": "^2.2.0", |
| 50 | + "jasmine-core": "^2.5.2", |
| 51 | + "jspm": "^0.16.47", |
| 52 | + "karma": "^1.3.0", |
56 | 53 | "karma-babel-preprocessor": "^6.0.1",
|
57 |
| - "karma-chrome-launcher": "^1.0.1", |
| 54 | + "karma-chrome-launcher": "^2.0.0", |
58 | 55 | "karma-coverage": "^1.1.1",
|
59 | 56 | "karma-jasmine": "^1.0.2",
|
60 | 57 | "karma-jspm": "2.2.0",
|
61 | 58 | "object.assign": "^4.0.4",
|
62 |
| - "require-dir": "^0.3.0", |
| 59 | + "protractor": "^4.0.10", |
| 60 | + "require-dir": "^0.3.1", |
63 | 61 | "run-sequence": "^1.2.2",
|
64 | 62 | "vinyl-paths": "^2.1.0",
|
65 |
| - "yargs": "^4.8.1" |
| 63 | + "yargs": "^6.3.0" |
66 | 64 | },
|
67 | 65 | "jspm": {
|
68 | 66 | "dependencies": {
|
|
87 | 85 | "text": "github:systemjs/plugin-text@^0.0.8"
|
88 | 86 | },
|
89 | 87 | "devDependencies": {}
|
90 |
| - } |
| 88 | + }, |
| 89 | + "dependencies": {} |
91 | 90 | }
|
0 commit comments