Skip to content

Commit

Permalink
update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenedtzjs committed Dec 22, 2024
1 parent 6810929 commit 517a12d
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 131 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"version": "0.0.0",
"description": "discord-afk-js is a JavaScript library created to facilitate the management of AFK (Away From Keyboard) status within Discord bots.",
"private": true,
"scripts": {
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SITCommunity/discord-afk-js.git"
Expand All @@ -27,9 +26,9 @@
"homepage": "https://cyrateam.xyz/project/discord-afk-js",
"funding": "https://github.com/SITCommunity/discord-afk-js?sponsor",
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.0.14",
"typescript": "^5.6.3"
"prettier": "^3.4.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"type": "module",
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions packages/discord-afk-js_nodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,25 @@
"packageManager": "pnpm@9.8.0",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"moment": "^2.29.4",
"package-json": "^10.0.1",
"semver": "^7.6.0",
"moment": "^2.29.4",
"semver-diff": "^4.0.0",
"tslib": "^2.7.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@types/node": "^22.7.5",
"@favware/cliff-jumper": "^5.0.0",
"@types/node": "^22.10.2",
"@types/semver": "^7.5.6",
"chai": "^5.0.3",
"chai": "^5.1.2",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"mocha": "^10.2.0",
"prettier": "3.3.3",
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"tsd": "^0.31.2",
"turbo": "^2.1.3",
"typescript": "^5.6.3"
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 517a12d

Please sign in to comment.