Skip to content

Commit

Permalink
Use newer versions of gl, jsdom and canvas in node
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Nov 18, 2022
1 parent d9022b7 commit 69d3539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -32,9 +32,9 @@
}
],
"dependencies": {
"canvas": "^2.10.1",
"gl": "^5.0.3",
"jsdom": "^20.0.1",
"canvas": "^2.10.2",
"gl": "^6.0.1",
"jsdom": "^20.0.2",
"mathjax": "3.2.2",
"tmp": "^0.2.1",
"xhr2": "^0.2.1",
Expand Down

0 comments on commit 69d3539

Please sign in to comment.