Skip to content

Commit

Permalink
fix: react-dropzone-esm build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lvandernoll committed Nov 11, 2024
1 parent f0d8888 commit cd7ebf7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 38 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,15 @@
"validate:ci": "biome ci ."
},
"lint-staged": {
"*": [
"biome check . --write --unsafe"
]
"*": ["biome check . --write --unsafe"]
},
"dependencies": {
"@onbeam/biome-config": "^0.0.3",
"@onbeam/errors": "^1.0.1",
"@onbeam/features": "^1.1.7",
"@onbeam/features": "^1.1.8",
"@onbeam/styled-system": "^2.5.5",
"@onbeam/ui": "^2.9.18",
"@onbeam/utils": "^1.1.14",
"@onbeam/ui": "^2.9.19",
"@onbeam/utils": "^1.1.15",
"@supabase/supabase-js": "^2.38.0",
"@vercel/analytics": "^1.0.2",
"ai": "^2.2.14",
Expand Down
50 changes: 18 additions & 32 deletions pnpm-lock.yaml

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

0 comments on commit cd7ebf7

Please sign in to comment.