Skip to content

Commit

Permalink
Update dependencies (#196)
Browse files Browse the repository at this point in the history
* refactor: update configuration files and dependencies

* chore: add prettier-plugin-tailwindcss to configuration

* fix: update dependencies for @sveltejs/vite-plugin-svelte and svelte
  • Loading branch information
maehr authored Dec 6, 2024
1 parent da35949 commit d637f5e
Show file tree
Hide file tree
Showing 4 changed files with 754 additions and 673 deletions.
9 changes: 8 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@
"prettier-plugin-organize-imports",
"prettier-plugin-tailwindcss"
],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/Stadt-Geschichte-Basel/stadtgeschichtebasel.ch/issues",
"license": "AGPL-3.0",
"engines": {
"node": ">=20",
"node": ">=20 <23",
"pnpm": ">=9"
},
"private": true,
Expand All @@ -44,44 +44,44 @@
"clean": "rm -Rf static/files/* && touch static/files/.gitkeep && rm -Rf src/pages/* && touch src/pages/.gitkeep && rm -Rf src/posts/* && touch src/posts/.gitkeep"
},
"devDependencies": {
"@divriots/jampack": "^0.30.0",
"@playwright/test": "^1.48.1",
"@skeletonlabs/skeleton": "^2.10.2",
"@divriots/jampack": "^0.30.1",
"@playwright/test": "^1.49.0",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cheerio": "1.0.0",
"dompurify": "^3.1.7",
"eslint": "^9.13.0",
"dompurify": "^3.2.2",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"husky": "^9.1.7",
"js-yaml": "^4.1.0",
"jsdom": "^25.0.1",
"mdsvex": "^0.12.3",
"node-fetch": "^3.3.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-captions": "^2.2.4",
"svelte": "^5.1.0",
"svelte-check": "^4.0.5",
"svelte": "^4.2.19",
"svelte-check": "^4.1.1",
"svelte-maplibre": "^0.9.14",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.16",
"turndown": "^7.2.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-tailwind-purgecss": "^0.3.3",
"vitest": "^2.1.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-tailwind-purgecss": "^0.3.5",
"vitest": "^2.1.8",
"xml2js": "^0.6.2"
},
"type": "module"
Expand Down
Loading

0 comments on commit d637f5e

Please sign in to comment.