From df1495c97bc913866169ee8875a9a3169fcfc87e Mon Sep 17 00:00:00 2001 From: Bastien Ogier Date: Fri, 3 Jul 2026 18:34:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80(paas)=20fix=20scalingo=20frontend?= =?UTF-8?q?=20build=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (paas) fix scalingo frontend build failure --- CHANGELOG.md | 2 ++ src/frontend/package-lock.json | 7 ++----- src/frontend/package.json | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c728e1..a5393823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +- 🚀 (front) fix frontend build failure + ## [1.22.0] - 2026-07-03 ### Added diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 4d6b2132..406aea9e 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -45,6 +45,7 @@ "@tanstack/eslint-plugin-query": "5.100.14", "@tanstack/react-query-devtools": "5.100.14", "@types/humanize-duration": "3.27.4", + "@types/node": "24.12.4", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "6.0.2", @@ -4014,8 +4015,6 @@ "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", "dev": true, "license": "MIT", - "optional": true, - "peer": true, "dependencies": { "undici-types": "~7.16.0" } @@ -12501,9 +12500,7 @@ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, - "license": "MIT", - "optional": true, - "peer": true + "license": "MIT" }, "node_modules/universalify": { "version": "2.0.1", diff --git a/src/frontend/package.json b/src/frontend/package.json index 3d51c4a7..6fd9ed4c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -52,6 +52,7 @@ "@tanstack/eslint-plugin-query": "5.100.14", "@tanstack/react-query-devtools": "5.100.14", "@types/humanize-duration": "3.27.4", + "@types/node": "24.12.4", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "6.0.2",