Skip to content

Commit 284386c

Browse files
committed
cleanup of work to get to proper build
1 parent 7f19c51 commit 284386c

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"devDependencies": {
2727
"@eslint/js": "^9.11.1",
2828
"@types/react": "^18.3.10",
29+
"@types/react-copy-to-clipboard": "^5.0.7",
2930
"@types/react-dom": "^18.3.0",
3031
"@types/react-syntax-highlighter": "^15.5.13",
3132
"@vitejs/plugin-react": "^4.3.2",

src/components/CodeBlock.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Button, Card } from "react-bootstrap";
21
import SyntaxHighlighter from "react-syntax-highlighter";
32
import { CopyToClipboard } from "react-copy-to-clipboard";
43
import { useState } from "react";

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,13 @@
440440
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz"
441441
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
442442

443+
"@types/react-copy-to-clipboard@^5.0.7":
444+
version "5.0.7"
445+
resolved "https://registry.npmjs.org/@types/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.7.tgz"
446+
integrity sha512-Gft19D+as4M+9Whq1oglhmK49vqPhcLzk8WfvfLvaYMIPYanyfLy0+CwFucMJfdKoSFyySPmkkWn8/E6voQXjQ==
447+
dependencies:
448+
"@types/react" "*"
449+
443450
"@types/react-dom@^18.3.0":
444451
version "18.3.1"
445452
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz"

0 commit comments

Comments
 (0)