Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/main' into upgrade_blog
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelgoth committed May 20, 2023
2 parents c51b325 + cf64504 commit 78b8dc3
Show file tree
Hide file tree
Showing 10 changed files with 1,579 additions and 1,811 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
strict-peer-dependencies=false
6 changes: 2 additions & 4 deletions mdsvex.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ const remarkUraraSpoiler = () => (tree: Node<Data>) =>
return node
})

const defineConfig = (config: MdsvexOptions) => config

export default defineConfig({
export default {
extensions: ['.svelte.md', '.md'],
smartypants: {
dashes: 'oldschool'
Expand Down Expand Up @@ -118,4 +116,4 @@ export default defineConfig({
}
]
]
})
} as MdsvexOptions
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,53 +27,53 @@
"devDependencies": {
"@iconify-json/heroicons-outline": "^1.1.6",
"@iconify-json/heroicons-solid": "^1.1.7",
"@sveltejs/adapter-netlify": "^2.0.5",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/adapter-vercel": "^2.0.4",
"@sveltejs/kit": "^1.7.2",
"@sveltejs/adapter-netlify": "^2.0.7",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/adapter-vercel": "^2.4.3",
"@sveltejs/kit": "^1.15.9",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.14.0",
"@types/node": "^18.16.3",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@unocss/extractor-svelte": "^0.51.12",
"@vite-pwa/sveltekit": "^0.1.3",
"autoprefixer": "^10.4.13",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"cssnano": "^5.1.15",
"daisyui": "^2.50.1",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"daisyui": "^2.51.6",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"fenceparser": "^2.2.0",
"fff-flavored-frontmatter": "~0.5.0",
"fff-flavored-frontmatter": "~0.5.3",
"github-slugger": "^2.0.0",
"mdast-util-to-string": "^3.1.1",
"mdast-util-to-string": "^3.2.0",
"mdsvex": "^0.10.6",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"postcss": "^8.4.23",
"postcss-lightningcss": "^0.7.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.0.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"remark-fff": "~0.4.2",
"remark-fff": "~0.5.3",
"remark-footnotes": "~2.0.0",
"shiki-twoslash": "^3.1.1",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"sveltekit-embed": "^0.0.12",
"tailwindcss": "^3.2.7",
"shiki-twoslash": "^3.1.2",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"sveltekit-embed": "^0.0.13",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"unist-util-visit": "^4.1.2",
"unocss": "^0.49.7",
"vite": "^4.1.2",
"vite-imagetools": "^4.0.18",
"vite-plugin-pwa": "^0.14.4",
"unocss": "^0.51.8",
"vite": "^4.3.3",
"vite-imagetools": "^4.0.19",
"vite-plugin-pwa": "^0.14.7",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
},
Expand Down
Loading

0 comments on commit 78b8dc3

Please sign in to comment.