Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 27, 2024
1 parent 96ffdc2 commit 1c14256
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
"changelog": "npx auto-changelog --package --output ../changelog.md --hide-credit --commit-limit false"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.37.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"eslint": "^9.5.0",
"eslint-plugin-svelte": "^2.41.0",
"hastscript": "^9.0.0",
"mdsvex": "^0.11.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"mdsvex": "^0.11.2",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-multiselect": "^10.3.0",
"svelte-preprocess": "^5.1.4",
"svelte-toc": "^0.5.8",
"svelte-preprocess": "^6.0.1",
"svelte-toc": "^0.5.9",
"svelte-zoo": "^0.4.10",
"svelte2tsx": "^0.7.6",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"vite": "^5.2.9"
"svelte2tsx": "^0.7.13",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.1"
},
"prettier": {
"semi": false,
Expand Down
2 changes: 1 addition & 1 deletion site/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const rehypePlugins = [
]

const { default: pkg } = await import(`./package.json`, {
assert: { type: `json` },
with: { type: `json` },
})

/** @type {import('@sveltejs/kit').Config} */
Expand Down

0 comments on commit 1c14256

Please sign in to comment.