Skip to content

Commit

Permalink
chore: yarn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jan 6, 2025
1 parent 833de4e commit 36eae4e
Show file tree
Hide file tree
Showing 3 changed files with 886 additions and 266 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@babel/preset-typescript": "^7.26.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@types/base-64": "^1.0.2",
"@types/chrome": "^0.0.287",
"@types/chrome": "^0.0.290",
"@types/he": "^1.2.3",
"@types/js-base64": "^3.3.1",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"@types/md5": "^2.3.5",
"@types/react": "^19.0.2",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@welldone-software/why-did-you-render": "^8.0.3",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
Expand All @@ -47,7 +47,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
Expand All @@ -60,7 +60,7 @@
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.0",
"webpack-cli": "^6.0.1",
"webpack-config-utils": "^2.3.1",
"webpack-dev-server": "^5.2.0"
},
Expand All @@ -74,22 +74,22 @@
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@fontsource/roboto": "^5.1.0",
"@fontsource/roboto": "^5.1.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@hello-pangea/dnd": "^17.0.0",
"@mui/icons-material": "^6.2.1",
"@mui/icons-material": "^6.3.1",
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
"@mui/material": "^6.2.1",
"@mui/styles": "^6.2.1",
"@mui/material": "^6.3.1",
"@mui/styles": "^6.3.1",
"axios": "^1.7.9",
"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",
"cross-fetch": "^4.1.0",
"crypto-browserify": "^3.12.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
Expand All @@ -105,7 +105,7 @@
"material-ui-confirm": "^3.0.16",
"md5": "^2.3.0",
"notistack": "^3.0.1",
"octokit": "^4.0.2",
"octokit": "^4.0.3",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
Expand All @@ -114,15 +114,15 @@
"react-contexify": "^6.0.0",
"react-dom": "19.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.2.0",
"react-i18next": "^15.4.0",
"react-jinke-music-player": "git+https://[email protected]/lovegaoshi/react-music-player.git",
"react-lrc": "^3.2.1",
"react-swipeable": "^7.0.2",
"react-window": "^1.8.11",
"sass": "^1.83.0",
"sass": "^1.83.1",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"uuid": "^11.0.3",
"uuid": "^11.0.4",
"youtubei.js": "^12.2.0",
"zustand": "^5.0.2"
},
Expand Down
Loading

0 comments on commit 36eae4e

Please sign in to comment.