Skip to content

Commit

Permalink
🎨(frontend) reorganize package.json dependencies
Browse files Browse the repository at this point in the history
Sort the frontend dependencies, to avoid any undesired diff while
running npm install.
  • Loading branch information
lebaudantoine committed Jul 2, 2024
1 parent 35ebc5a commit 5efbafa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 5efbafa

Please sign in to comment.