Skip to content

Commit

Permalink
update to latest data
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Mar 31, 2024
1 parent 40eefcd commit 1e41b44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
5 changes: 1 addition & 4 deletions src/components/showcase/apps-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ export function ShowcaseData({
}, [apps]);

const appsWithNewInjected = useMemo(() => {
return [apps[0], ['new', newCategory], ...apps.slice(1)] as (readonly [
string,
AppItem[]
])[];
return [...apps, ['new', newCategory]] as (readonly [string, AppItem[]])[];
}, [apps, newCategory]);

return (
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3389,15 +3389,10 @@ camelize@^1.0.0:
resolved "https://registry.yarnpkg.com/camelize/-/camelize-1.0.1.tgz#89b7e16884056331a35d6b5ad064332c91daa6c3"
integrity sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==

caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
version "1.0.30001543"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001543.tgz"
integrity sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==

caniuse-lite@^1.0.30001565:
version "1.0.30001570"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz#b4e5c1fa786f733ab78fc70f592df6b3f23244ca"
integrity sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==
caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001565:
version "1.0.30001603"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001603.tgz"
integrity sha512-iL2iSS0eDILMb9n5yKQoTBim9jMZ0Yrk8g0N9K7UzYyWnfIKzXBZD5ngpM37ZcL/cv0Mli8XtVMRYMQAfFpi5Q==

ccount@^1.0.0:
version "1.1.0"
Expand Down

0 comments on commit 1e41b44

Please sign in to comment.