Skip to content

Commit

Permalink
chore: do a lil updoot (#721)
Browse files Browse the repository at this point in the history
* chore: resolve lint issue

* chore: resolve test errors

* chore: update deps

* Revert "chore: disable renovate for noise"

This reverts commit ba24198.
  • Loading branch information
naomi-lgbt authored Nov 13, 2024
1 parent de60c30 commit ce44448
Show file tree
Hide file tree
Showing 7 changed files with 605 additions and 491 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@
},
"license": "MIT",
"dependencies": {
"@prisma/client": "5.21.1",
"@prisma/client": "5.22.0",
"@tryghost/admin-api": "1.13.12",
"deepl-node": "1.14.0",
"diff": "5.2.0",
"diff": "7.0.0",
"discord.js": "14.16.3",
"dotenv": "16.4.5",
"fastify": "4.28.1",
"fastify": "5.1.0",
"highlight.js": "11.10.0",
"mongodb": "6.9.0",
"node-html-to-image": "4.0.0",
"mongodb": "6.10.0",
"node-html-to-image": "5.0.0",
"node-schedule": "2.1.1",
"octokit": "4.0.2",
"prettier": "3.3.3",
"string-similarity": "4.0.4",
"strip-ansi": "7.1.0",
"winston": "3.15.0"
"winston": "3.17.0"
},
"devDependencies": {
"@nhcarrigan/eslint-config": "4.0.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/diff": "5.2.3",
"@types/node": "20.16.12",
"@types/diff": "6.0.0",
"@types/node": "22.9.0",
"@types/node-schedule": "2.1.7",
"@types/string-similarity": "4.0.2",
"@vitest/coverage-istanbul": "2.1.3",
"@vitest/coverage-istanbul": "2.1.4",
"discordjs-testing": "0.2.0",
"eslint": "9.12.0",
"prisma": "5.21.1",
"eslint": "9.14.0",
"prisma": "5.22.0",
"rimraf": "6.0.1",
"tsx": "4.19.1",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vitest": "2.1.3"
"vitest": "2.1.4"
}
}
Loading

0 comments on commit ce44448

Please sign in to comment.