Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/web/svelte-check-4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Sep 21, 2024
2 parents 66751f3 + 57da8d1 commit 497b6b7
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 50 deletions.
8 changes: 4 additions & 4 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ starlette = "^0.26.1"
typing-extensions = "^4.12.2"
urllib3 = "^2.2.3"
fastapi = "^0.95.1"
huggingface-hub = "^0.24.6"
huggingface-hub = "^0.25.0"
requests = "^2.32.3"
langchain = "^0.0.180"
loguru = "^0.7.2"
Expand Down
82 changes: 42 additions & 40 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/adapter-node": "^5.2.3",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/markdown-it": "^14.1.2",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-svelte": "^2.44.0",
"eslint-plugin-vue": "^9.28.0",
"postcss": "^8.4.45",
"prettier": "3.3.3",
"prettier-plugin-svelte": "^3.2.6",
Expand All @@ -46,7 +46,7 @@
"highlight.js": "^11.10.0",
"ioredis": "^5.4.1",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.1.0",
"markdown-it-highlightjs": "^4.2.0",
"prettier-plugin-tailwindcss": "^0.6.6"
}
}

0 comments on commit 497b6b7

Please sign in to comment.