Skip to content

Commit

Permalink
Fix routing and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Oct 26, 2023
1 parent 9ca0f52 commit f5c6e97
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 526 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"sourceType": "module"
},
"plugins": [
"react"
"react",
"react-refresh"
],
"rules": {
"no-mixed-spaces-and-tabs": "off",
"react/prop-types": "off"
"react/prop-types": "off",
"react-refresh/only-export-components": "warn"
}
}
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,46 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/jetbrains-mono": "^5.0.16",
"@fontsource/noto-sans": "^5.0.14",
"@fontsource-variable/jetbrains-mono": "^5.0.18",
"@fontsource/noto-sans": "^5.0.17",
"@jellyfin/sdk": "0.8.2",
"@mdi/js": "^7.2.96",
"@mdi/js": "^7.3.67",
"@mui/lab": "5.0.0-alpha.147",
"@mui/material": "^5.14.12",
"@mui/material": "^5.14.15",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@tauri-apps/api": "^1.5.0",
"@tauri-apps/api": "^1.5.1",
"axios": "^1.5.1",
"axios-tauri-api-adapter": "^0.2.0",
"blurhash": "^2.0.5",
"events": "^3.3.0",
"framer-motion": "^10.16.4",
"material-symbols": "^0.13.0",
"material-symbols": "^0.13.2",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-blurhash": "^0.3.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-multi-carousel": "^2.8.4",
"react-player": "^2.13.0",
"react-router-dom": "^6.16.0",
"react-router-dom": "^6.17.0",
"react-use-konami": "^1.1.0",
"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.1.0",
"wavesurfer.js": "^7.3.4",
"zustand": "^4.4.3"
"wavesurfer.js": "^7.4.2",
"zustand": "^4.4.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.1",
"@tauri-apps/cli": "^1.5.6",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-refresh": "^0.4.3",
"prop-types": "^15.8.1",
"sass": "^1.69.0",
"vite": "^4.4.11",
"sass": "^1.69.5",
"vite": "^4.5.0",
"vite-plugin-compression": "^0.5.1"
},
"license": "GPL-3.0-only"
Expand Down
Loading

0 comments on commit f5c6e97

Please sign in to comment.