Skip to content

Commit

Permalink
next.js: lock down to 13.4; 13.5 inflates the outputs ("parsed size" …
Browse files Browse the repository at this point in the history
…increases), and 14 even more. I see more compiled modules and lower speed
  • Loading branch information
enricoros committed Oct 26, 2023
1 parent 8c2bbe2 commit d68a1c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/joy": "^5.0.0-beta.2",
"@next/bundle-analyzer": "^13.4.19",
"@next/bundle-analyzer": "~13.4.19",
"@prisma/client": "^5.5.1",
"@sanity/diff-match-patch": "^3.1.1",
"@tanstack/react-query": "^4.36.1",
Expand All @@ -32,7 +32,7 @@
"browser-fs-access": "^0.35.0",
"eventsource-parser": "^1.1.1",
"idb-keyval": "^6.2.1",
"next": "^13.4.19",
"next": "~13.4.19",
"pdfjs-dist": "3.11.174",
"plantuml-encoder": "^1.4.0",
"prismjs": "^1.29.0",
Expand All @@ -58,7 +58,7 @@
"@types/react-timeago": "^4.1.5",
"@types/uuid": "^9.0.6",
"eslint": "^8.52.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "~13.4.19",
"prettier": "^3.0.3",
"prisma": "^5.5.1",
"typescript": "^5.2.2"
Expand Down

1 comment on commit d68a1c3

@vercel
Copy link

@vercel vercel bot commented on d68a1c3 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-enricoros.vercel.app
big-agi-git-main-enricoros.vercel.app
get.big-agi.com

Please sign in to comment.