File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed
packages/ui-components/src/lib/icon Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3939 "@stripe/react-stripe-js" : " ^1.5.0" ,
4040 "@stripe/stripe-js" : " ^1.18.0" ,
4141 "@szhsin/react-menu" : " ^2.1.0" ,
42- "@types/react" : " 18.0.20 " ,
43- "@types/react-dom" : " 18.0.6 " ,
42+ "@types/react" : " ^ 18.0.27 " ,
43+ "@types/react-dom" : " ^ 18.0.10 " ,
4444 "chart.js" : " ^2.9.4" ,
4545 "chartjs-plugin-datalabels" : " ^1.0.0" ,
4646 "classnames" : " ^2.3.1" ,
Original file line number Diff line number Diff line change 1- import React , { FC , createContext } from 'react' ;
1+ import React , { FC , createContext , PropsWithChildren } from 'react' ;
22import { IconsMap } from './Icon' ;
33import './icon.css' ;
44
55export const RegisteredIconContext = createContext < IconsMap > ( { } ) ;
66
7- export interface IconRegistryProps {
7+ export interface IconRegistryProps extends PropsWithChildren < unknown > {
88 icons : IconsMap ;
99}
1010
Original file line number Diff line number Diff line change 57615761 dependencies:
57625762 "@types/react" "*"
57635763
5764- "@types/react-dom@18.0.6":
5765- version "18.0.6"
5766- resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1"
5767- integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==
5768- dependencies:
5769- "@types/react" "*"
5770-
57715764"@types/react-dom@^18.0.0":
57725765 version "18.0.0"
57735766 resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
57745767 integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==
57755768 dependencies:
57765769 "@types/react" "*"
57775770
5771+ "@types/react-dom@^18.0.10":
5772+ version "18.0.10"
5773+ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.10.tgz#3b66dec56aa0f16a6cc26da9e9ca96c35c0b4352"
5774+ integrity sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==
5775+ dependencies:
5776+ "@types/react" "*"
5777+
57785778"@types/react-image-crop@^8.1.3":
57795779 version "8.1.3"
57805780 resolved "https://registry.yarnpkg.com/@types/react-image-crop/-/react-image-crop-8.1.3.tgz#1317f4f19f334ca22f7ff15927a72e8a8291ece3"
58405840 "@types/scheduler" "*"
58415841 csstype "^3.0.2"
58425842
5843- "@types/react@18.0.20 ":
5844- version "18.0.20 "
5845- resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.20 .tgz#e4c36be3a55eb5b456ecf501bd4a00fd4fd0c9ab "
5846- integrity sha512-MWul1teSPxujEHVwZl4a5HxQ9vVNsjTchVA+xRqv/VYGCuKGAU6UhfrTdF5aBefwD1BHUD8i/zq+O/vyCm/FrA ==
5843+ "@types/react@^ 18.0.27 ":
5844+ version "18.0.27 "
5845+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.27 .tgz#d9425abe187a00f8a5ec182b010d4fd9da703b71 "
5846+ integrity sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA ==
58475847 dependencies:
58485848 "@types/prop-types" "*"
58495849 "@types/scheduler" "*"
You can’t perform that action at this time.
0 commit comments