diff --git a/src/dependencies.pug b/src/dependencies.pug index 0cca4ea..d2f6d49 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -36,7 +36,7 @@ if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints //- script(type="module" src="/lib/solid-directory/dist/index.js" defer) if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards) - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@0.4" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@0.7" defer) //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer) if endpoints.users || (endpoints.get && endpoints.get.users)