diff --git a/src/ui/package-lock.json b/src/ui/package-lock.json index 6d99647..b2ea987 100644 --- a/src/ui/package-lock.json +++ b/src/ui/package-lock.json @@ -9935,6 +9935,14 @@ "whatwg-fetch": "^3.6.2" } }, + "react-bootstrap-icons": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/react-bootstrap-icons/-/react-bootstrap-icons-1.9.1.tgz", + "integrity": "sha512-EOxEkiKt/ucn17cXHzUcxbVmH7YCFjV5ifrIB+aGkfxjXnGGJyBDfG5kRChoCDs1Y7vLRtgSauOq+whF751Yzg==", + "requires": { + "prop-types": "^15.7.2" + } + }, "react-dev-utils": { "version": "12.0.1", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", diff --git a/src/ui/package.json b/src/ui/package.json index 9665d03..fbba010 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -7,6 +7,7 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0", + "react-bootstrap-icons": "^1.9.1", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "react-syntax-highlighter": "^15.5.0",