Skip to content

Commit 3926b4c

Browse files
committed
👽 fix node-ipc version
1 parent d893ffb commit 3926b4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/san-cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"launch-editor": "^2.2.1",
7272
"lowdb": "^1.0.0",
7373
"node-fetch": "^2.6.0",
74-
"node-ipc": "^9.1.1",
74+
"node-ipc": "9.1.1",
7575
"node-notifier": "^9.0.0",
7676
"open-web-browser": "^0.1.0",
7777
"portfinder": "^1.0.25",

packages/san-cli-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"git-clone": "^0.1.0",
3232
"hash-sum": "^2.0.0",
3333
"import-lazy": "^4.0.0",
34-
"node-ipc": "^9.1.1",
34+
"node-ipc": "9.1.1",
3535
"ora": "^4.0.2",
3636
"read-pkg": "^5.2.0",
3737
"readline": "^1.3.0",

0 commit comments

Comments
 (0)