mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 01:35:04 +02:00
Dep updates
This commit is contained in:
parent
1fdaaf5633
commit
351ae52776
4 changed files with 171 additions and 135 deletions
|
@ -9,7 +9,7 @@ const UserProps = require('./user_property.js');
|
|||
// deps
|
||||
const _ = require('lodash');
|
||||
const moment = require('moment');
|
||||
const hashids = require('hashids');
|
||||
const hashids = require('hashids/cjs');
|
||||
|
||||
exports.getActiveConnections = getActiveConnections;
|
||||
exports.getActiveConnectionList = getActiveConnectionList;
|
||||
|
|
|
@ -19,7 +19,7 @@ const UserProps = require('./user_property.js');
|
|||
const SysProps = require('./system_menu_method.js');
|
||||
|
||||
// deps
|
||||
const hashids = require('hashids');
|
||||
const hashids = require('hashids/cjs');
|
||||
const moment = require('moment');
|
||||
const paths = require('path');
|
||||
const async = require('async');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue