Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

update react-twitch-onauthorized to 3.0.0 #438

Merged
merged 3 commits into from
May 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-stroller": "1.8.0",
"react-tabs": "3.2.2",
"react-timeago": "6.1.1",
"react-twitch-ext-onauthorized": "2.0.3",
"react-twitch-ext-onauthorized": "3.0.1",
"starcraft2-api": "2.0.0",
"swr": "0.5.6",
"typeface-lato": "1.1.13",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Config/Config.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import useTwitchAuth from 'react-twitch-ext-onauthorized';
import { useTwitchAuth } from 'react-twitch-ext-onauthorized';
import useConfigData from 'hooks/useConfigData/useConfigData';
import ConfigFormPanel from 'components/ConfigFormPanel/ConfigFormPanel';
import ConfigConnectionError from 'components/ConfigConnectionError/ConfigConnectionError';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Viewer/Viewer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from 'react';
import useTwitchAuth from 'react-twitch-ext-onauthorized';
import { useTwitchAuth } from 'react-twitch-ext-onauthorized';
import useViewerData from 'hooks/useViewerData/useViewerData';
import ViewerPanel from 'components/ViewerPanel/ViewerPanel';
import Unauthorized from 'components/Unauthorized/Unauthorized';
Expand Down