Skip to content

Commit

Permalink
fix(deps): update dependency skia-canvas to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 17, 2023
1 parent 5b71241 commit ace11d0
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 461 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mongoose": "^8.0.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"skia-canvas": "^0.9.30",
"skia-canvas": "^1.0.1",
"toad-scheduler": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"luxon": "^3.4.0",
"mongoose": "^8.0.3",
"reflect-metadata": "^0.1.13",
"skia-canvas": "^0.9.30",
"skia-canvas": "^1.0.1",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"typedi": "^0.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"discord-bot": "*",
"inquirer": "^9.2.10",
"ioredis": "^5.3.2",
"skia-canvas": "^0.9.30",
"skia-canvas": "^1.0.1",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"toad-scheduler": "^3.0.0",
"zod": "^3.22.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/support-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"luxon": "^3.4.0",
"mongoose": "^8.0.3",
"reflect-metadata": "^0.1.13",
"skia-canvas": "^0.9.30",
"skia-canvas": "^1.0.1",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"toad-scheduler": "^3.0.0",
"typedi": "^0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@statsify/schemas": "*",
"@swc/helpers": "^0.5.1",
"axios": "1.4.0",
"skia-canvas": "^0.9.30"
"skia-canvas": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"i18next": "^21.10.0",
"i18next-fs-backend": "^2.1.5",
"reflect-metadata": "^0.1.13",
"skia-canvas": "^0.9.30",
"skia-canvas": "^1.0.1",
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
"typedi": "^0.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@statsify/util": "*",
"@swc/helpers": "^0.5.1",
"axios": "1.4.0",
"skia-canvas": "^0.9.30",
"skia-canvas": "^1.0.1",
"typedi": "^0.10.0"
},
"imports": {
Expand Down
Loading

0 comments on commit ace11d0

Please sign in to comment.