mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-26 19:50:26 -04:00
Compare commits
20 Commits
l10n_meali
...
mealie-nex
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
975a16c74b | ||
|
|
840da0e935 | ||
|
|
0e22f3f8fa | ||
|
|
ff67fb6a4f | ||
|
|
97f37d0def | ||
|
|
37171d174b | ||
|
|
f010c13661 | ||
|
|
84622af5f8 | ||
|
|
024dad6663 | ||
|
|
f1998121aa | ||
|
|
94ca311616 | ||
|
|
44c4bbb9ab | ||
|
|
0c263c98c9 | ||
|
|
c235dc8d4d | ||
|
|
1b7eda0f2c | ||
|
|
f3725b7184 | ||
|
|
00a4b51ec1 | ||
|
|
2cf042fce9 | ||
|
|
55a8fdfee5 | ||
|
|
1ab5323f34 |
@@ -1,7 +1,7 @@
|
||||
###############################################
|
||||
# Frontend Build
|
||||
###############################################
|
||||
FROM node:24@sha256:050bf2bbe33c1d6754e060bec89378a79ed831f04a7bb1a53fe45e997df7b3bb \
|
||||
FROM node:24@sha256:8530f76a96d88820d288761f022e318970dda93d01536919fbc16076b7983e63 \
|
||||
AS frontend-builder
|
||||
|
||||
WORKDIR /frontend
|
||||
|
||||
4967
frontend/yarn.lock
4967
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
@@ -19,19 +19,19 @@ dependencies = [
|
||||
"extruct==0.18.0",
|
||||
"fastapi==0.136.1",
|
||||
"httpx==0.28.1",
|
||||
"lxml==6.1.0",
|
||||
"orjson==3.11.8",
|
||||
"pydantic==2.13.3",
|
||||
"lxml==6.1.1",
|
||||
"orjson==3.11.9",
|
||||
"pydantic==2.13.4",
|
||||
"pyhumps==3.8.0",
|
||||
"python-dateutil==2.9.0.post0",
|
||||
"python-dotenv==1.2.2",
|
||||
"python-ldap==3.4.5",
|
||||
"python-multipart==0.0.27",
|
||||
"python-ldap==3.4.7",
|
||||
"python-multipart==0.0.29",
|
||||
"python-slugify==8.0.4",
|
||||
"recipe-scrapers==15.11.0",
|
||||
"requests==2.33.1",
|
||||
"requests==2.34.2",
|
||||
"tzdata==2026.2",
|
||||
"uvicorn[standard]==0.46.0",
|
||||
"uvicorn[standard]==0.47.0",
|
||||
"beautifulsoup4==4.14.3",
|
||||
"isodate==0.7.2",
|
||||
"text-unidecode==1.3",
|
||||
@@ -39,10 +39,10 @@ dependencies = [
|
||||
"authlib==1.7.2",
|
||||
"html2text==2025.4.15",
|
||||
"paho-mqtt==1.6.1",
|
||||
"pydantic-settings==2.14.0",
|
||||
"pydantic-settings==2.14.1",
|
||||
"pillow-heif==1.3.0",
|
||||
"pyjwt==2.12.1",
|
||||
"openai==2.34.0",
|
||||
"pyjwt==2.13.0",
|
||||
"openai==2.38.0",
|
||||
"typing-extensions==4.15.0",
|
||||
"itsdangerous==2.2.0",
|
||||
"yt-dlp==2026.3.17",
|
||||
@@ -64,20 +64,20 @@ docs = [
|
||||
"mkdocs-material==9.7.6",
|
||||
]
|
||||
dev = [
|
||||
"coverage==7.13.5",
|
||||
"coverage==7.14.0",
|
||||
"coveragepy-lcov==0.1.2",
|
||||
"mkdocs-material==9.7.6",
|
||||
"mypy==2.0.0",
|
||||
"mypy==2.1.0",
|
||||
"pre-commit==4.6.0",
|
||||
"pylint==4.0.5",
|
||||
"pytest==9.0.3",
|
||||
"pytest-asyncio==1.3.0",
|
||||
"rich==15.0.0",
|
||||
"ruff==0.15.12",
|
||||
"types-PyYAML==6.0.12.20260408",
|
||||
"types-python-dateutil==2.9.0.20260408",
|
||||
"ruff==0.15.14",
|
||||
"types-PyYAML==6.0.12.20260518",
|
||||
"types-python-dateutil==2.9.0.20260518",
|
||||
"types-python-slugify==8.0.2.20240310",
|
||||
"types-requests==2.33.0.20260503",
|
||||
"types-requests==2.33.0.20260518",
|
||||
"types-urllib3==1.26.25.14",
|
||||
"pydantic-to-typescript2==1.0.6",
|
||||
"freezegun==1.5.5",
|
||||
|
||||
@@ -24,6 +24,13 @@
|
||||
],
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
{
|
||||
"description": "Always create lockfile maintenance PRs without dashboard approval",
|
||||
"matchUpdateTypes": [
|
||||
"lockFileMaintenance"
|
||||
],
|
||||
"dependencyDashboardApproval": false
|
||||
},
|
||||
{
|
||||
"matchManagers": [
|
||||
"pep621"
|
||||
|
||||
Reference in New Issue
Block a user