mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Merge branch 'main' into feat/apiv2
This commit is contained in:
commit
9bafc732ab
13 changed files with 71 additions and 12 deletions
|
|
@ -217,6 +217,11 @@
|
|||
"System.Diagnostics.DiagnosticSource": "4.5.1"
|
||||
}
|
||||
},
|
||||
"Humanizer.Core": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2.8.26",
|
||||
"contentHash": "OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A=="
|
||||
},
|
||||
"Microsoft.AspNetCore.JsonPatch": {
|
||||
"type": "Transitive",
|
||||
"resolved": "3.1.0",
|
||||
|
|
@ -796,6 +801,24 @@
|
|||
"System.Threading.Timer": "4.0.1"
|
||||
}
|
||||
},
|
||||
"SqlKata": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2.3.7",
|
||||
"contentHash": "erKffEMhrS2IFKXjYV83M4uc1IOCl91yeP/3uY5yIm6pRNFDNrqnTk3La1en6EGDlMRol9abTNO1erQCYf08tg==",
|
||||
"dependencies": {
|
||||
"System.Collections.Concurrent": "4.3.0"
|
||||
}
|
||||
},
|
||||
"SqlKata.Execution": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2.3.7",
|
||||
"contentHash": "LybTYj99riLRH7YQNt9Kuc8VpZOvaQ7H4sQBrj2zefktS8LASOaXsHRYC/k8NEcj25w6huQpOi+HrEZ5qHXl0w==",
|
||||
"dependencies": {
|
||||
"Humanizer.Core": "2.8.26",
|
||||
"SqlKata": "2.3.7",
|
||||
"dapper": "1.50.5"
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"type": "Transitive",
|
||||
"resolved": "5.0.0",
|
||||
|
|
@ -1575,6 +1598,8 @@
|
|||
"Serilog.Sinks.Console": "4.0.0-dev-00834",
|
||||
"Serilog.Sinks.Elasticsearch": "8.4.1",
|
||||
"Serilog.Sinks.File": "4.1.0",
|
||||
"SqlKata": "2.3.7",
|
||||
"SqlKata.Execution": "2.3.7",
|
||||
"System.Interactive.Async": "5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue