Skip to content

Commit

Permalink
bump sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 1, 2024
1 parent a08271a commit 6b20873
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/next-intl/.size-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@ const config: SizeLimitConfig = [
name: 'import {createSharedPathnamesNavigation} from \'next-intl/navigation\' (react-client)',
path: 'dist/production/navigation.react-client.js',
import: '{createSharedPathnamesNavigation}',
limit: '3.855 KB'
limit: '3.885 KB'
},
{
name: 'import {createLocalizedPathnamesNavigation} from \'next-intl/navigation\' (react-client)',
path: 'dist/production/navigation.react-client.js',
import: '{createLocalizedPathnamesNavigation}',
limit: '3.855 KB'
limit: '3.885 KB'
},
{
name: 'import {createNavigation} from \'next-intl/navigation\' (react-client)',
path: 'dist/production/navigation.react-client.js',
import: '{createNavigation}',
limit: '3.865 KB'
limit: '3.885 KB'
},
{
name: 'import {createSharedPathnamesNavigation} from \'next-intl/navigation\' (react-server)',
path: 'dist/production/navigation.react-server.js',
import: '{createSharedPathnamesNavigation}',
limit: '16.485 KB'
limit: '16.515 KB'
},
{
name: 'import {createLocalizedPathnamesNavigation} from \'next-intl/navigation\' (react-server)',
path: 'dist/production/navigation.react-server.js',
import: '{createLocalizedPathnamesNavigation}',
limit: '16.475 KB'
limit: '16.545 KB'
},
{
name: 'import {createNavigation} from \'next-intl/navigation\' (react-server)',
Expand Down

0 comments on commit 6b20873

Please sign in to comment.