From d68a1c34bf365843577eb95f2ec972bfdba9ef16 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 26 Oct 2023 16:40:13 -0700 Subject: [PATCH] next.js: lock down to 13.4; 13.5 inflates the outputs ("parsed size" increases), and 14 even more. I see more compiled modules and lower speed --- package-lock.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa222cd98..ec6fa5d64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,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", @@ -28,7 +28,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", @@ -54,7 +54,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" diff --git a/package.json b/package.json index 0d4746752..f25baf5d5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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"