fix: lock cytoscape version (#4158)

This commit is contained in:
jack zhang 2024-04-25 14:13:57 +08:00 committed by GitHub
parent 2d66f4d44b
commit b01d550a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@
"lint": "eslint ."
},
"resolutions": {
"cytoscape": "3.28.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},