diff --git a/package.json b/package.json index 627576a..bad1866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/docs-webui", - "version": "0.1.10", + "version": "0.1.15", "private": true, "type": "module", "main": "webui/src/index.ts", @@ -17,14 +17,14 @@ "README.md" ], "peerDependencies": { - "@govoplan/core-webui": "^0.1.10", + "@govoplan/core-webui": "^0.1.15", "lucide-react": "^1.23.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "react-router-dom": "^7.1.1", - "@vitejs/plugin-react": "^4.3.4", + "react": ">=19.2.7 <20", + "react-dom": ">=19.2.7 <20", + "react-router": ">=8.3.0 <9", + "@vitejs/plugin-react": "^5.2.0", "typescript": "^5.7.2", - "vite": "^6.0.6" + "vite": "^7.3.6" }, "peerDependenciesMeta": { "@govoplan/core-webui": { diff --git a/pyproject.toml b/pyproject.toml index bade03c..9c012c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "govoplan-docs" -version = "0.1.10" +version = "0.1.15" description = "GovOPlaN documentation module for configured-system, available, and evidence documentation." readme = "README.md" requires-python = ">=3.12" authors = [{ name = "GovOPlaN" }] dependencies = [ - "govoplan-core>=0.1.10", - "govoplan-access>=0.1.10", + "govoplan-core>=0.1.15", + "govoplan-access>=0.1.15", ] [tool.setuptools.packages.find] diff --git a/src/govoplan_docs/__init__.py b/src/govoplan_docs/__init__.py index 8ee69ca..9a4fcc7 100644 --- a/src/govoplan_docs/__init__.py +++ b/src/govoplan_docs/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "0.1.10" +__version__ = "0.1.15" diff --git a/src/govoplan_docs/backend/manifest.py b/src/govoplan_docs/backend/manifest.py index 330a337..58761d8 100644 --- a/src/govoplan_docs/backend/manifest.py +++ b/src/govoplan_docs/backend/manifest.py @@ -84,7 +84,7 @@ def _route_factory(context: ModuleContext): manifest = ModuleManifest( id="docs", name="Docs", - version="0.1.10", + version="0.1.15", required_capabilities=( CAPABILITY_AUTH_PRINCIPAL_RESOLVER, CAPABILITY_AUTH_PERMISSION_EVALUATOR, diff --git a/webui/package.json b/webui/package.json index e12e6d1..f44d6ae 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "@govoplan/docs-webui", - "version": "0.1.10", + "version": "0.1.15", "private": true, "type": "module", "main": "src/index.ts", @@ -13,7 +13,7 @@ } }, "peerDependencies": { - "@govoplan/core-webui": "^0.1.10", + "@govoplan/core-webui": "^0.1.15", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20",