Skip to content

Commit

Permalink
⬆️ upgrade dixt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Nov 24, 2024
1 parent 40e75df commit 747bcb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
},
"dependencies": {
"discord.js": "^14.11.0",
"dixt": "^2.1.10",
"dixt": "^2.1.11",
"dixt-plugin-affix": "^1.0.9",
"dixt-plugin-logs": "^2.1.17",
"dixt-plugin-presence": "^1.0.11",
"dixt-plugin-react": "^2.1.12",
"dixt-plugin-reports": "^1.0.4",
"dixt-plugin-roles": "^1.0.6",
"dixt-plugin-twitch": "^1.1.17",
"dixt-plugin-worktime": "^2.1.19"
"dixt-plugin-worktime": "^2.2.0"
},
"devDependencies": {
"@types/node": "^20.1.7",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -911,25 +911,25 @@ dixt-plugin-twitch@^1.1.17:
dependencies:
dotenv-flow "^3.2.0"

dixt-plugin-worktime@^2.1.19:
version "2.1.19"
resolved "https://registry.yarnpkg.com/dixt-plugin-worktime/-/dixt-plugin-worktime-2.1.19.tgz#78b952be058410de91919cee4e4d33eb5f8175e9"
integrity sha512-VxaRaccLma9sgTcPYH5k2F6iJXP7UmwO7yFgElsV42lI4DVc1TlIKC8490kxDE16OyeG20Q89FQ0TtLe1dBjuA==
dixt-plugin-worktime@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/dixt-plugin-worktime/-/dixt-plugin-worktime-2.2.0.tgz#83171e6ca7b5928c48006d6748f88b1f74e7daf0"
integrity sha512-BoNBmgNvdCjXqS9wbBRDy7foZIc7oOUtt8kZ0iHuvO78EqvV4tzJ0sC9zCxmrnh9+L+610LhjeyXXPNB+9JQRg==
dependencies:
chart.js "^4.2.1"
dayjs "^1.11.7"
dotenv-flow "^4.0.0"
node-schedule "^2.1.1"
quickchart-js "^3.1.2"

dixt@^2.1.10:
version "2.1.10"
resolved "https://registry.yarnpkg.com/dixt/-/dixt-2.1.10.tgz#75dd2aecb27d65cb97bb7ad284a0bdd5b8d9f0e5"
integrity sha512-8jBqSS/bj9D/XzI0I3V0R3CFXixda8io6JCto9tqVqQIX3vmd17NqFUW1YIof07nssF1rlI/JoNAK2aNx/0/WA==
dixt@^2.1.11:
version "2.1.11"
resolved "https://registry.yarnpkg.com/dixt/-/dixt-2.1.11.tgz#82a09b671879b684381a684dceb8417093d4a55e"
integrity sha512-q96+hqlg8k+St4wkQ/gNq7SdJc9VaxI4E/bEmZiSHUiPwOiPceCyi9n7/jOjyf6e32FPxdSb0kPyFcgKPFfJ6A==
dependencies:
chalk "4.1.2"
discord.js "^14.9.0"
dotenv-flow "^3.2.0"
dotenv-flow "^4.0.0"
lodash "^4.17.21"
mongoose "^8.0.0"

Expand Down

0 comments on commit 747bcb3

Please sign in to comment.