Skip to content

Commit

Permalink
frontend group upkeep with 3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
querwurzel committed Apr 29, 2024
1 parent 14c7266 commit 1ab9793
Show file tree
Hide file tree
Showing 3 changed files with 700 additions and 606 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public Mono<DetailView> viewPaste(String id, String remoteAddress) {
}

public Mono<DetailView> viewOneTimePaste(String id) {
var now = LocalDateTime.now();
return pasteService.findAndBurn(id)
.map(paste -> new DetailView(
paste.getId(),
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"devDependencies": {
"@types/crypto-js": "4.2.2",
"pnpm": "9.0.4",
"pnpm": "9.0.6",
"typescript": "5.4.5",
"vite": "5.2.9",
"vite": "5.2.10",
"vite-plugin-solid": "2.10.2"
},
"dependencies": {
Expand All @@ -30,6 +30,6 @@
"linkify-element": "4.1.3",
"linkifyjs": "4.1.3",
"mvp.css": "1.15.0",
"solid-js": "1.8.16"
"solid-js": "1.8.17"
}
}
Loading

0 comments on commit 1ab9793

Please sign in to comment.