Skip to content

Commit

Permalink
edit: configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kjurl committed Jun 18, 2024
1 parent c4a4d2e commit 0171a5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ updates:
directory: /
schedule:
interval: monthly
groups:
astro:
applies-to: version-updates
patterns:
- "*astro*"

- package-ecosystem: pip
directory: /
Expand Down
5 changes: 5 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ _.python.venv = { path = ".venv", create = true } # create the venv if it doesn'
[tools]
node = "lts"
python = { version = "3.10", virtualenv = ".venv" }

[tasks.dev]
description = "run website"
run = "pnpm astro dev & poetry run dev &"
alias = "d"
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@
"@astrojs/solid-js": "^4.1.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@nanostores/solid": "^0.4.2",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"astro": "^4.7.1",
"drizzle-orm": "^0.30.10",
"fast-xml-parser": "^4.3.6",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"nanostores": "^0.10.3",
"node-fetch": "^3.3.2",
"peerjs": "^1.5.3",
"solid-js": "^1.8.17",
Expand Down Expand Up @@ -70,7 +68,7 @@
"vercel": "^34.1.8",
"vite-plugin-validate-env": "npm:@julr/vite-plugin-validate-env@^1.1.1"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.1",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down

0 comments on commit 0171a5e

Please sign in to comment.