Compare commits

..

4 Commits

Author SHA1 Message Date
276b8401ef chore(security): override vulnerable minimatch version 2026-03-24 17:00:20 +01:00
ef12d4883c chore: upgrade astro 2026-03-24 16:48:59 +01:00
1c04a8c2a4 chore: run pnpm update 2026-03-24 16:46:59 +01:00
7f75cd533e feat: add .ignore file 2026-03-24 16:44:38 +01:00
4 changed files with 902 additions and 1220 deletions

1
.ignore Normal file
View File

@@ -0,0 +1 @@
pnpm-lock.yaml

View File

@@ -13,19 +13,19 @@
"deploy": "astro build && scp -r dist/* vds:~/dockervolumes/kmoschcau_website/web/"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"tailwindcss": "^4.2.1"
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.0.8",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.6",
"@astrojs/ts-plugin": "^1.10.7",
"@cspell/dict-de-de": "^4.1.2",
"@eslint/js": "^10.0.1",
"@markuplint/astro-parser": "^4.6.23",
"@markuplint/ml-config": "^4.8.15",
"@typescript-eslint/parser": "^8.56.1",
"@typescript-eslint/parser": "^8.57.2",
"cspell": "^9.7.0",
"eslint": "^10.0.2",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -36,7 +36,7 @@
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5",
"stylelint": "^17.4.0",
"stylelint": "^17.5.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^18.0.0",
"stylelint-config-standard": "^40.0.0",

2104
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

3
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,3 @@
---
overrides:
minimatch@10.1.2: 10.2.3