Use custom lazy for loading components

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Jonathan
2025-06-11 18:39:11 +02:00
committed by Sacha Al Himdani
parent 1ba61f691e
commit e1b63b59a6
13 changed files with 47 additions and 43 deletions

8
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"name": "@probo/console",
"version": "0.0.1",
"dependencies": {
"@probo/react-lazy": "^0.1.0",
"@probo/react-lazy": "1.0.0",
"@probo/vendors": "^0.0.1",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.1.3",
@@ -229,6 +229,7 @@
"@probo/helpers": "1.0.0",
"@probo/hooks": "1.0.0",
"@probo/i18n": "1.0.0",
"@probo/react-lazy": "1.0.0",
"@probo/ui": "1.0.0",
"@probo/vendors": "0.0.1",
"@radix-ui/react-dialog": "^1.1.14",
@@ -14693,10 +14694,9 @@
},
"packages/react-lazy": {
"name": "@probo/react-lazy",
"version": "0.1.0",
"license": "MIT",
"version": "1.0.0",
"peerDependencies": {
"react": ">=16.8.0"
"react": ">18.0.0"
}
},
"packages/tsconfig": {