chore: update deps
This commit is contained in:
parent
5648d36906
commit
21b7b01cf1
3 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@discordjs/rest": "^0.1.0-canary.0",
|
||||
"@neonjs/framework": "^1.0.0",
|
||||
"@neonjs/framework": "^1.0.1",
|
||||
"bufferutil": "^4.0.5",
|
||||
"config": "^3.3.6",
|
||||
"discord-api-types": "^0.24.0",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with ArgonBot. If not, see <https: //www.gnu.org/licenses/>.
|
||||
*/
|
||||
import Command from '@neonjs/framework/dist/lib/structures/command';
|
||||
import { Command } from '@neonjs/framework';
|
||||
import type { CacheType, Client, CommandInteraction } from 'discord.js';
|
||||
import { transpile } from 'typescript';
|
||||
import { NodeVM } from 'vm2';
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -585,9 +585,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@neonjs/framework@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "@neonjs/framework@npm:1.0.0"
|
||||
"@neonjs/framework@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "@neonjs/framework@npm:1.0.1"
|
||||
dependencies:
|
||||
"@discordjs/rest": ^0.1.0-canary.0
|
||||
discord-api-types: ^0.24.0
|
||||
|
@ -596,7 +596,7 @@ __metadata:
|
|||
node-fetch: ^3.0.0
|
||||
pino: ^7.0.5
|
||||
pino-pretty: ^7.1.0
|
||||
checksum: 79d51bf9b429a9c69d3b97b292c806d183c172cdccc43c571b64361d100cea791a0c8569fa5e19947c319d0faf60e9a7d2cb91c3562870f0752c6502945c1c23
|
||||
checksum: 530b2e7d0fd4b15b3736b036e8a1b2c1bdc30f60800abe4dbfb9fc67be374454d4495b2c489727b31bff38a368004175bb00f31fbd42890547affa3c552f96c6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1255,7 +1255,7 @@ __metadata:
|
|||
"@commitlint/config-conventional": ^14.1.0
|
||||
"@commitlint/cz-commitlint": ^14.1.0
|
||||
"@discordjs/rest": ^0.1.0-canary.0
|
||||
"@neonjs/framework": ^1.0.0
|
||||
"@neonjs/framework": ^1.0.1
|
||||
"@types/config": ^0.0.40
|
||||
"@types/figlet": ^1.5.4
|
||||
"@types/gradient-string": ^1.1.2
|
||||
|
|
Reference in a new issue