Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daign committed Feb 11, 2024
1 parent a6fa45b commit 5dd3804
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daign/2d-graphics-svg",
"version": "1.1.9",
"version": "1.1.10",
"description": "A SVG renderer for the daign-2d-graphics library.",
"keywords": [
"graphics",
Expand Down Expand Up @@ -31,23 +31,23 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.2",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"sinon": "^17.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-no-unused-expression-chai": "^0.1.4",
"typescript": "5.0.2",
"typescript": "~5.1.6",
"@daign/mock-dom": "^1.1.0"
},
"dependencies": {
"@daign/2d-pipeline": "^1.1.2",
"@daign/2d-graphics": "^1.1.12",
"@daign/2d-pipeline": "^1.1.3",
"@daign/2d-graphics": "^1.1.13",
"@daign/dom-pool": "^1.1.0",
"@daign/math": "^1.1.3",
"@daign/math": "^1.1.4",
"@daign/style-sheets": "^1.1.1"
},
"nyc": {
Expand Down

0 comments on commit 5dd3804

Please sign in to comment.