Skip to content

Commit

Permalink
remove unneeded depend
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFascinated committed Feb 28, 2025
1 parent 3050b2e commit 5a926d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
19 changes: 0 additions & 19 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"": {
"name": "clippy",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^4.1.2",
"@radix-ui/react-dialog": "^1.1.6",
Expand Down Expand Up @@ -155,24 +154,6 @@

"@eslint/plugin-kit": ["@eslint/[email protected]", "", { "dependencies": { "@eslint/core": "^0.12.0", "levn": "^0.4.1" } }, "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g=="],

"@ffmpeg-installer/darwin-arm64": ["@ffmpeg-installer/[email protected]", "", { "os": "darwin", "cpu": "arm64" }, "sha512-hYqTiP63mXz7wSQfuqfFwfLOfwwFChUedeCVKkBtl/cliaTM7/ePI9bVzfZ2c+dWu3TqCwLDRWNSJ5pqZl8otA=="],

"@ffmpeg-installer/darwin-x64": ["@ffmpeg-installer/[email protected]", "", { "os": "darwin", "cpu": "x64" }, "sha512-Z4EyG3cIFjdhlY8wI9aLUXuH8nVt7E9SlMVZtWvSPnm2sm37/yC2CwjUzyCQbJbySnef1tQwGG2Sx+uWhd9IAw=="],

"@ffmpeg-installer/ffmpeg": ["@ffmpeg-installer/[email protected]", "", { "optionalDependencies": { "@ffmpeg-installer/darwin-arm64": "4.1.5", "@ffmpeg-installer/darwin-x64": "4.1.0", "@ffmpeg-installer/linux-arm": "4.1.3", "@ffmpeg-installer/linux-arm64": "4.1.4", "@ffmpeg-installer/linux-ia32": "4.1.0", "@ffmpeg-installer/linux-x64": "4.1.0", "@ffmpeg-installer/win32-ia32": "4.1.0", "@ffmpeg-installer/win32-x64": "4.1.0" } }, "sha512-Uq4rmwkdGxIa9A6Bd/VqqYbT7zqh1GrT5/rFwCwKM70b42W5gIjWeVETq6SdcL0zXqDtY081Ws/iJWhr1+xvQg=="],

"@ffmpeg-installer/linux-arm": ["@ffmpeg-installer/[email protected]", "", { "os": "linux", "cpu": "arm" }, "sha512-NDf5V6l8AfzZ8WzUGZ5mV8O/xMzRag2ETR6+TlGIsMHp81agx51cqpPItXPib/nAZYmo55Bl2L6/WOMI3A5YRg=="],

"@ffmpeg-installer/linux-arm64": ["@ffmpeg-installer/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-dljEqAOD0oIM6O6DxBW9US/FkvqvQwgJ2lGHOwHDDwu/pX8+V0YsDL1xqHbj1DMX/+nP9rxw7G7gcUvGspSoKg=="],

"@ffmpeg-installer/linux-ia32": ["@ffmpeg-installer/[email protected]", "", { "os": "linux", "cpu": "ia32" }, "sha512-0LWyFQnPf+Ij9GQGD034hS6A90URNu9HCtQ5cTqo5MxOEc7Rd8gLXrJvn++UmxhU0J5RyRE9KRYstdCVUjkNOQ=="],

"@ffmpeg-installer/linux-x64": ["@ffmpeg-installer/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-Y5BWhGLU/WpQjOArNIgXD3z5mxxdV8c41C+U15nsE5yF8tVcdCGet5zPs5Zy3Ta6bU7haGpIzryutqCGQA/W8A=="],

"@ffmpeg-installer/win32-ia32": ["@ffmpeg-installer/[email protected]", "", { "os": "win32", "cpu": "ia32" }, "sha512-FV2D7RlaZv/lrtdhaQ4oETwoFUsUjlUiasiZLDxhEUPdNDWcH1OU9K1xTvqz+OXLdsmYelUDuBS/zkMOTtlUAw=="],

"@ffmpeg-installer/win32-x64": ["@ffmpeg-installer/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-Drt5u2vzDnIONf4ZEkKtFlbvwj6rI3kxw1Ck9fpudmtgaZIHD4ucsWB2lCZBXRxJgXR+2IMSti+4rtM4C4rXgg=="],

"@floating-ui/core": ["@floating-ui/[email protected]", "", { "dependencies": { "@floating-ui/utils": "^0.2.9" } }, "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw=="],

"@floating-ui/dom": ["@floating-ui/[email protected]", "", { "dependencies": { "@floating-ui/core": "^1.6.0", "@floating-ui/utils": "^0.2.9" } }, "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w=="],
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"prettier": "bunx prettier -w --config ./prettierrc.json ."
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^4.1.2",
"@radix-ui/react-dialog": "^1.1.6",
Expand Down Expand Up @@ -74,4 +73,4 @@
"tsx": "^4.19.3",
"typescript": "^5.7.3"
}
}
}

0 comments on commit 5a926d0

Please sign in to comment.