Skip to content

Commit 1296c2f

Browse files
committed
chore: update libraries
1 parent 822c96d commit 1296c2f

File tree

32 files changed

+1185
-1187
lines changed

32 files changed

+1185
-1187
lines changed

app/badge/builder/[[...login]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use cache';
22

3-
import { unstable_cacheLife as cacheLife, unstable_cacheTag as cacheTag } from 'next/cache';
3+
import { cacheLife, cacheTag } from 'next/cache';
44

55
import { Separator } from '@/components/ui/separator';
66
import { graphqlDirect } from '@/lib/graphql/graphql-direct';

app/badge/gallery/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use cache';
22

3-
import { unstable_cacheLife as cacheLife } from 'next/cache';
3+
import { cacheLife } from 'next/cache';
44

55
import { RANK_NAME } from '@/badge/badge.consts';
66
import { BadgeContext, BadgeCornerStyle, BadgeMeta, BadgeType } from '@/types/badge.types';

app/by/[rankingType]/[page]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use cache';
22

33
import type { Metadata } from 'next';
4-
import { unstable_cacheLife as cacheLife } from 'next/cache';
4+
import { cacheLife } from 'next/cache';
55
import { notFound } from 'next/navigation';
66

77
import { RANK_NAME } from '@/badge/badge.consts';

app/by/[rankingType]/[page]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use cache';
22

3-
import { unstable_cacheLife as cacheLife } from 'next/cache';
3+
import { cacheLife } from 'next/cache';
44

55
import { Pagination } from '@/components/pagination/pagination';
66
import { RankingTable } from '@/components/ranking-table/ranking-table';

app/countries/[orderBy]/[page]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use cache';
2-
import { unstable_cacheLife as cacheLife } from 'next/cache';
2+
import { cacheLife } from 'next/cache';
33
import { notFound } from 'next/navigation';
44

55
import { CountryCard } from '@/components/country-card/country-card';

app/country/[name]/[rankingType]/[page]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use cache';
22

33
import type { Metadata } from 'next';
4-
import { unstable_cacheLife as cacheLife } from 'next/cache';
4+
import { cacheLife } from 'next/cache';
55
import { notFound } from 'next/navigation';
66

77
import { RANK_NAME } from '@/badge/badge.consts';

app/country/[name]/[rankingType]/[page]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use cache';
22

3-
import { unstable_cacheLife as cacheLife } from 'next/cache';
3+
import { cacheLife } from 'next/cache';
44

55
import { Pagination } from '@/components/pagination/pagination';
66
import { RankingTable } from '@/components/ranking-table/ranking-table';

app/language/[language]/[country]/[page]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use cache';
22

33
import type { Metadata } from 'next';
4-
import { unstable_cacheLife as cacheLife } from 'next/cache';
4+
import { cacheLife } from 'next/cache';
55

66
import { Header } from '@/components/header/header';
77
import { Page } from '@/components/page/page';

app/language/[language]/[country]/[page]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use cache';
22

3-
import { unstable_cacheLife as cacheLife } from 'next/cache';
3+
import { cacheLife } from 'next/cache';
44

55
import { Pagination } from '@/components/pagination/pagination';
66
import { RankingTable } from '@/components/ranking-table/ranking-table';

app/languages/[country]/[orderBy]/[page]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use cache';
2-
import { unstable_cacheLife as cacheLife } from 'next/cache';
2+
import { cacheLife } from 'next/cache';
33
import { notFound } from 'next/navigation';
44

55
import { PageGrid } from '@/components/grid/grid';

0 commit comments

Comments
 (0)