Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Sep 26, 2024
1 parent dba3a3c commit df8ca33
Show file tree
Hide file tree
Showing 2 changed files with 902 additions and 762 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pheralb.dev",
"version": "2.2.0",
"version": "2.3.0",
"author": "@pheralb_",
"description": "My personal website.",
"license": "Apache-Version2.0",
Expand All @@ -17,44 +17,44 @@
},
"dependencies": {
"@jsdevtools/rehype-toc": "3.0.2",
"bits-ui": "0.21.12",
"bits-ui": "0.21.15",
"clsx": "2.1.1",
"lucide-svelte": "0.414.0",
"mode-watcher": "0.4.0",
"lucide-svelte": "0.446.0",
"mode-watcher": "0.4.1",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"rehype-urls": "1.2.0",
"shiki": "1.11.0",
"tailwind-merge": "2.4.0",
"shiki": "1.19.0",
"tailwind-merge": "2.5.2",
"tailwind-variants": "0.2.1"
},
"devDependencies": {
"@resvg/resvg-js": "2.6.2",
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/adapter-vercel": "5.4.1",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.13",
"@types/eslint": "8.56.10",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.13.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"@sveltejs/adapter-auto": "3.2.5",
"@sveltejs/adapter-vercel": "5.4.4",
"@sveltejs/kit": "2.5.28",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/typography": "0.5.15",
"@types/eslint": "8.56.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.43.0",
"mdsvex": "0.11.2",
"postcss": "8.4.39",
"eslint-plugin-svelte": "2.44.0",
"mdsvex": "0.12.3",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.5",
"satori": "0.10.14",
"prettier-plugin-tailwindcss": "0.6.8",
"satori": "0.11.1",
"satori-html": "0.3.2",
"svelte": "4.2.18",
"svelte-check": "3.8.4",
"tailwindcss": "3.4.6",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "1.0.7",
"tslib": "2.6.3",
"typescript": "5.5.3",
"vite": "5.3.4"
"tslib": "2.7.0",
"typescript": "5.6.2",
"vite": "5.4.8"
}
}
Loading

0 comments on commit df8ca33

Please sign in to comment.