Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhl8 committed Dec 18, 2022
1 parent 7bf4607 commit 03ae563
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 538 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-bot-shared",
"version": "0.9.0",
"version": "0.9.1",
"type": "module",
"description": "Modules for creating discord bots.",
"repository": "github:adamhl8/discord-bot-shared",
Expand All @@ -20,15 +20,15 @@
"prepublish": "pnpm build"
},
"dependencies": {
"@discordjs/rest": "^1.4.0",
"discord-api-types": "^0.37.22",
"@discordjs/rest": "^1.5.0",
"discord-api-types": "^0.37.23",
"discord.js": "^14.7.1"
},
"devDependencies": {
"@types/node": "^18.11.15",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
Loading

0 comments on commit 03ae563

Please sign in to comment.