chore: update bun deps

This commit is contained in:
dusk 2024-10-29 17:46:18 +09:00
parent 64869c91c4
commit 067ebc3a36
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 20 additions and 20 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -12,36 +12,36 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/enhanced-img": "^0.3.8",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/eslint": "^9.6.0",
"@types/node": "^22.4.2",
"@sveltejs/enhanced-img": "^0.3.10",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.9.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"mdsvex": "^0.12.3",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.8.5",
"tailwindcss": "^3.4.8",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0"
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.1",
"vite": "^5.4.10"
},
"type": "module",
"dependencies": {
"@std/toml": "npm:@jsr/std__toml",
"base64url": "^3.0.1",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"typescript-svelte-plugin": "^0.3.42"