Skip to content

Commit cace68d

Browse files
committed
chore(deps): introduce open and remove opn (#1865)
Because opn was renamed to open.
1 parent c4543e7 commit cace68d

File tree

4 files changed

+509
-6
lines changed

4 files changed

+509
-6
lines changed

lib/utils/runOpen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const open = require('opn');
3+
const open = require('open');
44

55
function runOpen(uri, options, log) {
66
// https://github.com/webpack/webpack-dev-server/issues/1990

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ip": "^1.1.5",
5151
"killable": "^1.0.1",
5252
"loglevel": "^1.6.2",
53-
"opn": "^5.5.0",
53+
"open": "^6.2.0",
5454
"p-retry": "^3.0.1",
5555
"portfinder": "^1.0.20",
5656
"schema-utils": "^1.0.0",

0 commit comments

Comments
 (0)