mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-02-02 23:31:38 +00:00
fix(deps): update dependency inferno-create-element to v9 (#2929)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f57523177
commit
4228bcdcea
2 changed files with 10 additions and 3 deletions
|
@ -53,7 +53,7 @@
|
|||
"html-to-text": "^9.0.5",
|
||||
"i18next": "^23.14.0",
|
||||
"inferno": "^8.2.3",
|
||||
"inferno-create-element": "^8.2.3",
|
||||
"inferno-create-element": "^9.0.0",
|
||||
"inferno-helmet": "^5.2.1",
|
||||
"inferno-hydrate": "^9.0.0",
|
||||
"inferno-i18next-dess": "0.0.2",
|
||||
|
|
|
@ -93,8 +93,8 @@ importers:
|
|||
specifier: ^8.2.3
|
||||
version: 8.2.3
|
||||
inferno-create-element:
|
||||
specifier: ^8.2.3
|
||||
version: 8.2.3
|
||||
specifier: ^9.0.0
|
||||
version: 9.0.1
|
||||
inferno-helmet:
|
||||
specifier: ^5.2.1
|
||||
version: 5.2.1(inferno@8.2.3)
|
||||
|
@ -2813,6 +2813,9 @@ packages:
|
|||
inferno-create-element@8.2.3:
|
||||
resolution: {integrity: sha512-YEwX4OiFlgeTutvE16uCGxkaSVwZ1DklpAPX8okjVsGaLIWQrM8QIQFxn3mTLWSu70Uea+afQfKL5wE4hxn39Q==}
|
||||
|
||||
inferno-create-element@9.0.1:
|
||||
resolution: {integrity: sha512-GOMF2156QRAA6XeznGioF4rOouTyYvJWlhTWlDcUrh+FshBpnDcbOnMDgNUORHwkZLW7hZxdK/Dmc0dj+mQVWw==}
|
||||
|
||||
inferno-helmet@5.2.1:
|
||||
resolution: {integrity: sha512-9xzUGENVoz8qk67s0UhHlGNGZKG9Ia0mk5KoCNgkkIcGNhk7mNIINm7jJ5OOigVetz2DwI94jHzouTggb49AJg==}
|
||||
|
||||
|
@ -7905,6 +7908,10 @@ snapshots:
|
|||
dependencies:
|
||||
inferno: 8.2.3
|
||||
|
||||
inferno-create-element@9.0.1:
|
||||
dependencies:
|
||||
inferno: 9.0.1
|
||||
|
||||
inferno-helmet@5.2.1(inferno@8.2.3):
|
||||
dependencies:
|
||||
deep-equal: 1.1.2
|
||||
|
|
Loading…
Reference in a new issue