Update dependencies
All checks were successful
CI / build (push) Successful in 22s

This commit is contained in:
Andrey Kernichniy 2026-03-15 01:12:10 +07:00
parent 6e062dcadb
commit 6c2373d6ec
4 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
import { degToRad } from "@gxc-solutions/math/functions";
import { IPoint, ISize } from "@gxc-solutions/math/interfaces";
import { IFont, IStroke, ITransform } from "@gxc-solutions/renderer-base";
import { IPoint, ISize, ITransform } from "@gxc-solutions/math/interfaces";
import { IFont, IStroke } from "@gxc-solutions/renderer-base";
import {
IBaseFill,
ISolidFill,

View file

@ -9,6 +9,6 @@
},
"peerDependencies": {
"@gxc-solutions/math": "^0.0.3",
"@gxc-solutions/renderer-base": "^0.0.11"
"@gxc-solutions/renderer-base": "^0.0.12"
}
}