Merge branch 'main' into develop

This commit is contained in:
Ethan Lane 2023-11-04 16:10:41 +00:00
commit 0026ab659b
2 changed files with 48 additions and 23 deletions

View file

@ -1,6 +1,6 @@
{
"name": "card-drop",
"version": "0.1.7",
"version": "0.1.8",
"main": "./dist/bot.js",
"typings": "./dist",
"scripts": {
@ -41,7 +41,8 @@
"typeorm": "0.3.17"
},
"resolutions": {
"**/semver": "^7.5.2"
"**/@babel/traverse": "^7.23.2",
"**/undici": "^5.26.2"
},
"devDependencies": {
"@types/node": "^20.0.0",