mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 00:50:05 +00:00
Remove extending the Javascript builtin objects
- Remove extending the Math & CanvasRenderingContext2D classes. - It was messing up the typescript 4.9+ - Using the built-in roundRect function - Adding global clamp function - Add some type corrections in litegraph.d.ts - Fix a couple of build issues Co-authored-by: Ranuka Perera <premium@sawrc.com> Co-authored-by: Moritz Ulmer <moritz.ulmer@posteo.de>
This commit is contained in:
10
package.json
10
package.json
@@ -38,13 +38,15 @@
|
||||
"eslint": "^8.37.0 ",
|
||||
"eslint-plugin-jest": "^27.2.1",
|
||||
"express": "^4.17.1",
|
||||
"google-closure-compiler": "^20171112.0.0",
|
||||
"google-closure-compiler": "^20230411.0.0",
|
||||
"grunt": "^1.1.0",
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-closure-tools": "^1.0.0",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-concat": "^2.1.0",
|
||||
"jest": "^28.1.3",
|
||||
"nodemon": "^1.19.4",
|
||||
"rimraf": "^2.7.1"
|
||||
"jest-cli": "^28.1.3",
|
||||
"nodemon": "^2.0.22",
|
||||
"rimraf": "^5.0.0",
|
||||
"yuidocjs": "^0.10.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user