From a70791653b0f91a94efe0d7d684aa886fffc3b46 Mon Sep 17 00:00:00 2001 From: Darren Janeczek Date: Wed, 13 Nov 2024 18:27:46 -0500 Subject: [PATCH] fix: remove strict pattern on grafanaDependency --- config/plugin.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config/plugin.schema.json b/config/plugin.schema.json index 6c590417..6414cb2f 100644 --- a/config/plugin.schema.json +++ b/config/plugin.schema.json @@ -170,7 +170,6 @@ "grafanaDependency": { "type": "string", "description": "Required Grafana version for this plugin. Validated using https://github.com/npm/node-semver.", - "pattern": "^(<=|>=|<|>|=|~|\\^)?([0-9]+)(\\.[0-9x\\*]+)(\\.[0-9x\\*]+)?(\\s(<=|>=|<|=>)?([0-9]+)(\\.[0-9x]+)(\\.[0-9x]+))?(\\-[0-9]+)?$" }, "plugins": { "type": "array",