Skip to content

Commit

Permalink
Added Prime Icons, Added override for supabase dependency due to Navi…
Browse files Browse the repository at this point in the history
…gator LockManager Failed Error

supabase/supabase-js#936
  • Loading branch information
mariorobles93 committed Mar 17, 2024
1 parent 18442ae commit e3c9d5a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
22 changes: 14 additions & 8 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@supabase/supabase-js": "^2.39.8",
"primeicons": "^6.0.1",
"primeng": "^17.11.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand All @@ -36,5 +37,10 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.2"
},
"overrides": {
"@supabase/supabase-js": {
"@supabase/gotrue-js": "2.61.0"
}
}
}
2 changes: 2 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* You can add global styles to this file, and also import other style files */
/** Imports **/
@import "primeicons/primeicons.css";

/** Third Party **/
.p-card-content{
Expand Down

0 comments on commit e3c9d5a

Please sign in to comment.