Compare commits

..

No commits in common. "7945fd5ae8c9fe350ef5fc79cb0e607da5312cfd" and "767febf965ce8ba48d562b4b72b673407105803d" have entirely different histories.

2 changed files with 6 additions and 15 deletions

View file

@ -1,9 +0,0 @@
import "styled-components"
import { IThemeProps } from "../lib/useTheme"
// As of styled-components v6.1.17, we need to map our custom theme interface to the
// default styled-components theme, as the type definition has been tightened with the merge request.
// https://github.com/styled-components/styled-components/pull/4317
declare module "styled-components" {
export interface DefaultTheme extends IThemeProps {}
}

View file

@ -7223,9 +7223,9 @@ nanoid@^3.3.6:
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
nanoid@^3.3.7: nanoid@^3.3.7:
version "3.3.11" version "3.3.10"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.10.tgz#7bc882237698ef787d5cbba109e3b0168ba6e7b1"
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== integrity sha512-vSJJTG+t/dIKAUhUDw/dLdZ9s//5OxcHqLaDWWrW4Cdq7o6tdLIczUkMXt2MBNmk6sJRZBZRXVixs7URY1CmIg==
natural-compare-lite@^1.4.0: natural-compare-lite@^1.4.0:
version "1.4.0" version "1.4.0"
@ -9504,9 +9504,9 @@ style-loader@^3.3.1:
integrity sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw== integrity sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==
styled-components@^6.0.8: styled-components@^6.0.8:
version "6.1.17" version "6.1.16"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.17.tgz#59032edd7efa59e114ddbc41165f0984d0fa4fb7" resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.16.tgz#cd327cfa092829022d3d2cac91bc220b56dc372d"
integrity sha512-97D7DwWanI7nN24v0D4SvbfjLE9656umNSJZkBkDIWL37aZqG/wRQ+Y9pWtXyBIM/NSfcBzHLErEsqHmJNSVUg== integrity sha512-KpWB6ORAWGmbWM10cDJfEV6sXc/uVkkkQV3SLwTNQ/E/PqWgNHIoMSLh1Lnk2FkB9+JHK7uuMq1i+9ArxDD7iQ==
dependencies: dependencies:
"@emotion/is-prop-valid" "1.2.2" "@emotion/is-prop-valid" "1.2.2"
"@emotion/unitless" "0.8.1" "@emotion/unitless" "0.8.1"