Skip to content

Commit

Permalink
chore: update the @achrinza/node-ipc to support Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Jun 14, 2022
1 parent ce97e62 commit 00fd2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-shared-utils/package.json
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-shared-utils#readme",
"dependencies": {
"@achrinza/node-ipc": "9.2.3",
"@achrinza/node-ipc": "^9.2.5",
"chalk": "^4.1.2",
"execa": "^1.0.0",
"joi": "^17.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Expand Up @@ -34,7 +34,7 @@
"graphql-server.js"
],
"dependencies": {
"@achrinza/node-ipc": "9.2.3",
"@achrinza/node-ipc": "^9.2.5",
"@akryum/winattr": "^3.0.0",
"@vue/cli-shared-utils": "^5.0.4",
"apollo-server-express": "^2.21.0",
Expand Down

0 comments on commit 00fd2b6

Please sign in to comment.