diff --git a/lib/src/artist.ts b/lib/src/artist.ts index 415a3ca..e417f5b 100644 --- a/lib/src/artist.ts +++ b/lib/src/artist.ts @@ -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, diff --git a/lib/src/package.json b/lib/src/package.json index ca36b33..7147d9d 100644 --- a/lib/src/package.json +++ b/lib/src/package.json @@ -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" } } diff --git a/package-lock.json b/package-lock.json index 4856161..ef9fb24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@gxc-solutions/math": "^0.0.3", - "@gxc-solutions/renderer-base": "^0.0.11" + "@gxc-solutions/renderer-base": "^0.0.12" }, "devDependencies": { "@eslint/eslintrc": "^3.3.4", @@ -701,11 +701,11 @@ "integrity": "sha512-B39/C/3YzfSbLgsf0sBpZILTSO8TIZVbh6tv3pXulG1qDL1tg41mLjp7M263MsC7ARzj7ME8WWsniBj0C4L+XA==" }, "node_modules/@gxc-solutions/renderer-base": { - "version": "0.0.11", - "resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.11.tgz", - "integrity": "sha512-JD3ubs5TA7eDV3zqMKx5c3in5/9z9C3YdK0e2cgWya8/LT/HoLl6RdbLqZ0I4xngRksyd/clSoXCWcbtROj8kg==", + "version": "0.0.12", + "resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.12.tgz", + "integrity": "sha512-DmBjpv5lw8Ll499tn6QXDa77jSFFn2blDqNYXHHt+EWRprJiMudxOF9HxQ+fCvRoTkNwYiMl4GRhVq21db2/bQ==", "peerDependencies": { - "@gxc-solutions/math": "^0.0.2" + "@gxc-solutions/math": "^0.0.3" } }, "node_modules/@humanfs/core": { diff --git a/package.json b/package.json index 508968b..8f4db4b 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ }, "dependencies": { "@gxc-solutions/math": "^0.0.3", - "@gxc-solutions/renderer-base": "^0.0.11" + "@gxc-solutions/renderer-base": "^0.0.12" } }