fix: updates

This commit is contained in:
Morten Olsen
2025-09-23 22:59:43 +02:00
parent 4acf4093ec
commit 10886b40f5
66 changed files with 5126 additions and 5702 deletions

View File

@@ -3,6 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"test:lint": "eslint",
"docker:install": "docker-compose -f docker-compose.dev.yml run --rm dev pnpm install",
"docker:dev": "docker-compose -f docker-compose.dev.yml up",
"dev": "astro dev",
@@ -19,42 +20,49 @@
"*": "pnpm lint:apply"
},
"dependencies": {
"@playform/compress": "^0.0.3",
"astro": "^5.3.0",
"date-fns": "^3.6.0",
"typescript": "^5.4.2"
"@playform/compress": "^0.2.0",
"astro": "^5.13.10",
"date-fns": "^4.1.0",
"typescript": "^5.9.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@eslint/js": "^8.57.0",
"@iconify-json/mdi": "^1.1.64",
"@img/sharp-wasm32": "^0.33.3",
"@types/jsonld": "^1.5.13",
"@types/node": "^20.12.2",
"@typescript-eslint/parser": "^7.5.0",
"@astrojs/mdx": "^4.3.6",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@eslint/js": "9.36.0",
"@iconify-json/mdi": "^1.2.3",
"@img/sharp-wasm32": "^0.34.4",
"@types/jsonld": "^1.5.15",
"@types/node": "^24.5.2",
"@typescript-eslint/parser": "^8.44.1",
"astro-capo": "^0.0.1",
"astro-compress": "^2.2.16",
"astro-icon": "^1.1.0",
"astro-compress": "^2.3.8",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"husky": "^9.0.11",
"json-schema-to-typescript": "^13.1.2",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"eslint": "9.36.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"husky": "^9.1.7",
"json-schema-to-typescript": "^15.0.4",
"less": "^4.4.1",
"lint-staged": "^16.2.0",
"prettier": "3.6.2",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.72.0",
"serve": "^14.2.1",
"sharp": "^0.33.3",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.93.1",
"serve": "^14.2.5",
"sharp": "^0.34.4",
"sharp-ico": "^0.1.5",
"tsx": "^4.7.1",
"vite-plugin-pwa": "^0.19.7"
"tsx": "^4.20.5",
"vite-plugin-pwa": "^1.0.3",
"@eslint/eslintrc": "3.3.1",
"@pnpm/find-workspace-packages": "6.0.9",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prettier": "5.5.4",
"typescript": "5.9.2",
"typescript-eslint": "8.44.1"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
}