Compare commits

..

4 Commits

Author SHA1 Message Date
4151901413 chore(security): override vulnerable minimatch version 2026-03-24 17:05:35 +01:00
863b04b8f2 chore: upgrade astro 2026-03-24 17:04:01 +01:00
2c0d5de96e chore: run pnpm update 2026-03-24 17:03:33 +01:00
6e07c6b5c6 feat: add .ignore file 2026-03-24 17:02:58 +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,18 +13,18 @@
"deploy": "astro build && scp -r dist/* vds:~/dockervolumes/f1r3xyz_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",
"@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",
@@ -35,7 +35,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