Skip to content

Commit

Permalink
👽 fix node-ipc version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhan committed Mar 15, 2022
1 parent d893ffb commit 3926b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/san-cli-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"launch-editor": "^2.2.1",
"lowdb": "^1.0.0",
"node-fetch": "^2.6.0",
"node-ipc": "^9.1.1",
"node-ipc": "9.1.1",
"node-notifier": "^9.0.0",
"open-web-browser": "^0.1.0",
"portfinder": "^1.0.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/san-cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"git-clone": "^0.1.0",
"hash-sum": "^2.0.0",
"import-lazy": "^4.0.0",
"node-ipc": "^9.1.1",
"node-ipc": "9.1.1",
"ora": "^4.0.2",
"read-pkg": "^5.2.0",
"readline": "^1.3.0",
Expand Down

0 comments on commit 3926b4c

Please sign in to comment.