diff --git a/services/frontend/package.json b/services/frontend/package.json index 0306c56..da60b62 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -19,6 +19,7 @@ "@codemirror/stream-parser": "^0.19.9", "@codemirror/view": "^0.19.0", "@emotion/react": "^11.9.3", + "@emotion/styled": "^11.9.3", "@headlessui/react": "^1.6.4", "@heroicons/react": "^1.0.5", "@jsplumb/browser-ui": "^5.5.2", diff --git a/services/frontend/yarn.lock b/services/frontend/yarn.lock index 1557093..a881a71 100644 --- a/services/frontend/yarn.lock +++ b/services/frontend/yarn.lock @@ -1466,6 +1466,17 @@ resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.1.tgz#015756e2a9a3c7c5f11d8ec22966a8dbfbfac787" integrity sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA== +"@emotion/styled@^11.9.3": + version "11.9.3" + resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.9.3.tgz#47f0c71137fec7c57035bf3659b52fb536792340" + integrity sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA== + dependencies: + "@babel/runtime" "^7.13.10" + "@emotion/babel-plugin" "^11.7.1" + "@emotion/is-prop-valid" "^1.1.3" + "@emotion/serialize" "^1.0.4" + "@emotion/utils" "^1.1.0" + "@emotion/unitless@^0.7.5": version "0.7.5" resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"