add some new deps, remove some old ones
This commit is contained in:
parent
46b514c9bf
commit
c5cb086207
3 changed files with 31 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
// const { MessageCollector } = require('eris-collector');
|
||||
const { inspect, promisify } = require('util');
|
||||
const colours = require('../assets/colours.json');
|
||||
|
||||
|
|
29
package-lock.json
generated
29
package-lock.json
generated
|
@ -12,6 +12,8 @@
|
|||
"@sentry/node": "^5.27.3",
|
||||
"chalk": "^4.1.0",
|
||||
"eris": "^0.14.0",
|
||||
"eris-pagination": "github:WeebHiroyuki/eris-pagination",
|
||||
"eris-reactions": "^0.1.3",
|
||||
"eslint": "^7.12.1",
|
||||
"fs-readdir-recursive": "^1.1.0",
|
||||
"js-yaml": "^3.14.0",
|
||||
|
@ -439,6 +441,22 @@
|
|||
"tweetnacl": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/eris-pagination": {
|
||||
"version": "0.5.0",
|
||||
"resolved": "git+ssh://git@github.com/WeebHiroyuki/eris-pagination.git#7c7b56a4e6fe0d3af95f41839385b977c8f74854",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eris-reactions": "git+https://github.com/WeebHiroyuki/eris-reactions.git"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eris": "^0.14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eris-reactions": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "git+ssh://git@github.com/WeebHiroyuki/eris-reactions.git#0119ba57534ff3a96b04f956db3dc2cb4883851c",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/escape-string-regexp": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
|
@ -1775,6 +1793,17 @@
|
|||
"ws": "^7.2.1"
|
||||
}
|
||||
},
|
||||
"eris-pagination": {
|
||||
"version": "git+ssh://git@github.com/WeebHiroyuki/eris-pagination.git#7c7b56a4e6fe0d3af95f41839385b977c8f74854",
|
||||
"from": "eris-pagination@github:WeebHiroyuki/eris-pagination",
|
||||
"requires": {
|
||||
"eris-reactions": "git+https://github.com/WeebHiroyuki/eris-reactions.git"
|
||||
}
|
||||
},
|
||||
"eris-reactions": {
|
||||
"version": "git+ssh://git@github.com/WeebHiroyuki/eris-reactions.git#0119ba57534ff3a96b04f956db3dc2cb4883851c",
|
||||
"from": "eris-reactions@^0.1.3"
|
||||
},
|
||||
"escape-string-regexp": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
"@sentry/node": "^5.27.3",
|
||||
"chalk": "^4.1.0",
|
||||
"eris": "^0.14.0",
|
||||
"eris-pagination": "github:WeebHiroyuki/eris-pagination",
|
||||
"eris-reactions": "^0.1.3",
|
||||
"eslint": "^7.12.1",
|
||||
"fs-readdir-recursive": "^1.1.0",
|
||||
"js-yaml": "^3.14.0",
|
||||
|
|
Loading…
Reference in a new issue