Skip to content

Commit

Permalink
bump sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 29, 2024
1 parent f244584 commit 0cb80f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/next-intl/.size-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config: SizeLimitConfig = [
{
name: "import * from 'next-intl' (react-client, production)",
path: 'dist/esm/production/index.react-client.js',
limit: '13.195 KB'
limit: '13.205 KB'
},
{
name: "import {NextIntlClientProvider} from 'next-intl' (react-client, production)",
Expand All @@ -15,7 +15,7 @@ const config: SizeLimitConfig = [
{
name: "import * from 'next-intl' (react-server, production)",
path: 'dist/esm/production/index.react-server.js',
limit: '14.135 KB'
limit: '14.165 KB'
},
{
name: "import {createNavigation} from 'next-intl/navigation' (react-client, production)",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-intl/.size-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: SizeLimitConfig = [
path: 'dist/esm/production/index.js',
import:
'{IntlProvider, useLocale, useNow, useTimeZone, useMessages, useFormatter}',
limit: '1.985 kB'
limit: '2.005 kB'
},
{
name: "import * from 'use-intl' (development)",
Expand Down

0 comments on commit 0cb80f8

Please sign in to comment.