Skip to content

Commit

Permalink
update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Krak86 committed Dec 4, 2024
1 parent 35e7a64 commit 7f7b8cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"author": "Ruslan Korkin",
"license": "MIT",
"devDependencies": {
"@ffmpeg/ffmpeg": "^0.11.6",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -24,14 +23,19 @@
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"react": "18.3.1",
"react-audio-visualize": "^1.1.3",
"react-dom": "18.3.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0"
},
"dependencies": {
"@wavesurfer/react": "^1.0.7"
"@wavesurfer/react": "^1.0.7",
"@ffmpeg/ffmpeg": "^0.11.6",
"react-audio-visualize": "^1.1.3"
},
"peerDependencies": {
"react": ">=16.2.0",
"react-dom": ">=16.2.0"
},
"type": "module",
"files": [
Expand Down Expand Up @@ -67,9 +71,5 @@
"webm",
"wav",
"mpeg"
],
"peerDependencies": {
"react": ">=16.2.0",
"react-dom": ">=16.2.0"
}
]
}

0 comments on commit 7f7b8cf

Please sign in to comment.