From 5efbafa4365421121c8b6b815374d18da497aeaf Mon Sep 17 00:00:00 2001 From: antoine lebaud Date: Tue, 2 Jul 2024 17:09:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8(frontend)=20reorganize=20package.j?= =?UTF-8?q?son=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sort the frontend dependencies, to avoid any undesired diff while running npm install. --- src/frontend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/package.json b/src/frontend/package.json index 696c138e..a1f4af68 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -14,6 +14,8 @@ "react-dom": "18.2.0" }, "devDependencies": { + "@livekit/components-react": "2.3.3", + "@livekit/components-styles": "1.0.12", "@types/node": "20.14.9", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", @@ -23,10 +25,8 @@ "eslint": "8.57.0", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-refresh": "0.4.7", + "livekit-client": "2.3.1", "typescript": "5.5.2", - "vite": "5.3.1", - "@livekit/components-react": "2.3.3", - "@livekit/components-styles": "1.0.12", - "livekit-client": "2.3.1" + "vite": "5.3.1" } }