Skip to content

Commit

Permalink
Fix #119
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Oct 7, 2023
1 parent 48d0354 commit 1125ef2
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 300 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/noto-sans": "^5.0.12",
"@fontsource/noto-sans": "^5.0.14",
"@jellyfin/sdk": "0.8.2",
"@mdi/js": "^7.2.96",
"@mui/lab": "5.0.0-alpha.147",
"@mui/material": "^5.14.11",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-devtools": "^4.35.3",
"@mui/material": "^5.14.12",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tauri-apps/api": "^1.5.0",
"axios": "^1.5.1",
"axios-tauri-api-adapter": "^0.2.0",
Expand All @@ -38,18 +38,18 @@
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"uuid": "^9.0.1",
"vite-plugin-svgr": "^4.0.0",
"wavesurfer.js": "^7.3.2",
"zustand": "^4.4.1"
"vite-plugin-svgr": "^4.1.0",
"wavesurfer.js": "^7.3.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.0",
"@tauri-apps/cli": "^1.5.1",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"prop-types": "^15.8.1",
"sass": "^1.68.0",
"vite": "^4.4.9",
"sass": "^1.69.0",
"vite": "^4.4.11",
"vite-plugin-compression": "^0.5.1"
},
"license": "GPL-3.0-only"
Expand Down
Loading

0 comments on commit 1125ef2

Please sign in to comment.