🎨(frontend) reorganize package.json dependencies

Sort the frontend dependencies, to avoid any undesired diff while
running npm install.
This commit is contained in:
antoine lebaud
2024-07-02 17:09:43 +02:00
parent 35ebc5a608
commit 5efbafa436

View File

@@ -14,6 +14,8 @@
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@livekit/components-react": "2.3.3",
"@livekit/components-styles": "1.0.12",
"@types/node": "20.14.9", "@types/node": "20.14.9",
"@types/react": "18.3.3", "@types/react": "18.3.3",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
@@ -23,10 +25,8 @@
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7", "eslint-plugin-react-refresh": "0.4.7",
"livekit-client": "2.3.1",
"typescript": "5.5.2", "typescript": "5.5.2",
"vite": "5.3.1", "vite": "5.3.1"
"@livekit/components-react": "2.3.3",
"@livekit/components-styles": "1.0.12",
"livekit-client": "2.3.1"
} }
} }