Fix @probo/react-lazy

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-26 09:36:50 +01:00
parent b483ddf959
commit c92c2f9238
3 changed files with 3 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
"relay-runtime": "^18.2.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"@probo/react-lazy": "^0.0.1"
"@probo/react-lazy": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.26.7",

1
package-lock.json generated
View File

@@ -19,6 +19,7 @@
"version": "0.0.1",
"dependencies": {
"@lexical/react": "^0.27.0",
"@probo/react-lazy": "^0.1.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.3",

View File

@@ -2,7 +2,7 @@
"name": "@probo/react-lazy",
"version": "0.1.0",
"description": "Enhanced React lazy loading with retries and error handling",
"private": true,
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"