Skip to content

Commit

Permalink
Migrated to Sveltekit 2 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-leri authored Feb 6, 2024
1 parent ec70ae3 commit dc177a8
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 583 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,24 @@
},
"devDependencies": {
"@hbsnow/rehype-sectionize": "^1.0.7",
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/fa6-solid": "^1.1.15",
"@iconify-json/tabler": "^1.1.98",
"@iconify-json/fa6-brands": "^1.1.18",
"@iconify-json/fa6-solid": "^1.1.20",
"@iconify-json/tabler": "^1.1.103",
"@jsdevtools/rehype-toc": "^3.0.2",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.2",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@sveltekit-i18n/base": "^1.3.7",
"@sveltekit-i18n/parser-default": "^1.1.1",
"@types/node": "^20.8.10",
"@types/prismjs": "^1.26.2",
"@types/node": "^20.11.0",
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@unocss/extractor-svelte": "^0.57.7",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-svelte": "^2.34.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-svelte": "^2.35.1",
"mdsvex": "^0.11.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
Expand All @@ -38,14 +39,14 @@
"rehype-autolink-headings": "^6.1.1",
"rehype-rewrite": "^3.0.6",
"rehype-slug": "^6.0.0",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-markdown": "^0.4.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
"svelte-markdown": "^0.4.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unocss": "^0.57.7",
"vite": "^4.5.0",
"vite": "^5.0.11",
"yaml": "^2.3.4"
},
"type": "module"
}
}
Loading

1 comment on commit dc177a8

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://ea2c876b.developer-wiki.pages.dev

Please sign in to comment.