Skip to content

Commit

Permalink
Merge branch 'main' into feat/tprm
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Sep 13, 2024
2 parents 9079313 + 383af8a commit 80fe76c
Show file tree
Hide file tree
Showing 4 changed files with 2,340 additions and 4,095 deletions.
12 changes: 6 additions & 6 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
django==5.1
django==5.1.1
weasyprint==62.3
psycopg2-binary==2.9.9
gunicorn==22.0.0
pytest-django==4.8.0
gunicorn==23.0.0
pytest-django==4.9.0
pytest-html==4.1.1
django-filter==24.3
whitenoise==6.7.0
Expand All @@ -18,7 +18,7 @@ structlog==24.4.0
python-dotenv==1.0.1
drf-spectacular==0.27.2
django-rest-knox==5.0.1
django-allauth[socialaccount]==64.0.0
django-allauth[socialaccount]==64.2.1
pre-commit==3.8.0
django-allauth[saml]==64.0.0
django-allauth==64.0.0
django-allauth[saml]==64.2.1
django-allauth==64.2.1
55 changes: 28 additions & 27 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@inlang/paraglide-js": "1.11.1",
"@playwright/test": "^1.46.0",
"@inlang/paraglide-js": "1.11.2",
"@playwright/test": "^1.47.0",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/svelte": "^8.2.9",
"@storybook/sveltekit": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/blocks": "^8.3.0",
"@storybook/svelte": "^8.3.0",
"@storybook/sveltekit": "^8.3.0",
"@storybook/test": "^8.3.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/kit": "^2.5.22",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@sveltejs/kit": "^2.5.26",
"@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.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/svelte": "^5.2.1",
"@types/node": "^20.14.15",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vincjo/datatables": "^1.14.10",
Expand All @@ -50,24 +50,24 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-svelte": "^2.43.0",
"jsdom": "^24.1.1",
"postcss": "^8.4.41",
"eslint-plugin-svelte": "^2.44.0",
"jsdom": "^24.1.3",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.2.9",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"storybook": "^8.3.0",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-typewriter": "^3.2.3",
"sveltekit-flash-message": "^2.4.4",
"sveltekit-rate-limiter": "^0.5.2",
"sveltekit-superforms": "^2.17.0",
"tailwindcss": "^3.4.10",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"sveltekit-superforms": "^2.18.0",
"tailwindcss": "^3.4.11",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite-plugin-tailwind-purgecss": "^0.3.3",
"vitest": "^1.6.0",
"zod": "^3.23.8"
Expand All @@ -80,6 +80,7 @@
"dotenv": "^16.4.5",
"echarts": "^5.5.1",
"svelte-multiselect": "^10.3.0",
"svelte-persisted-store": "^0.11.0"
"svelte-persisted-store": "^0.11.0",
"@inlang/paraglide-sveltekit": "0.11.0"
}
}
Loading

0 comments on commit 80fe76c

Please sign in to comment.