extension-lazyref
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-02-24 21:24:38 +01:00
parent ce3989ab77
commit 85e7b54962
5 changed files with 92 additions and 0 deletions

View File

@@ -41,6 +41,15 @@
"vite": "^6.1.0",
},
},
"packages/extension-lazyref": {
"name": "@reffuse/extension-lazyref",
"version": "0.1.0",
"devDependencies": {
"@types/react": "^19.0.10",
"effect": "~3.13.1",
"react": "^19.0.0",
},
},
"packages/reffuse": {
"name": "reffuse",
"version": "0.1.1",
@@ -314,6 +323,8 @@
"@reffuse/example": ["@reffuse/example@workspace:packages/example"],
"@reffuse/extension-lazyref": ["@reffuse/extension-lazyref@workspace:packages/extension-lazyref"],
"@rollup/rollup-android-arm-eabi": ["@rollup/rollup-android-arm-eabi@4.34.8", "", { "os": "android", "cpu": "arm" }, "sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw=="],
"@rollup/rollup-android-arm64": ["@rollup/rollup-android-arm64@4.34.8", "", { "os": "android", "cpu": "arm64" }, "sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q=="],