Skip to content

Commit

Permalink
Merge pull request #334 from openzim/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
benoit74 authored Sep 12, 2024
2 parents aaeaefe + dbc5066 commit ac20795
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 257 deletions.
6 changes: 3 additions & 3 deletions scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"requests==2.32.3",
"kiwixstorage==0.9.0",
"pif==0.8.2",
"pydantic==2.9.0",
"pydantic==2.9.1",
"pyhumps==3.8.0",
"schedule==1.2.2",
]
Expand All @@ -32,8 +32,8 @@ additional-keywords = ["youtube"]
[project.optional-dependencies]
scripts = ["invoke==2.2.0"]
lint = ["black==24.8.0", "ruff==0.6.4"]
check = ["pyright==1.1.379"]
test = ["pytest==8.3.2", "coverage==7.6.1"]
check = ["pyright==1.1.380"]
test = ["pytest==8.3.3", "coverage==7.6.1"]
dev = [
"pre-commit==3.8.0",
"debugpy==1.8.5",
Expand Down
16 changes: 8 additions & 8 deletions zimui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"format": "prettier --write src/"
},
"dependencies": {
"@fontsource/roboto": "^5.0.14",
"@fontsource/roboto": "^5.1.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"pinia": "^2.2.2",
"resize-observer-polyfill": "^1.5.1",
"video.js": "^8.17.3",
"video.js": "^8.17.4",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.3",
"vue-router": "^4.4.3",
"vue": "^3.5.4",
"vue-router": "^4.4.4",
"vuetify": "^3.7.1",
"webp-hero": "^0.0.2"
},
Expand All @@ -46,11 +46,11 @@
"npm-run-all2": "^6.2.2",
"ogv": "1.9.0",
"prettier": "^3.3.3",
"terser": "^5.31.6",
"typescript": "~5.5.4",
"vite": "^5.4.3",
"terser": "^5.32.0",
"typescript": "~5.6.2",
"vite": "^5.4.4",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^2.0.5",
"vitest": "^2.1.0",
"vue-tsc": "^2.1.6"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit ac20795

Please sign in to comment.