generated from gxc-solutions/gxc-template-repo
This commit is contained in:
parent
6e062dcadb
commit
6c2373d6ec
4 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { degToRad } from "@gxc-solutions/math/functions";
|
import { degToRad } from "@gxc-solutions/math/functions";
|
||||||
import { IPoint, ISize } from "@gxc-solutions/math/interfaces";
|
import { IPoint, ISize, ITransform } from "@gxc-solutions/math/interfaces";
|
||||||
import { IFont, IStroke, ITransform } from "@gxc-solutions/renderer-base";
|
import { IFont, IStroke } from "@gxc-solutions/renderer-base";
|
||||||
import {
|
import {
|
||||||
IBaseFill,
|
IBaseFill,
|
||||||
ISolidFill,
|
ISolidFill,
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@gxc-solutions/math": "^0.0.3",
|
"@gxc-solutions/math": "^0.0.3",
|
||||||
"@gxc-solutions/renderer-base": "^0.0.11"
|
"@gxc-solutions/renderer-base": "^0.0.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gxc-solutions/math": "^0.0.3",
|
"@gxc-solutions/math": "^0.0.3",
|
||||||
"@gxc-solutions/renderer-base": "^0.0.11"
|
"@gxc-solutions/renderer-base": "^0.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "^3.3.4",
|
"@eslint/eslintrc": "^3.3.4",
|
||||||
|
|
@ -701,11 +701,11 @@
|
||||||
"integrity": "sha512-B39/C/3YzfSbLgsf0sBpZILTSO8TIZVbh6tv3pXulG1qDL1tg41mLjp7M263MsC7ARzj7ME8WWsniBj0C4L+XA=="
|
"integrity": "sha512-B39/C/3YzfSbLgsf0sBpZILTSO8TIZVbh6tv3pXulG1qDL1tg41mLjp7M263MsC7ARzj7ME8WWsniBj0C4L+XA=="
|
||||||
},
|
},
|
||||||
"node_modules/@gxc-solutions/renderer-base": {
|
"node_modules/@gxc-solutions/renderer-base": {
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.11.tgz",
|
"resolved": "https://npm.gxc-solutions.ru/@gxc-solutions/renderer-base/-/renderer-base-0.0.12.tgz",
|
||||||
"integrity": "sha512-JD3ubs5TA7eDV3zqMKx5c3in5/9z9C3YdK0e2cgWya8/LT/HoLl6RdbLqZ0I4xngRksyd/clSoXCWcbtROj8kg==",
|
"integrity": "sha512-DmBjpv5lw8Ll499tn6QXDa77jSFFn2blDqNYXHHt+EWRprJiMudxOF9HxQ+fCvRoTkNwYiMl4GRhVq21db2/bQ==",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@gxc-solutions/math": "^0.0.2"
|
"@gxc-solutions/math": "^0.0.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@humanfs/core": {
|
"node_modules/@humanfs/core": {
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gxc-solutions/math": "^0.0.3",
|
"@gxc-solutions/math": "^0.0.3",
|
||||||
"@gxc-solutions/renderer-base": "^0.0.11"
|
"@gxc-solutions/renderer-base": "^0.0.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue