Skip to content

Commit

Permalink
Remove node-ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Nov 8, 2024
1 parent 3db557f commit 21f7fff
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 142 deletions.
4 changes: 1 addition & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"@types/lowdb",
"@types/node",
"@types/node-forge",
"@types/node-ipc",
"@yao-pkg",
"babel-loader",
"browserslist",
Expand All @@ -128,7 +127,6 @@
"html-webpack-plugin",
"lowdb",
"node-forge",
"node-ipc",
"pkg",
"rxjs",
"tsconfig-paths-webpack-plugin",
Expand Down Expand Up @@ -268,5 +266,5 @@
"reviewers": ["team:team-key-management-dev"]
}
],
"ignoreDeps": ["@types/koa-bodyparser", "bootstrap", "node-ipc", "node", "npm"]
"ignoreDeps": ["@types/koa-bodyparser", "bootstrap", "node", "npm"]
}
65 changes: 0 additions & 65 deletions apps/desktop/native-messaging-test-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions apps/desktop/native-messaging-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
"@bitwarden/common": "file:../../../libs/common",
"@bitwarden/node": "file:../../../libs/node",
"module-alias": "2.2.3",
"node-ipc": "9.2.1",
"ts-node": "10.9.2",
"uuid": "11.0.1",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/node": "20.17.1",
"@types/node-ipc": "9.2.3",
"typescript": "4.7.4"
},
"_moduleAliases": {
Expand Down
70 changes: 0 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@types/node": "20.17.1",
"@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.11",
"@types/node-ipc": "9.2.3",
"@types/papaparse": "5.3.15",
"@types/proper-lockfile": "4.1.4",
"@types/retry": "0.12.5",
Expand Down Expand Up @@ -122,7 +121,6 @@
"jest-preset-angular": "14.1.1",
"lint-staged": "15.2.8",
"mini-css-extract-plugin": "2.9.1",
"node-ipc": "9.2.1",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"prettier": "3.3.3",
Expand Down

0 comments on commit 21f7fff

Please sign in to comment.