chore: install buzz package for Python-style type checking

This commit is contained in:
Christian Vidal Wolf
2026-04-11 11:31:58 +02:00
parent 385ea2972c
commit 5104dfd59d
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -12,6 +12,7 @@
"@supabase/supabase-js": "^2.103.0",
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-react": "^5.0.4",
"buzz": "^2.0.0",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"dropbox": "^10.34.0",
@@ -1930,6 +1931,12 @@
"integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
"license": "BSD-3-Clause"
},
"node_modules/buzz": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/buzz/-/buzz-2.0.0.tgz",
"integrity": "sha512-eYeTETPJp7hWUX7j3o8iJNR8VLaaWRuOYYPWTSQqA5pIxZ2g3ZJUdyjfNZnGvr85IDhfr4ONQQflGp8+MC034A==",
"license": "MIT"
},
"node_modules/bytes": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
+1
View File
@@ -15,6 +15,7 @@
"@supabase/supabase-js": "^2.103.0",
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-react": "^5.0.4",
"buzz": "^2.0.0",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"dropbox": "^10.34.0",