Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/format-build-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
uses: actions/setup-node@v5
with:
node-version: '22'
cache: 'npm'

- name: Install Dependencies
run: |
npm install -g npm@latest
npm install --force
npm ci --force

- name: Format Frontend
run: npm run format
Expand All @@ -61,10 +61,10 @@ jobs:
uses: actions/setup-node@v5
with:
node-version: '22'
cache: 'npm'

- name: Install Dependencies
run: |
npm install -g npm@latest
npm ci --force

- name: Run vitest
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ sentencepiece==0.2.1
jsonpath-ng
soundfile==0.13.1

pillow==12.1.1
pillow==12.2.0
opencv-python-headless==4.13.0.92
rapidocr-onnxruntime==1.4.4
rank-bm25==0.2.2

onnxruntime==1.24.3
faster-whisper==1.2.1

black==26.1.0
black==26.3.1
youtube-transcript-api==1.2.4
pytube==15.0.0

Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ dependencies = [
"soundfile==0.13.1",
"azure-ai-documentintelligence==1.0.2",

"pillow==12.1.1",
"pillow==12.2.0",
"opencv-python-headless==4.13.0.92",
"rapidocr-onnxruntime==1.4.4",
"rank-bm25==0.2.2",

"onnxruntime==1.24.3",
"faster-whisper==1.2.1",

"black==26.1.0",
"black==26.3.1",
"youtube-transcript-api==1.2.4",
"pytube==15.0.0",

Expand Down
Loading