Skip to content

Commit

Permalink
chore:ytdl-core downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Nich87 committed Sep 13, 2023
1 parent f0845d4 commit 91da767
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"private": false,
"scripts": {
"dev": "vite dev",
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
Expand Down Expand Up @@ -50,6 +50,7 @@
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
Expand All @@ -58,7 +59,7 @@
},
"type": "module",
"dependencies": {
"ytdl-core": "^4.11.5",
"ytdl-core": "4.10.0",
"ytpl": "^2.3.0",
"ytsr": "^3.8.4"
}
Expand Down
13 changes: 8 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91da767

Please sign in to comment.