Skip to content

Commit

Permalink
feat: discord.js 14.14
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Dec 27, 2023
1 parent a739b20 commit 7d0f15d
Show file tree
Hide file tree
Showing 2 changed files with 952 additions and 1,148 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "@pikokr/command.ts",
"description": "Discord.js command framework for typescript.",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.13.1",
"version": "0.0.0-development",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"@discordjs/ts-docgen": "^0.4.1",
"@swc/core": "1.3.78",
"@types/lodash": "4.14.197",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@swc/core": "1.3.101",
"@types/lodash": "4.14.202",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"all-contributors-cli": "6.26.1",
"discord-api-types": "^0.37.54",
"discord.js": "14.13.0",
"discord-api-types": "^0.37.66",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"semantic-release": "^21.0.9",
"ts-node": "10.9.1",
"tslog": "^4.9.1",
"tsup": "7.2.0",
"typedoc": "^0.25.0",
"typescript": "^5.1.6",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"semantic-release": "^22.0.12",
"ts-node": "10.9.2",
"tslog": "^4.9.2",
"tsup": "8.0.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"utility-types": "^3.10.0"
},
"dependencies": {
"@types/node": "^20.5.3",
"chalk": "4.1.2",
"@types/node": "^20.10.5",
"chalk": "5.3.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"walk-sync": "^3.0.0"
},
"repository": {
Expand All @@ -51,7 +51,7 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"discord.js": "14.13.0",
"discord.js": "14",
"tslog": "*"
},
"release": {
Expand Down
Loading

0 comments on commit 7d0f15d

Please sign in to comment.