feat: ⬆️ upgrade @cohabit/ressources

This commit is contained in:
Julien Oculi 2024-06-19 17:11:56 +02:00
parent a8820f2b8d
commit 889cf1b34a

View file

@ -18,7 +18,7 @@
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"$std/": "https://deno.land/std@0.208.0/",
"@cohabit/cohamail/": "./packages/@cohabit__cohamail@0.2.1/",
"@cohabit/ressources_manager/": "./packages/@cohabit__ressources_manager@0.1.1/",
"@cohabit/ressources_manager/": "./packages/@cohabit__ressources_manager@0.1.2/",
"@jotsr/delayed": "jsr:@jotsr/delayed@^2.1.1",
"@jotsr/smart-css-bundler": "jsr:@jotsr/smart-css-bundler@^0.3.0",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
@ -38,7 +38,7 @@
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"workspaces": [
"packages/@cohabit__cohamail@0.2.1",
"packages/@cohabit__ressources_manager@0.1.1"
"packages/@cohabit__ressources_manager@0.1.2"
],
"unstable": ["kv"]
}