-
- Downloads
chore: bump js deps
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
"@types/jest": "^29.5.5", | "@types/jest": "^29.5.5", | ||
"@types/lodash": "^4.14.199", | "@types/lodash": "^4.14.199", | ||
"@types/object-hash": "^3.0.4", | "@types/object-hash": "^3.0.4", | ||
"@types/three": "^0.158.1", | |||
"@types/uuid": "^9.0.4", | "@types/uuid": "^9.0.4", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | "@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | "@typescript-eslint/parser": "^6.7.2", | ||
... | @@ -28,7 +29,7 @@ | ... | @@ -28,7 +29,7 @@ |
"@viz-js/viz": "^3.2.0", | "@viz-js/viz": "^3.2.0", | ||
"graphql": "^16.8.1", | "graphql": "^16.8.1", | ||
"highlight.js": "^11.8.0", | "highlight.js": "^11.8.0", | ||
"three": "^0.157.0", | "three": "^0.158.0", | ||
"uuid": "^9.0.1" | "uuid": "^9.0.1" | ||
}, | }, | ||
"resolutions": { | "resolutions": { | ||
... | ... |
Please register or sign in to comment