Skip to content

Commit

Permalink
Updated dependencies (#14)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Use interface from react-bootstrap-icons v1.9.1
  • Loading branch information
AnimeAllstar committed Sep 28, 2022
1 parent ec169b6 commit d815c2a
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 294 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"private": true,
"dependencies": {
"@octokit/rest": "^19.0.4",
"@octokit/types": "^7.3.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@octokit/types": "^7.5.0",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-combine-reducers": "^1.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"bootstrap": "^5.2.0",
"bootstrap": "^5.2.1",
"buffer": "^6.0.3",
"formik": "^2.2.9",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-icons": "^1.8.4",
"react-bootstrap-icons": "^1.9.1",
"react-code-blocks": "^0.0.9-0",
"react-combine-reducers": "^1.1.1",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"yup": "^0.32.11"
},
"scripts": {
Expand Down
6 changes: 1 addition & 5 deletions src/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import * as icons from 'react-bootstrap-icons';
import React from "react";
import {ButtonVariant} from "react-bootstrap/types";

interface BootstrapIconProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}

interface IconProps extends BootstrapIconProps {
interface IconProps extends icons.IconProps {
variant?: ButtonVariant;
iconName: keyof typeof icons;
buttonClassName?: string;
Expand Down
Loading

0 comments on commit d815c2a

Please sign in to comment.