Skip to content

Commit

Permalink
Merge pull request #139 from rishi-raj-jain/main
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx authored Oct 2, 2023
2 parents c330666 + 22be202 commit fa950b5
Show file tree
Hide file tree
Showing 8 changed files with 512 additions and 587 deletions.
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ export default defineConfig({
],
}),
],
image: { service: { entrypoint: 'astro/assets/services/sharp' } },
})
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"fmt": "prettier --write '**/*' --ignore-unknown"
},
"dependencies": {
"@astrojs/starlight": "^0.7.1",
"@astrojs/vue": "^2.2.1",
"@astrojs/starlight": "^0.10.3",
"@astrojs/vue": "^3.0.0",
"@headlessui/vue": "^1.7.15",
"@heroicons/vue": "^2.0.18",
"astro": "^2.10.5",
"astro": "^3.2.1",
"faiss-node": "^0.3.0",
"langchain": "^0.0.131",
"marked": "^7.0.3",
Expand All @@ -35,13 +35,13 @@
"@unocss/reset": "^0.55.0",
"@vite-pwa/astro": "^0.1.1",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"schema-dts": "^1.1.2",
"unocss": "^0.55.0",
"unocss": "^0.56.4",
"zod": "^3.22.2"
}
}
Loading

0 comments on commit fa950b5

Please sign in to comment.