Skip to content

Commit 7dda63d

Browse files
committed
Update depenencies to latest version
angular 1.6.1 → 1.6.2 angular-messages 1.6.1 → 1.6.2 patternfly 3.19.0 → 3.20.0 replace-in-file 2.2.2 → 2.3.2 babel-core 6.22.1 → 6.23.1 babel-preset-node5 12.0.0 → 12.0.1 electron-builder 12.2.2 → 13.9.0 gulp-sourcemaps ^1.6.0 → ^2.4.1 protractor 5.1.0 → 5.1.1
1 parent 23b7caf commit 7dda63d

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
"dist:mac": "gulp dist"
3131
},
3232
"dependencies": {
33-
"angular": "1.6.1",
33+
"angular": "1.6.2",
3434
"angular-base64": "2.0.5",
35-
"angular-messages": "1.6.1",
35+
"angular-messages": "1.6.2",
3636
"angular-ui-router": "0.4.2",
3737
"fs-extra": "2.0.0",
3838
"glob": "7.1.1",
39-
"patternfly": "3.19.0",
40-
"replace-in-file": "2.2.2",
39+
"patternfly": "3.20.0",
40+
"replace-in-file": "2.3.2",
4141
"pify": "2.3.0",
4242
"request": "2.79.0",
4343
"rimraf": "2.5.4",
4444
"semver": "5.3.0",
4545
"unzip": "0.1.11"
4646
},
4747
"devDependencies": {
48-
"babel-core": "6.22.1",
49-
"babel-preset-node5": "12.0.0",
48+
"babel-core": "6.23.1",
49+
"babel-preset-node5": "12.0.1",
5050
"chai": "3.5.0",
5151
"chai-as-promised": "6.0.0",
5252
"codecov": "1.0.1",
5353
"crypto": "0.0.3",
5454
"del": "2.2.2",
5555
"electron": "1.4.15",
56-
"electron-builder": "12.2.2",
56+
"electron-builder": "13.9.0",
5757
"electron-packager": "8.5.1",
5858
"gulp": "3.9.1",
5959
"gulp-angular-protractor": "0.1.4",
@@ -62,7 +62,7 @@
6262
"gulp-copy": "1.0.0",
6363
"gulp-rename": "1.2.2",
6464
"gulp-run": "1.7.1",
65-
"gulp-sourcemaps": "^1.6.0",
65+
"gulp-sourcemaps": "^2.4.1",
6666
"gulp-spawn-mocha": "3.1.0",
6767
"gulp-symlink": "2.1.4",
6868
"gulp-unzip": "0.2.0",
@@ -76,7 +76,7 @@
7676
"mocha": "3.2.0",
7777
"mock-fs": "3.12.1",
7878
"pem": "1.9.4",
79-
"protractor": "5.1.0",
79+
"protractor": "5.1.1",
8080
"querystring": "0.2.0",
8181
"rcedit": "0.7.0",
8282
"request-progress": "3.0.0",

test/unit/model/jbds-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import chai, { expect } from 'chai';
44
import sinon from 'sinon';
55
import { default as sinonChai } from 'sinon-chai';
6-
import mockfs from 'mock-fs';
76
import fs from 'fs-extra';
7+
import mockfs from 'mock-fs';
88
import path from 'path';
99
import JbdsInstall from 'browser/model/jbds';
1010
import JdkInstall from 'browser/model/jdk-install';

test/unit/model/vagrant-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import chai, { expect } from 'chai';
44
import sinon from 'sinon';
55
import { default as sinonChai } from 'sinon-chai';
6-
import mockfs from 'mock-fs';
76
import fs from 'fs-extra';
7+
import mockfs from 'mock-fs';
88
import path from 'path';
99
import VagrantInstall from 'browser/model/vagrant';
1010
import {VagrantInstallWindows} from 'browser/model/vagrant';

0 commit comments

Comments
 (0)