Skip to content

Commit 84916df

Browse files
committed
v3.3.0
1 parent 7765feb commit 84916df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vylbot-app",
3-
"version": "3.2.5",
3+
"version": "3.3.0",
44
"description": "A discord bot made for Vylpes' Den",
55
"main": "./dist/vylbot",
66
"typings": "./dist",
@@ -28,18 +28,18 @@
2828
"funding": "https://ko-fi.com/vylpes",
2929
"dependencies": {
3030
"@discordjs/rest": "^2.0.0",
31-
"@types/uuid": "^10.0.0",
3231
"@types/jest": "^29.0.0",
32+
"@types/uuid": "^10.0.0",
3333
"axios": "^1.13.1",
3434
"cron": "^3.3.1",
3535
"discord.js": "^14.3.0",
3636
"dotenv": "^16.0.0",
3737
"emoji-regex": "^10.0.0",
3838
"minimatch": "10.0.1",
3939
"mysql": "^2.18.1",
40-
"typeorm": "^0.3.20",
4140
"random-bunny": "^2.4.1",
42-
"ts-jest": "^29.0.0"
41+
"ts-jest": "^29.0.0",
42+
"typeorm": "^0.3.20"
4343
},
4444
"resolutions": {},
4545
"devDependencies": {

0 commit comments

Comments
 (0)