fix: stabilize Toolbox navigation

This commit is contained in:
2026-07-23 01:13:57 +02:00
parent 5cfbd48282
commit f22714c37f
6 changed files with 32 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pdf-tools",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"license": "AGPL-3.0-only",
"type": "module",
@@ -23,8 +23,8 @@
"check": "npm run manifest:check && npm run typecheck && npm run lint && npm run test && npm run build && npm run test:toolbox"
},
"dependencies": {
"@add-ideas/toolbox-contract": "^0.2.0",
"@add-ideas/toolbox-shell-react": "^0.2.0",
"@add-ideas/toolbox-contract": "^0.2.1",
"@add-ideas/toolbox-shell-react": "^0.2.1",
"fflate": "^0.8.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.7.284",
@@ -32,7 +32,7 @@
"react-dom": "^19.2.6"
},
"devDependencies": {
"@add-ideas/toolbox-testkit": "^0.2.0",
"@add-ideas/toolbox-testkit": "^0.2.1",
"@eslint/js": "^10.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",