Skip to content

Commit

Permalink
chore: Clean dependencies (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Feb 23, 2021
1 parent cfcc485 commit 66e5ed7
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 889 deletions.
3 changes: 1 addition & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"license": "MIT",
"main": "main/index.js",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"capitalize": "^2.0.3",
"chalk": "^4.1.0",
Expand All @@ -27,6 +26,7 @@
"i18next-fs-backend": "^1.0.7",
"jszip": "^3.6.0",
"mime": "^2.4.6",
"ms": "^2.1.3",
"obs-websocket-js": "^4.0.2",
"open": "^7.3.0",
"polka": "^0.5.2",
Expand All @@ -35,7 +35,6 @@
"socket.io": "^2.4.0",
"sqlite3": "^5.0.0",
"twitch": "^4.3.1",
"twitch-auth": "^4.3.1",
"twitch-chat-client": "^4.3.1",
"twitch-pubsub-client": "^4.3.2",
"umzug": "^3.0.0-beta.12",
Expand Down
17 changes: 5 additions & 12 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,6 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==

axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.10.0"

backo2@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947"
Expand Down Expand Up @@ -910,11 +903,6 @@ fn.name@1.x.x:
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==

follow-redirects@^1.10.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==

forever-agent@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
Expand Down Expand Up @@ -1577,6 +1565,11 @@ ms@2.1.2, ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

ms@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

needle@^2.2.1:
version "2.5.2"
resolved "https://registry.yarnpkg.com/needle/-/needle-2.5.2.tgz#cf1a8fce382b5a280108bba90a14993c00e4010a"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"axios": "^0.21.1",
"capitalize": "^2.0.3",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"clone-deep": "^4.0.1",
"codemirror": "^5.59.2",
"compare-versions": "^3.6.0",
"concurrently": "^5.3.0",
"conventional-changelog-cli": "^2.1.1",
"cz-conventional-changelog": "3.3.0",
"electron": "^11.0.3",
"electron-builder": "^22.9.1",
Expand Down

0 comments on commit 66e5ed7

Please sign in to comment.