+5
-5
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svg-tools",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect, edit, optimize and transform SVG documents locally in the browser.",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": "Albrecht Degering",
|
||||
@@ -41,8 +41,8 @@
|
||||
"release:artifact": "npm run check && npm run test:security && npm run test:browser && npm run package:release -- --force && npm run portal:smoke"
|
||||
},
|
||||
"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",
|
||||
"@codemirror/commands": "6.10.4",
|
||||
"@codemirror/lang-xml": "6.1.0",
|
||||
"@codemirror/language": "6.12.4",
|
||||
@@ -51,14 +51,14 @@
|
||||
"@codemirror/view": "6.43.6",
|
||||
"@lezer/xml": "1.0.6",
|
||||
"css-tree": "3.2.1",
|
||||
"dompurify": "3.4.12",
|
||||
"dompurify": "3.4.14",
|
||||
"fflate": "0.8.3",
|
||||
"react": "19.2.6",
|
||||
"react-dom": "19.2.6",
|
||||
"svgo": "4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@add-ideas/toolbox-testkit": "0.2.3",
|
||||
"@add-ideas/toolbox-testkit": "0.3.0",
|
||||
"@eslint/js": "10.0.1",
|
||||
"@playwright/test": "1.61.1",
|
||||
"@testing-library/jest-dom": "6.9.1",
|
||||
|
||||
Reference in New Issue
Block a user