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

Commit

Permalink
update react-twitch-onauthorized to 3.0.0 (#438)
Browse files Browse the repository at this point in the history
* update react-twitch-onauthorized to 3.0.0

* fixed missing import

* update to 3.0.1
  • Loading branch information
lwojcik authored May 26, 2021
1 parent 4e2d313 commit 3066e3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
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

0 comments on commit 3066e3d

Please sign in to comment.