Merge pull request #16346 from overleaf/msm-remove-underscore

Remove `underscore` in monorepo

GitOrigin-RevId: fd3b92e3e8a940a7a086669232102320c34a89e2
This commit is contained in:
Miguel Serrano
2024-01-08 14:55:30 +01:00
committed by Copybot
parent a2a7686347
commit 95bf78d485
43 changed files with 77 additions and 98 deletions
@@ -22,7 +22,7 @@ const fs = require('fs')
const { promisify } = require('util')
const async = require('async')
const globby = require('globby')
const _ = require('underscore')
const _ = require('lodash')
const { promisifyAll } = require('@overleaf/promise-utils')
module.exports = ProjectRootDocManager = {