chore: Remove unneeded dependency

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht 2026-08-04 00:04:55 -06:00
parent 050d9d95eb
commit b255b0aba0
3 changed files with 1 additions and 16 deletions

View File

@ -48,8 +48,7 @@
"lodash": "^4.17.21",
"prettier": "^3.6.2",
"typescript": "~4.5.4",
"vite": "^5.4.20",
"vite-plugin-native-modules": "^2.3.1"
"vite": "^5.4.20"
},
"dependencies": {
"@homebridge/dbus-native": "^0.7.2",

View File

@ -114,9 +114,6 @@ importers:
vite:
specifier: ^5.4.20
version: 5.4.20(@types/node@24.10.13)(terser@5.49.0)
vite-plugin-native-modules:
specifier: ^2.3.1
version: 2.3.1(vite@5.4.20(@types/node@24.10.13)(terser@5.49.0))
optionalDependencies:
node-pipewire:
specifier: workspace:^
@ -3648,11 +3645,6 @@ packages:
validate-npm-package-license@3.0.4:
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
vite-plugin-native-modules@2.3.1:
resolution: {integrity: sha512-Vm/nJAuvUrE4XnjvqhDlFKRUNCPytylyr/2rivF0pXC3Vdg1r5jW3JbbR1PKefKoyVrTwU1F0vHruCFUhicflw==}
peerDependencies:
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
vite@5.4.20:
resolution: {integrity: sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==}
engines: {node: ^18.0.0 || >=20.0.0}
@ -7942,10 +7934,6 @@ snapshots:
spdx-correct: 3.2.0
spdx-expression-parse: 3.0.1
vite-plugin-native-modules@2.3.1(vite@5.4.20(@types/node@24.10.13)(terser@5.49.0)):
dependencies:
vite: 5.4.20(@types/node@24.10.13)(terser@5.49.0)
vite@5.4.20(@types/node@24.10.13)(terser@5.49.0):
dependencies:
esbuild: 0.21.5

View File

@ -1,9 +1,7 @@
import { defineConfig } from "vite";
import nativePlugin from "vite-plugin-native-modules";
// https://vitejs.dev/config
export default defineConfig({
plugins: [nativePlugin()],
build: {
commonjsOptions: {
include: [/node-pipewire/, /node_modules/],