Skip to content

Commit

Permalink
Merge branch 'main' into partytown
Browse files Browse the repository at this point in the history
  • Loading branch information
Wituareard committed Nov 5, 2024
2 parents 29ed90a + a3948a6 commit 5cb3833
Show file tree
Hide file tree
Showing 61 changed files with 1,820 additions and 1,494 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build:dev": "vite build --mode development && run-s _postbuild:*",
"_postbuild:pagefind": "tsx scripts/create-pagefind-index.ts",
"_postbuild:exclude": "tsx scripts/exclude-from-edge-function.ts",
"_postbuild:caching": "tsx scripts/opt-in-to-caching.ts",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand All @@ -16,51 +17,49 @@
"prepare": "husky"
},
"devDependencies": {
"@sveltejs/adapter-netlify": "^3.0.2",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@sveltejs/adapter-netlify": "^4.3.4",
"@sveltejs/kit": "^2.6.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/escape-html": "^1.0.4",
"@types/node": "^20.11.30",
"@types/node": "^20.16.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"mdsvex": "^0.11.0",
"eslint-plugin-svelte": "^2.44.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"mdsvex": "^0.11.2",
"npm-run-all2": "^6.2.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"tslib": "^2.6.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"tslib": "^2.7.0",
"tsx": "^4.19.1",
"typescript": "^5.4.3",
"vite": "^5.2.2"
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"dependencies": {
"@builder.io/partytown": "^0.10.2",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/manrope": "^4.5.13",
"@fontsource/roboto-slab": "^5.0.19",
"@fontsource/saira-condensed": "^5.0.12",
"@pagefind/default-ui": "^1.0.4",
"@fontsource/roboto-slab": "^5.1.0",
"@fontsource/saira-condensed": "^5.1.0",
"@pagefind/default-ui": "^1.1.1",
"@prgm/sveltekit-progress-bar": "^2.0.0",
"@types/mapbox-gl": "^2.7.21",
"clipboard-polyfill": "^4.0.2",
"clipboard-polyfill": "^4.1.0",
"escape-html": "^1.0.3",
"github-slugger": "^2.0.0",
"html-to-image": "^1.11.11",
"lucide-svelte": "^0.325.0",
"mapbox-gl": "^3.2.0",
"pagefind": "^1.0.4",
"mapbox-gl": "^3.7.0",
"pagefind": "^1.1.1",
"rehype-slug": "^5.1.0",
"remark-toc": "^9.0.0",
"remark-unwrap-images": "^3.0.1",
"shiki": "^0.14.7",
"svelte-french-toast": "^1.2.0",
"svelte-markdown": "^0.4.1",
"svelte-toc": "^0.5.8"
"svelte-toc": "^0.5.9"
}
}
Loading

0 comments on commit 5cb3833

Please sign in to comment.