Skip to content

Commit

Permalink
Update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 1f1d6ca commit cfc3b44
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 415 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.10.0-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand Down
36 changes: 18 additions & 18 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.12.3",
"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.48.2",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/kit": "2.7.3",
"@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.12.2",
"@typescript-eslint/parser": "8.12.2",
"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.0",
"postcss": "8.4.47",
"postcss-load-config": "6.0.1",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-svelte": "3.2.7",
"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.75.3",
"tailwindcss": "3.4.14",
"tslib": "2.8.0",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitest": "2.1.4"
},
"dependencies": {
"@sveltejs/adapter-node": "5.2.2",
"@sveltejs/adapter-node": "5.2.9",
"date-fns": "3.6.0",
"dotenv": "16.4.5",
"install": "0.13.0",
"npm": "10.8.3"
"npm": "10.9.0"
}
}
Loading

0 comments on commit cfc3b44

Please sign in to comment.