Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FyraLabs/raboneko
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Nov 24, 2023
2 parents 7ba99b4 + 8b82700 commit acf8962
Show file tree
Hide file tree
Showing 6 changed files with 891 additions and 663 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
},
"dependencies": {
"@prisma/client": "^4.15.0",
"bullmq": "^3.15.5",
"@prisma/client": "^5.6.0",
"bullmq": "^4.14.1",
"cat-loggr": "^1.2.2",
"dayjs": "^1.11.8",
"discord-api-types": "^0.37.43",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"fastify": "^4.18.0",
"dayjs": "^1.11.10",
"discord-api-types": "^0.37.65",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"fastify": "^4.24.3",
"parse-duration": "^1.1.0",
"slash-create": "^5.13.0"
"slash-create": "^6.0.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"@types/express": "^4.17.21",
"@types/node": "^20.9.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"prisma": "^4.15.0",
"slash-up": "^1.3.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"slash-up": "^1.4.2",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.3"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit acf8962

Please sign in to comment.