Skip to content

Commit

Permalink
Update azusa-player-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Apr 26, 2024
1 parent e3fd8a6 commit f5d5668
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 155 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/chrome": "^0.0.266",
"@types/md5": "^2.3.5",
"@types/react": "^18.2.78",
"@types/react": "^18.3.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.25",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"babel-loader": "^9.1.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "^7.1.1",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand All @@ -41,21 +41,21 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-hooks": "^4.6.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^2.8.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.0",
"node-sass": "^9.0.0",
"prettier": "^3.2.5",
"progress-bar-webpack-plugin": "^2.1.0",
"react-refresh": "^0.14.0",
"sass-loader": "^14.2.0",
"react-refresh": "^0.14.2",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.0.1",
"webpack-cli": "^5.1.4",
"webpack-config-utils": "^2.3.1",
"webpack-dev-server": "^5.0.4"
},
Expand All @@ -69,7 +69,7 @@
"@ffmpeg/core-mt": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@fontsource/roboto": "^5.0.12",
"@fontsource/roboto": "^5.0.13",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@mui/icons-material": "^5.15.15",
Expand Down Expand Up @@ -102,20 +102,20 @@
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-click-n-hold": "^1.0.7",
"react-contexify": "^6.0.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.0",
"react-i18next": "^14.1.1",
"react-jinke-music-player": "git+https://[email protected]/lovegaoshi/react-music-player.git",
"react-lrc": "^3.1.3",
"react-swipeable": "^7.0.0",
"react-swipeable": "^7.0.1",
"react-window": "^1.8.10",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"ytdl-core": "git+https://[email protected]/lovegaoshi/node-ytdl-core.git",
"zustand": "^4.5.2"
},
Expand Down
Loading

0 comments on commit f5d5668

Please sign in to comment.