Skip to content

Commit

Permalink
fix: lang choice persistence and menu flicker (#1359)
Browse files Browse the repository at this point in the history
* lang choice persistence

* Revert "Periodic upgrades (#1312)"

This reverts commit 20be244.
  • Loading branch information
ab-smith authored Jan 14, 2025
1 parent 4a9cf29 commit 4580897
Show file tree
Hide file tree
Showing 8 changed files with 1,058 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY poetry.lock /code/
COPY startup.sh /code/

RUN pip install --upgrade pip && \
pip install poetry==2.0.0
pip install poetry==1.8.5
RUN poetry install
RUN rm -rf $POETRY_CACHE_DIR

Expand Down
925 changes: 440 additions & 485 deletions backend/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion enterprise/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY backend/pyproject.toml /code/
COPY backend/poetry.lock /code/

RUN pip install --upgrade pip && \
pip install poetry==2.0.0
pip install poetry==1.8.5

RUN poetry install
RUN rm -rf $POETRY_CACHE_DIR
Expand Down
22 changes: 5 additions & 17 deletions enterprise/backend/poetry.lock

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

24 changes: 12 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@inlang/paraglide-js": "1.11.2",
"@inlang/plugin-message-format": "2.2.0",
"@playwright/test": "^1.49.1",
"@skeletonlabs/skeleton": "^2.10.4",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
Expand All @@ -35,20 +35,20 @@
"@svelte-put/copy": "^3.0.2",
"@svelte-put/qr": "^1.2.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-node": "^5.2.11",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.10.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.6",
"@types/node": "^20.17.11",
"@types/node": "^20.17.10",
"@vincjo/datatables": "^1.14.10",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-intuitem-sveltekit": "file:plugins/eslint/eslint-plugin-intuitem-sveltekit",
"eslint-plugin-svelte": "^2.46.1",
Expand All @@ -64,8 +64,8 @@
"svelte-typewriter": "^3.2.3",
"sveltekit-flash-message": "^2.4.4",
"sveltekit-rate-limiter": "^0.5.2",
"sveltekit-superforms": "^2.22.1",
"tailwindcss": "^3.4.17",
"sveltekit-superforms": "^2.21.1",
"tailwindcss": "^3.4.16",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
Expand All @@ -76,17 +76,17 @@
"type": "module",
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-free": "^6.7.1",
"@inlang/paraglide-sveltekit": "0.11.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@unovis/svelte": "1.4.3-beta.0",
"@unovis/ts": "1.4.3-beta.0",
"cmdk-sv": "^0.0.18",
"dotenv": "^16.4.7",
"echarts": "^5.6.0",
"echarts": "^5.5.1",
"eslint-plugin-storybook": "^0.10.2",
"globals": "^15.14.0",
"globals": "^15.13.0",
"svelte-multiselect": "^10.3.0",
"svelte-persisted-store": "^0.11.0"
}
Expand Down
Loading

0 comments on commit 4580897

Please sign in to comment.