Skip to content

Commit

Permalink
Various fixes (#169)
Browse files Browse the repository at this point in the history
* fix: redirect fix

* chore: update to latest
  • Loading branch information
maehr authored May 31, 2024
1 parent cf5517b commit eb5b3cf
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 538 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
test-results/.last-run.json

.DS_Store
node_modules
/build
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pnpm": ">=9"
},
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.3",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -28,41 +28,41 @@
"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.24.0",
"@playwright/test": "^1.43.1",
"@skeletonlabs/skeleton": "^2.9.2",
"@divriots/jampack": "^0.24.4",
"@playwright/test": "^1.44.1",
"@skeletonlabs/skeleton": "^2.10.0",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"cheerio": "1.0.0-rc.12",
"dompurify": "^3.1.2",
"eslint": "^9.2.0",
"dompurify": "^3.1.5",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"eslint-plugin-svelte": "^2.39.0",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"mdsvex": "^0.11.0",
"node-fetch": "^3.3.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-captions": "^2.2.4",
"svelte": "^4.2.15",
"svelte-check": "^3.7.1",
"svelte-maplibre": "^0.9.1",
"svelte": "^4.2.17",
"svelte-check": "^3.8.0",
"svelte-maplibre": "^0.9.4",
"tailwindcss": "^3.4.3",
"turndown": "^7.1.3",
"turndown": "^7.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-tailwind-purgecss": "^0.3.3",
"vitest": "^1.6.0",
"xml2js": "^0.6.2"
Expand Down
Loading

0 comments on commit eb5b3cf

Please sign in to comment.