Skip to content

Commit

Permalink
Update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 3dea02b commit 2872596
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 513 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.7.0-slim AS base
FROM node:22.14.0-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
40 changes: 20 additions & 20 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crylendar-frontend",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.15.5",
"version": "0.0.1",
"private": true,
"type": "module",
Expand All @@ -18,34 +18,34 @@
},
"devDependencies": {
"@mdi/js": "7.4.47",
"@playwright/test": "1.46.1",
"@sveltejs/adapter-auto": "3.2.4",
"@sveltejs/kit": "2.5.25",
"@playwright/test": "1.50.1",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/kit": "2.17.2",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.43.0",
"postcss": "8.4.42",
"eslint-plugin-svelte": "2.46.1",
"postcss": "8.5.2",
"postcss-load-config": "6.0.1",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier": "3.5.1",
"prettier-plugin-svelte": "3.3.3",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"svelte-ux": "0.74.6",
"tailwindcss": "3.4.10",
"tslib": "2.7.0",
"typescript": "5.5.4",
"vite": "5.4.2",
"vitest": "2.0.5"
"svelte-ux": "0.90.2",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "5.4.14",
"vitest": "2.1.9"
},
"dependencies": {
"@sveltejs/adapter-node": "5.2.2",
"@sveltejs/adapter-node": "5.2.12",
"date-fns": "3.6.0",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"install": "0.13.0",
"npm": "10.8.3"
"npm": "10.9.2"
}
}
Loading

0 comments on commit 2872596

Please sign in to comment.