Fix WebUI release peer metadata

This commit is contained in:
2026-06-24 20:17:20 +02:00
parent 993f744c19
commit b5f7c43028
3 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@govoplan/files-webui",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"main": "src/index.ts",
@@ -21,6 +21,11 @@
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"lucide-react": "^0.555.0",
"@govoplan/core-webui": "^0.1.0"
"@govoplan/core-webui": "^0.1.1"
},
"peerDependenciesMeta": {
"@govoplan/core-webui": {
"optional": true
}
}
}