Skip to content

Commit

Permalink
Update package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Dec 2, 2024
1 parent 83d7953 commit e49c702
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Loader,
Search,
} from 'lucide-react';
import type { DblResourceData, ResourceType } from 'platform-get-resources';
import {
Button,
Card,
Expand All @@ -37,6 +36,7 @@ import {
TableRow,
} from 'platform-bible-react';
import { getErrorMessage } from 'platform-bible-utils';
import type { DblResourceData, ResourceType } from 'platform-get-resources';
import { useEffect, useMemo, useState } from 'react';

const LOCALIZED_STRING_KEYS: LocalizeKey[] = [
Expand Down
288 changes: 288 additions & 0 deletions package-lock.json

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

0 comments on commit e49c702

Please sign in to comment.