diff --git a/packages/gui/package.json b/packages/gui/package.json index c2dfe108..ac332742 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -29,6 +29,7 @@ "@types/pascalcase": "^1.0.1", "@types/react": "18.0.5", "@types/react-dom": "^18.0.1", + "@types/uuid": "^8.3.4", "config": "*", "react": "18.0.0", "react-dom": "18.0.0", diff --git a/yarn.lock b/yarn.lock index c81827f4..30cfea69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1310,6 +1310,11 @@ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== +"@types/uuid@^8.3.4": + version "8.3.4" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc" + integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== + "@typescript-eslint/parser@5.10.1": version "5.10.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"