v3: added comment likes, added votes/likes list view, added db migrations mechanism, updated project dependencies
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 42s
This commit is contained in:
@@ -26,9 +26,10 @@
|
||||
"imports": {
|
||||
"@db/sqlite": "jsr:@db/sqlite@^0.13.0",
|
||||
"@oak/oak": "jsr:@oak/oak@^17.2.0",
|
||||
"@panva/jose": "jsr:@panva/jose@^6.2.1",
|
||||
"@panva/jose": "jsr:@panva/jose@^6.2.3",
|
||||
"@tajpouria/cors": "jsr:@tajpouria/cors@^1.2.1",
|
||||
"nodemailer": "npm:nodemailer@^8.0.4",
|
||||
"marked": "npm:marked@^15.0.0"
|
||||
}
|
||||
"nodemailer": "npm:nodemailer@^9.0.1",
|
||||
"marked": "npm:marked@^18.0.5"
|
||||
},
|
||||
"allowScripts": ["npm:@swc/core@1.15.41", "npm:esbuild@0.25.12"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user