Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daign committed Dec 11, 2023
1 parent 92b4c70 commit ebc3a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daign/2d-graphics",
"version": "1.1.11",
"version": "1.1.12",
"description": "Two dimensional graphics library that implements the daign-2d-pipeline.",
"keywords": [
"graphics",
Expand Down Expand Up @@ -36,17 +36,17 @@
"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",
"@daign/mock-dom": "^1.1.0"
},
"dependencies": {
"@daign/handle": "^1.1.0",
"@daign/math": "^1.1.2",
"@daign/math": "^1.1.3",
"@daign/observable": "^1.1.3",
"@daign/2d-pipeline": "^1.1.1",
"@daign/2d-pipeline": "^1.1.2",
"@daign/style-sheets": "^1.1.1"
},
"nyc": {
Expand Down

0 comments on commit ebc3a05

Please sign in to comment.