refactor: migrate fullscreen to mantine (#819)

This commit is contained in:
Carlos Valente
2024-03-14 18:32:07 +01:00
committed by GitHub
parent 12d9e5922c
commit 105f395e6e
5 changed files with 20 additions and 76 deletions
+11
View File
@@ -68,6 +68,9 @@ importers:
'@emotion/styled':
specifier: ^11.10.6
version: 11.10.6(@emotion/react@11.10.6)(@types/react@18.0.26)(react@18.2.0)
'@mantine/hooks':
specifier: ^7.6.2
version: 7.6.2(react@18.2.0)
'@react-icons/all-files':
specifier: ^4.1.0
version: 4.1.0(react@18.2.0)
@@ -2427,6 +2430,14 @@ packages:
- supports-color
dev: true
/@mantine/hooks@7.6.2(react@18.2.0):
resolution: {integrity: sha512-ZrOgrZHoIGCDKrr2/9njDgK0al+jjusYQFlmR0YyEFyRtgY6eNSI4zuYLcAPx1haHmUm5RsLBrqY6Iy/TLdGXA==}
peerDependencies:
react: ^18.2.0
dependencies:
react: 18.2.0
dev: false
/@nodelib/fs.scandir@2.1.5:
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
engines: {node: '>= 8'}