From 1b9614e997511786e323347d29cb3f08efd8057a Mon Sep 17 00:00:00 2001 From: Maximiliano Duthey Date: Thu, 11 Dec 2025 12:10:54 -0300 Subject: [PATCH 1/2] chore: update next/react packages --- frontend/package-lock.json | 43 +++++++++++++------------------------- frontend/package.json | 6 +++--- 2 files changed, 17 insertions(+), 32 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1fcd722..ffa4928 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,12 +20,12 @@ "clsx": "^2.1.1", "graphql": "^16.9.0", "isbot": "^5.1.28", - "next": "^15.3.5", + "next": "^15.3.6", "next-compose-plugins": "^2.2.1", "next-mdx-remote": "^5.0.0", "next-tx3": "^0.1.3", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.2", + "react-dom": "^19.1.2", "remark-gfm": "^4.0.1", "tx3-sdk": "^0.6.0", "zustand": "^5.0.5" @@ -4898,24 +4898,24 @@ } }, "node_modules/react": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", - "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz", + "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz", - "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.1.tgz", + "integrity": "sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==", "license": "MIT", "dependencies": { - "scheduler": "^0.26.0" + "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.1.0" + "react": "^19.2.1" } }, "node_modules/react-is": { @@ -5222,9 +5222,9 @@ "license": "MIT" }, "node_modules/scheduler": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", - "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", "license": "MIT" }, "node_modules/semver": { @@ -6022,21 +6022,6 @@ "type": "github", "url": "https://github.com/sponsors/wooorm" } - }, - "node_modules/@next/swc-darwin-arm64": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.4.tgz", - "integrity": "sha512-eVG55dnGwfUuG+TtnUCt+mEJ+8TGgul6nHEvdb8HEH7dmJIFYOCApAaFrIrxwtEq2Cdf+0m5sG1Np8cNpw9EAw==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } } } } diff --git a/frontend/package.json b/frontend/package.json index 37764a1..de8bbde 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,12 +22,12 @@ "clsx": "^2.1.1", "graphql": "^16.9.0", "isbot": "^5.1.28", - "next": "^15.3.5", + "next": "^15.3.6", "next-compose-plugins": "^2.2.1", "next-mdx-remote": "^5.0.0", "next-tx3": "^0.1.3", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "react": "^19.1.2", + "react-dom": "^19.1.2", "remark-gfm": "^4.0.1", "tx3-sdk": "^0.6.0", "zustand": "^5.0.5" From a9909052b8fc685d50fb873d9351757ccd7f4a55 Mon Sep 17 00:00:00 2001 From: Maximiliano Duthey Date: Thu, 11 Dec 2025 12:15:12 -0300 Subject: [PATCH 2/2] restore: swc-darwin-arm64 from lock --- frontend/package-lock.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ffa4928..59ac7e4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6022,6 +6022,21 @@ "type": "github", "url": "https://github.com/sponsors/wooorm" } + }, + "node_modules/@next/swc-darwin-arm64": { + "version": "15.4.4", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.4.tgz", + "integrity": "sha512-eVG55dnGwfUuG+TtnUCt+mEJ+8TGgul6nHEvdb8HEH7dmJIFYOCApAaFrIrxwtEq2Cdf+0m5sG1Np8cNpw9EAw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } } } }