Release Toolbox v0.20.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 13:44:29 +02:00
parent 45dcaff659
commit 965a776aad
13 changed files with 449 additions and 389 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@add-ideas/toolbox-portal",
"version": "0.2.22",
"version": "0.2.23",
"license": "AGPL-3.0-only",
"private": true,
"type": "module",
@@ -21,8 +21,8 @@
"package:static": "node scripts/package-static.mjs"
},
"dependencies": {
"@add-ideas/toolbox-contract": "^0.2.3",
"@add-ideas/toolbox-shell-react": "^0.2.3",
"@add-ideas/toolbox-contract": "^0.3.0",
"@add-ideas/toolbox-shell-react": "^0.3.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
@@ -61,5 +61,6 @@
"homepage": "https://git.add-ideas.de/lotobo/toolbox-portal",
"bugs": {
"url": "https://git.add-ideas.de/lotobo/toolbox-portal/issues"
}
},
"packageManager": "npm@11.17.0"
}