refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-07-16 14:35:39 +02:00
parent 1f7c9aba33
commit a1e820336f
5 changed files with 317 additions and 445 deletions

View File

@@ -12,7 +12,7 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {asyncPool} from '@krlwlfrt/async-pool';
import {asyncPool} from '@krlwlfrt/async-pool/lib/async-pool';
import {Logger} from '@openstapps/logger';
import {basename, dirname, join} from 'path';
import {ProjectReflection} from 'typedoc';