Skip to content

Commit

Permalink
fixed many bugs in Music page, enhanced search tab and made it defaul…
Browse files Browse the repository at this point in the history
…t, updated packages
  • Loading branch information
buffet-time committed Nov 19, 2023
1 parent a8a7f5e commit e6b9bb8
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 361 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
},
"dependencies": {
"dialog-polyfill": "^0.5.6",
"vue": "^3.3.7",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^1.5.0",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^4.4.0",
"@nabla/vite-plugin-eslint": "^2.0.2",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"husky": "^8.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.22"
}
Expand Down
Loading

0 comments on commit e6b9bb8

Please sign in to comment.