Skip to content

Commit

Permalink
chore(deps): upgrade next.js & update bundle size (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym authored Dec 10, 2023
1 parent 1103a07 commit 9219a15
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
89 changes: 45 additions & 44 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"mobx-react-lite": "^4.0.5",
"mobx-state-tree": "^5.3.0",
"nanoid": "^3.1.12",
"next": "^14.0.3",
"next": "^14.0.4",
"next-compose-plugins": "^2.2.0",
"next-i18next": "4.4.1",
"next-pwa": "^5.6.0",
Expand Down
4 changes: 2 additions & 2 deletions src/app/Landing/FeatureWall/BundleSizeCard/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const ICON_ASSET = '/landing/products'
export const PRODUCTS = [
{
title: 'Groupher',
size: '313 KB',
sizeNum: 313,
size: '305 KB',
sizeNum: 305,
icon: `${ICON_ASSET}/groupher.png`,
iconSize: 13,
},
Expand Down

0 comments on commit 9219a15

Please sign in to comment.