Skip to content

Commit a1c19ce

Browse files
committed
feat(cli): Update deps
1 parent 39711de commit a1c19ce

File tree

3 files changed

+209
-748
lines changed

3 files changed

+209
-748
lines changed

cli/bin/quasar-serve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ if (ssrDetected === false) {
222222
if (argv.open) {
223223
const isMinimalTerminal = require('../lib/is-minimal-terminal')
224224
if (!isMinimalTerminal) {
225-
require('open')(url)
225+
require('open')(url, { url: true })
226226
}
227227
}
228228
})

cli/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
"compression": "1.7.4",
4646
"connect-history-api-fallback": "1.6.0",
4747
"consolidate": "0.15.1",
48-
"cross-spawn": "6.0.5",
48+
"cross-spawn": "7.0.1",
4949
"download-git-repo": "1.1.0",
5050
"express": "4.17.1",
51-
"fs-extra": "8.0.1",
52-
"handlebars": "4.1.2",
53-
"http-proxy-middleware": "0.19.1",
54-
"inquirer": "6.3.1",
51+
"fs-extra": "8.1.0",
52+
"handlebars": "4.5.1",
53+
"http-proxy-middleware": "0.20.0",
54+
"inquirer": "7.0.0",
5555
"metalsmith": "2.3.0",
5656
"minimatch": "3.0.4",
5757
"minimist": "1.2.0",
5858
"multimatch": "2.1.0",
59-
"open": "6.3.0",
60-
"ora": "3.4.0",
59+
"open": "7.0.0",
60+
"ora": "4.0.2",
6161
"read-metadata": "1.0.0",
62-
"rimraf": "2.6.3",
62+
"rimraf": "3.0.0",
6363
"route-cache": "0.4.4",
64-
"selfsigned": "1.10.4",
65-
"tildify": "1.2.0",
64+
"selfsigned": "1.10.7",
65+
"tildify": "2.0.0",
6666
"user-home": "2.0.0",
6767
"validate-npm-package-name": "3.0.0"
6868
},

0 commit comments

Comments
 (0)