Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2022
1 parent 38e3f92 commit dd954d7
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 142 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@kaname-png/plugin-statcord": "^2.1.4",
"@kaname-png/plugin-subcommands-advanced": "^2.1.3",
"@napi-rs/canvas": "^0.1.29",
"@prisma/client": "^4.3.1",
"@napi-rs/canvas": "^0.1.30",
"@prisma/client": "^4.4.0",
"@sapphire/decorators": "^5.0.0",
"@sapphire/discord.js-utilities": "^5.0.1",
"@sapphire/fetch": "^2.4.1",
Expand All @@ -45,25 +45,25 @@
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@sapphire/ts-config": "^3.3.4",
"@swc/core": "^1.3.1",
"@swc/core": "^1.3.4",
"@types/diff": "^5.0.2",
"@types/ms": "^0.7.31",
"@types/node": "^18.7.16",
"@types/prettier": "^2.7.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"commitlint": "^17.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.23.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"prisma": "^4.3.1",
"prisma": "^4.4.0",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"imports": {
"#utils/*": "./dist/lib/utils/*.js",
Expand Down
Loading

0 comments on commit dd954d7

Please sign in to comment.