Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 32198e7

Browse files
committed
update various npm dependencies
Fixes #788 Fixes #790 Fixes #750
1 parent 925138d commit 32198e7

File tree

7 files changed

+325
-416
lines changed

7 files changed

+325
-416
lines changed

app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
},
3131
"dependencies": {
3232
"adm-zip": "^0.4.7",
33-
"colors": "^1.1.2",
33+
"colors": "^1.2.1",
3434
"columnify": "^1.5.4",
3535
"debug": "^3.1.0",
3636
"about-window": "^1.11.0",
3737
"electron-editor-context-menu": "^1.1.1",
3838
"es6-promise-pool": "^2.5.0",
3939
"expand-home-dir": "0.0.3",
4040
"inquirer": "^3.3.0",
41-
"js-beautify": "1.6.14",
42-
"jsome": "^2.3.26",
43-
"opn": "^5.1.0",
44-
"pretty-ms": "^2.1.0",
41+
"js-beautify": "1.7.5",
42+
"jsome": "^2.5.0",
43+
"opn": "^5.3.0",
44+
"pretty-ms": "^3.1.0",
4545
"yargs-parser": "^9.0.2"
4646
},
4747
"optionalDependencies": {
48-
"fileicon": "^0.1.8"
48+
"fileicon": "^0.2.2"
4949
}
5050
}

app/plugins/modules/composer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"@ibm-functions/composer": "^0.2.2",
16-
"chokidar": "^1.7.0"
16+
"chokidar": "^2.0.3"
1717
}
1818
}

app/plugins/modules/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"monaco-editor": "^0.10.1"
17+
"monaco-editor": "^0.11.1"
1818
}
1919
}

app/plugins/modules/wskflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"dependencies": {
2020
"d3": "^3.5.17",
2121
"elkjs": "0.0.2",
22-
"jquery": "^3.2.1"
22+
"jquery": "^3.3.1"
2323
}
2424
}

app/plugins/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
"archiver": "^1.3.0",
1414
"debug": "^3.1.0",
1515
"htmlparser2": "^3.9.2",
16-
"inquirer": "^3.3.0",
17-
"js-beautify": "1.6.14",
16+
"js-beautify": "1.7.5",
1817
"openwhisk": "git://github.com/starpit/openwhisk-client-js.git#add_client_timeout2",
1918
"parse-duration": "^0.1.1",
2019
"promise-retry": "^1.1.1",
2120
"properties-parser": "^0.3.1",
22-
"request": "^2.83.0",
21+
"request": "^2.85.0",
2322
"request-promise": "^4.2.1",
24-
"shelljs": "^0.7.8",
25-
"tmp": "0.0.31"
23+
"shelljs": "^0.8.1",
24+
"tmp": "0.0.33"
2625
}
2726
}

0 commit comments

Comments
 (0)