forked from kenmingwang/azusa-player
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from lovegaoshi/dev
fix: lrc search input style
- Loading branch information
Showing
13 changed files
with
1,351 additions
and
1,877 deletions.
There are no files selected for viewing
Submodule azusa-player-mobile
updated
337 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,18 +17,18 @@ | |
"compile": "tsc" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.4", | ||
"@babel/preset-react": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@babel/core": "^7.26.0", | ||
"@babel/preset-env": "^7.26.0", | ||
"@babel/preset-react": "^7.25.9", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15", | ||
"@types/base-64": "^1.0.2", | ||
"@types/chrome": "^0.0.271", | ||
"@types/chrome": "^0.0.287", | ||
"@types/he": "^1.2.3", | ||
"@types/js-base64": "^3.3.1", | ||
"@types/md5": "^2.3.5", | ||
"@types/react": "^18.3.7", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@types/uuid": "^10.0.0", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
|
@@ -43,24 +43,24 @@ | |
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-import-resolver-webpack": "^0.13.9", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.36.1", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"file-loader": "^6.2.0", | ||
"html-webpack-plugin": "^5.6.0", | ||
"html-webpack-plugin": "^5.6.3", | ||
"lodash": "^4.17.21", | ||
"mini-css-extract-plugin": "^2.9.1", | ||
"mini-css-extract-plugin": "^2.9.2", | ||
"node-sass": "^9.0.0", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.1", | ||
"progress-bar-webpack-plugin": "^2.1.0", | ||
"react-refresh": "^0.14.2", | ||
"sass-loader": "^16.0.1", | ||
"sass-loader": "^16.0.3", | ||
"style-loader": "^4.0.0", | ||
"tsconfig-paths-webpack-plugin": "^4.1.0", | ||
"typescript": "^5.6.2", | ||
"webpack": "^5.94.0", | ||
"tsconfig-paths-webpack-plugin": "^4.2.0", | ||
"typescript": "^5.7.2", | ||
"webpack": "^5.96.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-config-utils": "^2.3.1", | ||
"webpack-dev-server": "^5.1.0" | ||
|
@@ -70,28 +70,28 @@ | |
"not dead" | ||
], | ||
"dependencies": { | ||
"@emotion/react": "^11.13.3", | ||
"@emotion/styled": "^11.13.0", | ||
"@emotion/react": "^11.13.5", | ||
"@emotion/styled": "^11.13.5", | ||
"@ffmpeg/core": "^0.12.6", | ||
"@ffmpeg/ffmpeg": "^0.12.10", | ||
"@ffmpeg/util": "^0.12.1", | ||
"@fontsource/roboto": "^5.1.0", | ||
"@fortawesome/fontawesome-free": "^6.6.0", | ||
"@fortawesome/free-brands-svg-icons": "^6.6.0", | ||
"@fortawesome/fontawesome-free": "^6.7.1", | ||
"@fortawesome/free-brands-svg-icons": "^6.7.1", | ||
"@hello-pangea/dnd": "^17.0.0", | ||
"@mui/icons-material": "^6.1.0", | ||
"@mui/icons-material": "^6.1.8", | ||
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d", | ||
"@mui/material": "^6.1.0", | ||
"@mui/styles": "^6.1.0", | ||
"axios": "^1.7.7", | ||
"@mui/material": "^6.1.8", | ||
"@mui/styles": "^6.1.8", | ||
"axios": "^1.7.8", | ||
"base-64": "^1.0.0", | ||
"base64-js": "^1.5.1", | ||
"big-integer": "^1.6.52", | ||
"bottleneck": "^2.19.5", | ||
"buffer": "^6.0.3", | ||
"cheerio": "^1.0.0", | ||
"cross-fetch": "^4.0.0", | ||
"crypto-browserify": "^3.12.0", | ||
"crypto-browserify": "^3.12.1", | ||
"crypto-js": "^4.2.0", | ||
"dayjs": "^1.11.13", | ||
"dotenv-webpack": "^8.1.0", | ||
|
@@ -101,8 +101,8 @@ | |
"file-saver": "^2.0.5", | ||
"fs": "^0.0.1-security", | ||
"he": "^1.2.0", | ||
"i18next": "^23.15.1", | ||
"libmuse": "https://github.com/lovegaoshi/muse.git#commit=4dc2e5446ba2eff4547d91cd06c7843cdac4401a", | ||
"i18next": "^23.16.8", | ||
"libmuse": "https://github.com/lovegaoshi/muse.git#commit=0bffe2319baf825037bece6869d360d6d307eb72", | ||
"material-ui-confirm": "^3.0.16", | ||
"md5": "^2.3.0", | ||
"notistack": "^3.0.1", | ||
|
@@ -114,17 +114,17 @@ | |
"react-click-n-hold": "^1.0.7", | ||
"react-contexify": "^6.0.0", | ||
"react-dom": "^18.3.1", | ||
"react-hotkeys-hook": "^4.5.1", | ||
"react-i18next": "^15.0.2", | ||
"react-hotkeys-hook": "^4.6.1", | ||
"react-i18next": "^15.1.2", | ||
"react-jinke-music-player": "git+https://[email protected]/lovegaoshi/react-music-player.git", | ||
"react-lrc": "^3.2.1", | ||
"react-swipeable": "^7.0.1", | ||
"react-swipeable": "^7.0.2", | ||
"react-window": "^1.8.10", | ||
"stream-browserify": "^3.0.0", | ||
"util": "^0.12.5", | ||
"uuid": "^10.0.0", | ||
"youtubei.js": "^10.4.0", | ||
"zustand": "^5.0.0-rc.2" | ||
"uuid": "^11.0.3", | ||
"youtubei.js": "^11.0.1", | ||
"zustand": "^5.0.1" | ||
}, | ||
"packageManager": "yarn@4.4.1" | ||
"packageManager": "yarn@4.5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.