Skip to content

Commit

Permalink
Fix packages per npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
SegiH committed Oct 3, 2024
1 parent b340c39 commit e6deb89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion src/app/data-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export interface DataContextType {
watchListTypesLoadingComplete: boolean;
}

const buildDate = "09/27/24";
const buildDate = "10/02/24";

const DataProvider = ({ children }) => {
const [activeRoute, setActiveRoute] = useState("");
Expand Down

0 comments on commit e6deb89

Please sign in to comment.