Skip to content

Commit

Permalink
fixing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Jun 28, 2024
1 parent 137c6e8 commit cc39600
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 28 deletions.
35 changes: 10 additions & 25 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@map3xyz/components",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"@fortawesome/fontawesome-free": "6.1.2",
"@supabase/ui": "latest",
"@supabase/ui": "0.36.5",
"csstype": "^3.1.3",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": ["src"],
"exclude": ["dist", "node_modules"],
"exclude": ["dist", "node_modules", "node_modules/csstype"],
"compilerOptions": {
"module": "esnext",
"lib": ["dom", "esnext"],
Expand Down

0 comments on commit cc39600

Please sign in to comment.