Skip to content

Commit

Permalink
type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskuhl committed May 22, 2024
1 parent ea33161 commit 33b7acc
Show file tree
Hide file tree
Showing 9 changed files with 536 additions and 504 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
- [x] Real-time, multi-user collaboration
- [x] Simple user management
- [x] File previews for images, videos, and documents (text, pdf, markdown)
- [x] Desktop app
- [ ] Mobile app
- [ ] Public link sharing
- [ ] Role-based access control (RBAC)
- [ ] Unified search with external providers (S3, Dropbox, Box, Google Drive, etc)
- [ ] AI chat based file manager assistant
- [ ] Zero knowledge, end-to-end encrypted file storage
- [ ] Desktop app
- [ ] Mobile app

<p>Elwood is currently in public <strong>BETA</strong>. We are actively developing and improving the code & documentation. If you have any questions, please reach out to us at <a href="mailto:[email protected]">[email protected]</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"electron": "^30.0.6",
"electron-builder": "^24.13.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/(unauthenticated)/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function AuthPage(): JSX.Element {
email={undefined}
errors={state.message ?? []}
loading={loginIsLoading}
loginAction={loginAction}
loginAction={loginAction as () => Promise<void>}
/>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion config/jest-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"ts-jest": "^29.1.2"
"ts-jest": "^29.1.3"
},
"devDependencies": {
"jest-environment-jsdom": "^29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier-plugin-tailwindcss": "^0.5.14",
"turbo": "latest"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"engines": {
"node": ">=20"
},
Expand Down
8 changes: 3 additions & 5 deletions packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"files": ["dist/**"],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
"clean": "rm -rf dist",
Expand All @@ -23,8 +21,8 @@
},
"dependencies": {
"@elwood/common": "workspace:*",
"@supabase/postgrest-js": "^1.15.2",
"@supabase/supabase-js": "^2.43.2"
"@supabase/postgrest-js": "1.15.2",
"@supabase/supabase-js": "2.43.2"
},
"devDependencies": {
"@elwood/eslint-config": "workspace:*",
Expand Down
22 changes: 11 additions & 11 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@uppy/core": "^3.11.3",
"@uppy/dashboard": "^3.8.3",
"@uppy/react": "^3.3.1",
"@uppy/tus": "^3.5.4",
"@uppy/tus": "^3.5.5",
"clsx": "^2.1.1",
"html-react-parser": "^5.1.10",
"javascript-time-ago": "^2.5.10",
Expand All @@ -48,24 +48,24 @@
"@elwood/eslint-config": "workspace:*",
"@elwood/jest-presets": "workspace:*",
"@elwood/typescript-config": "workspace:*",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/addon-themes": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/addon-essentials": "^8.1.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/addon-onboarding": "^8.1.2",
"@storybook/addon-themes": "^8.1.2",
"@storybook/blocks": "^8.1.2",
"@storybook/icons": "^1.2.9",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
"@storybook/react": "^8.1.2",
"@storybook/react-vite": "^8.1.2",
"@storybook/test": "^8.1.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.1",
"storybook": "^8.1.2",
"storybook-dark-mode": "^4.0.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
Expand Down
24 changes: 11 additions & 13 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"files": ["dist/**"],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
"clean": "rm -rf dist",
Expand Down Expand Up @@ -40,7 +38,7 @@
"@radix-ui/react-tooltip": "^1.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.378.0",
"lucide-react": "^0.379.0",
"next-themes": "^0.3.0",
"react-loading-skeleton": "^3.4.0",
"react-textarea-autosize": "^8.5.3",
Expand All @@ -55,14 +53,14 @@
"@elwood/eslint-config": "workspace:*",
"@elwood/jest-presets": "workspace:*",
"@elwood/typescript-config": "workspace:*",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
"@storybook/addon-essentials": "^8.1.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/addon-onboarding": "^8.1.2",
"@storybook/blocks": "^8.1.2",
"@storybook/react": "^8.1.2",
"@storybook/react-vite": "^8.1.2",
"@storybook/test": "^8.1.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
Expand All @@ -71,7 +69,7 @@
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.1",
"storybook": "^8.1.2",
"storybook-dark-mode": "^4.0.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.0.2",
Expand Down
Loading

0 comments on commit 33b7acc

Please sign in to comment.