Skip to content

Commit

Permalink
fix: package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Mar 9, 2024
1 parent 7d0f15d commit 5816da3
Show file tree
Hide file tree
Showing 2 changed files with 578 additions and 539 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
"license": "MIT",
"devDependencies": {
"@discordjs/ts-docgen": "^0.4.1",
"@swc/core": "1.3.101",
"@swc/core": "1.4.6",
"@types/lodash": "4.14.202",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"all-contributors-cli": "6.26.1",
"discord-api-types": "^0.37.66",
"discord-api-types": "^0.37.73",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"eslint": "^8.56.0",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"prettier": "3.1.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"semantic-release": "^22.0.12",
"semantic-release": "^23.0.2",
"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"
"tsup": "8.0.2",
"typedoc": "^0.25.11",
"typescript": "^5.4.2",
"utility-types": "^3.11.0"
},
"dependencies": {
"@types/node": "^20.10.5",
"chalk": "5.3.0",
"@types/node": "^20.11.25",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"reflect-metadata": "^0.2.1",
"walk-sync": "^3.0.0"
Expand Down
Loading

0 comments on commit 5816da3

Please sign in to comment.