Skip to content

Commit

Permalink
chore: update webui dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 6, 2024
1 parent 01eef76 commit 3617331
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 370 deletions.
1 change: 1 addition & 0 deletions webui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.yarn/install-state.gz
Binary file removed webui/.yarn/install-state.gz
Binary file not shown.
28 changes: 14 additions & 14 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"dependencies": {
"bootstrap": "^5.3.2",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"usehooks-ts": "^2.9.1"
"react-error-boundary": "^4.0.12",
"usehooks-ts": "^2.12.1"
},
"devDependencies": {
"@types/bootstrap": "^5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.53.0",
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"eslint-plugin-react-refresh": "^0.4.5",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}
Loading

0 comments on commit 3617331

Please sign in to comment.