aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json
index b63617b..6e12f40 100644
--- a/package.json
+++ b/package.json
@@ -10,23 +10,24 @@
"lint": "next lint"
},
"dependencies": {
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
- "@fortawesome/free-solid-svg-icons": "^5.15.4",
- "@fortawesome/react-fontawesome": "^0.1.19",
+ "@distube/ytdl-core": "^4.15.9",
+ "@fortawesome/fontawesome-svg-core": "^6.7.2",
+ "@fortawesome/free-solid-svg-icons": "^6.7.2",
+ "@fortawesome/react-fontawesome": "^0.2.2",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
"jszip": "^3.10.1",
"mongoose": "^5.13.16",
- "next": "^12.3.4",
+ "next": "^14.2.20",
"next-iron-session": "4.1.7",
"nodemailer": "^6.9.1",
"prop-types": "15.7.2",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.2.0",
+ "react-dom": "^18.0.0",
"sass": "^1.60.0",
"scrape-youtube": "^2.4.0",
+ "sharp": "^0.33.5",
"swr": "^1.3.0",
- "ytdl-core": "^4.9.1",
"ytpl": "^2.3.0"
},
"devDependencies": {