Skip to content

Commit

Permalink
🔧 Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 27, 2024
1 parent 8d046d0 commit 8b2e18e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Binary file modified bun.lockb
Binary file not shown.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,35 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"tailwindcss": "^3.4.1",
"postcss": "^8.4.33",
"autoprefixer": "^10.4.16",
"@tailwindcss/typography": "^0.5.10",
"prettier-plugin-tailwindcss": "^0.5.1"
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"tailwindcss": "^3.4.10",
"postcss": "^8.4.41",
"autoprefixer": "^10.4.20",
"@tailwindcss/typography": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.5.14"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/adapter-static": "^3.0.4",
"@types/prismjs": "^1.26.4",
"bits-ui": "^0.21.7",
"bits-ui": "^0.21.13",
"clsx": "^2.1.1",
"install": "^0.13.0",
"lucide-svelte": "^0.378.0",
"mode-watcher": "^0.3.0",
"mode-watcher": "^0.3.1",
"prismjs": "^1.29.0",
"svelte-legos": "^0.2.2",
"svelte-persisted-store": "^0.9.2",
"tailwind-merge": "^2.3.0",
"svelte-legos": "^0.2.5",
"svelte-persisted-store": "^0.9.4",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1"
}
}

0 comments on commit 8b2e18e

Please sign in to comment.