updates...

This commit is contained in:
Felix Roos 2023-12-30 23:50:30 +01:00
parent d0a1374d2f
commit 4f5ca0767d
4 changed files with 71 additions and 121 deletions

View file

@ -38,8 +38,8 @@
"@strudel/hydra": "workspace:*",
"@strudel/repl": "workspace:*",
"@supabase/supabase-js": "^2.21.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/api": "^1.4.0",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
@ -56,9 +56,9 @@
"react-hook-inview": "^4.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-urls": "^1.1.1",
"rehype-urls": "^1.2.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.3.2"
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@vite-pwa/astro": "^0.2.0",