Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 11, 2024
1 parent 595add0 commit 7eb42e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"fmt": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "0.28.2",
"@astrojs/vue": "4.5.1",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/starlight": "0.28.3",
"@astrojs/vue": "4.5.2",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@supabase/supabase-js": "^2.45.4",
"astro": "4.15.9",
"astro-embed": "^0.7.2",
"astro": "4.16.0",
"astro-embed": "^0.7.4",
"caniuse-lite": "^1.0.30001660",
"faiss-node": "^0.5.1",
"ky": "^1.7.2",
Expand All @@ -28,28 +28,28 @@
"posthog-js": "^1.161.3",
"sharp": "^0.33.5",
"sitemap": "^8.0.0",
"vue": "^3.5.4",
"vue-sonner": "^1.1.5"
"vue": "^3.5.11",
"vue-sonner": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.5.1",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/twemoji": "^1.2.0",
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/carbon": "^1.2.2",
"@iconify-json/twemoji": "^1.2.1",
"@types/marked": "^6.0.0",
"@types/node": "^22.5.4",
"@types/semver": "^7.5.8",
"@unocss/astro": "^0.62.3",
"@unocss/reset": "^0.62.3",
"@unocss/astro": "^0.63.4",
"@unocss/reset": "^0.63.4",
"@vite-pwa/astro": "^0.4.3",
"astro-font": "^0.1.81",
"cheerio": "1.0.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"eslint": "^9.10.0",
"eslint": "^9.12.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"schema-dts": "^1.1.2",
"unocss": "^0.62.3",
"unocss": "^0.63.4",
"zod": "^3.23.8"
}
}

0 comments on commit 7eb42e2

Please sign in to comment.