fix for canvas so no one encounters an error like me
idk if its just me who had this issue, but this assuming it fixed for me no one should encounter an error with canvas version changed. Literally all this does is change line 12 from "^2.8.0" to "2.8.0" again dont know if everyone will have this error but ye you would know if you accept the changes
This commit is contained in:
parent
fe5c909581
commit
8a3b89ea9d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ag-psd": "^14.3.2",
|
"ag-psd": "^14.3.2",
|
||||||
"canvas": "^2.8.0",
|
"canvas": "2.8.0",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"connect-timeout": "^1.9.0",
|
"connect-timeout": "^1.9.0",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue