Get rid of unsafe dependencies

This commit is contained in:
barsdeveloper
2026-04-30 20:30:01 +02:00
parent 536c3b8e66
commit 7b193284e5
5 changed files with 6 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import { css } from "lit"
export default class Configuration {
static VERSION = "2.0.0"
static VERSION = "3.0.0"
static nodeColors = {
black: css`20, 20, 20`,
blue: css`84, 122, 156`,