Skip to content

Commit

Permalink
chore(tauri): Update version to v0.0.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Jan 23, 2024
1 parent d675b56 commit d053e10
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 350 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jellyplayer",
"private": true,
"version": "0.0.3-dev",
"version": "0.0.4-dev",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,20 +17,20 @@
"@fontsource-variable/jetbrains-mono": "^5.0.19",
"@fontsource/noto-sans": "^5.0.18",
"@jellyfin/sdk": "0.8.2",
"@mui/lab": "5.0.0-alpha.161",
"@mui/material": "^5.15.4",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"@mui/lab": "5.0.0-alpha.162",
"@mui/material": "^5.15.6",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"@tauri-apps/api": "^1.5.3",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"axios": "^1.6.5",
"axios-tauri-api-adapter": "^0.2.1",
"blurhash": "^2.0.5",
"events": "^3.3.0",
"framer-motion": "^10.18.0",
"material-symbols": "^0.14.4",
"framer-motion": "^11.0.2",
"material-symbols": "^0.14.5",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-blurhash": "^0.3.0",
Expand All @@ -39,25 +39,25 @@
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.4",
"react-player": "^2.14.1",
"react-router-dom": "^6.21.2",
"react-router-dom": "^6.21.3",
"react-use-konami": "^1.1.0",
"remark-gfm": "^4.0.0",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"typescript": "^5.3.3",
"vite-plugin-svgr": "^4.2.0",
"wavesurfer.js": "^7.6.4",
"zustand": "^4.4.7"
"wavesurfer.js": "^7.6.5",
"zustand": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@biomejs/biome": "^1.5.3",
"@tauri-apps/cli": "^1.5.9",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-refresh": "^0.4.5",
"prop-types": "^15.8.1",
"sass": "^1.69.7",
"sass": "^1.70.0",
"vite": "^5.0.12",
"vite-plugin-compression": "^0.5.1"
},
Expand Down
Loading

0 comments on commit d053e10

Please sign in to comment.