Skip to content

Commit

Permalink
chore: yarn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 30, 2024
1 parent 2d83cbe commit 78a3812
Show file tree
Hide file tree
Showing 2 changed files with 821 additions and 236 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@types/react": "^19.0.2",
"@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.0",
"@typescript-eslint/parser": "^8.19.0",
"@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 @@ -71,25 +71,25 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/core": "^0.12.8",
"@ffmpeg/ffmpeg": "^0.12.13",
"@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.0",
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
"@mui/material": "^6.2.1",
"@mui/styles": "^6.2.1",
"@mui/material": "^6.3.0",
"@mui/styles": "^6.3.0",
"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,7 +114,7 @@
"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",
Expand Down
Loading

0 comments on commit 78a3812

Please sign in to comment.