Skip to content

Commit

Permalink
feat: upgrade some deps, removed trending window
Browse files Browse the repository at this point in the history
(unofficial) trending api is offline
as per huchenme/github-trending-api#130
will deploy my own instance of the trending api
  • Loading branch information
edwardpayton committed Oct 4, 2020
1 parent 46102c0 commit cca1f7b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@testing-library/user-event": "^12.1.3",
"chart.js": "^2.9.3",
"chartjs-chart-matrix": "^0.1.3",
"dompurify": "^2.0.12",
"dompurify": "^2.1.1",
"howler": "^2.1.3",
"husky": "^4.2.3",
"marked": "^1.1.0",
Expand All @@ -20,8 +20,8 @@
"react-dom": "^16.13.1",
"react-draggable": "^4.3.1",
"react-scripts": "3.4.3",
"react95": "^3.0.0",
"recoil": "^0.0.10",
"react95": "^3.1.0",
"recoil": "^0.0.13",
"styled-components": "^5.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const WINDOW_OBJ = {
about,
user,
repos,
trending,
// trending,
mostFollowed,
};

Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4258,10 +4258,10 @@ domhandler@^2.3.0:
dependencies:
domelementtype "1"

dompurify@^2.0.12:
version "2.0.15"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.0.15.tgz#80e300fc3e89547bd0af1aff2eba88ce17fc9dea"
integrity sha512-8AnYW8iXOC7xC7K3FBvQ7+GdmtOsgDGZC5dDXaewCC674qcId7G5mhz5VIEnVShJVjQdlcaPjxpaOzaV9JC3Tg==
dompurify@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.1.1.tgz#b5aa988676b093a9c836d8b855680a8598af25fe"
integrity sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg==

[email protected]:
version "1.5.1"
Expand Down Expand Up @@ -9519,10 +9519,10 @@ [email protected]:
optionalDependencies:
fsevents "2.1.2"

react95@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/react95/-/react95-3.0.1.tgz#3b88d7ab2a0e534794ad97059250c4b52bd399a2"
integrity sha512-YVpPB3KZ68PNOxcybMj9Dw2RnKRMTPTbGI0KUU527cHf3aZOaIRUFHTIG8RaIO4RTBbzuRA6LN3jxFSf5WXG4g==
react95@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/react95/-/react95-3.1.0.tgz#e52b5f2a2bfd60ea2f78b1dc9addfb4c46af8d28"
integrity sha512-mrdTjuHNfSS1FEgbV8PRnOHDSayiajinT5Z+MG8B3SNAh7iXdAztvdlS9DB/0nRk/+P7XYddZ3gaqnZgIvBONA==

react@^16.13.1:
version "16.13.1"
Expand Down Expand Up @@ -9648,10 +9648,10 @@ realpath-native@^1.1.0:
dependencies:
util.promisify "^1.0.0"

recoil@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.0.10.tgz#679ab22306f559f8a63c46fd5ff5241539f9248f"
integrity sha512-+9gRqehw3yKETmoZbhSnWu4GO10HDb5xYf1CjLF1oXGK2uT6GX5Lu9mfTXwjxV/jXxEKx8MIRUUbgPxvbJ8SEw==
recoil@^0.0.13:
version "0.0.13"
resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.0.13.tgz#23e6d63135c07d8defbd91aaa35dca94ec5c15a6"
integrity sha512-2OToaQ8GR//KsdKdaEhMi04QKStLGRpk3qjC58iBpZpUtsByZ4dUy2UJtRcYuhnVlltGZ8HNwcEQRdFOS864SQ==

[email protected]:
version "2.2.2"
Expand Down

0 comments on commit cca1f7b

Please sign in to comment.