Skip to content

Commit

Permalink
Upgrade to sveltekit 2 & fix dependabot (Stadt-Geschichte-Basel#43)
Browse files Browse the repository at this point in the history
* ci: fix dependabot

* chore: dependencies updated

* feat: upgrade to sveltekit2
  • Loading branch information
maehr authored Dec 18, 2023
1 parent 701d492 commit 945422a
Show file tree
Hide file tree
Showing 8 changed files with 358 additions and 339 deletions.
File renamed without changes.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@
"postbuild": "jampack ./build && npx svelte-sitemap --domain https://stadtgeschichtebasel.ch"
},
"devDependencies": {
"@divriots/jampack": "^0.22.1",
"@divriots/jampack": "^0.23.1",
"@playwright/test": "^1.40.1",
"@skeletonlabs/skeleton": "^2.6.0",
"@skeletonlabs/tw-plugin": "^0.3.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.30.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"cheerio": "1.0.0-rc.12",
"dompurify": "^3.0.6",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"husky": "^8.0.3",
Expand All @@ -62,8 +63,8 @@
"tailwindcss": "^3.3.6",
"turndown": "^7.1.2",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite-plugin-tailwind-purgecss": "^0.1.4",
"vite": "^5.0.10",
"vite-plugin-tailwind-purgecss": "^0.2.0",
"vitest": "^1.0.4",
"xml2js": "^0.6.2"
},
Expand Down
Loading

0 comments on commit 945422a

Please sign in to comment.