Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"repository": "https://code.vikunja.io/desktop",
"license": "GPL-3.0-or-later",
"packageManager": "pnpm@11.22.0",
"packageManager": "pnpm@11.23.0",
"author": {
"email": "maintainers@vikunja.io",
"name": "Vikunja Team"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://vikunja.io/",
"funding": "https://opencollective.com/vikunja",
"packageManager": "pnpm@11.22.0",
"packageManager": "pnpm@11.23.0",
"engines": {
"node": ">=24.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
node = "24.20.0" # keep in sync with frontend/.nvmrc
pnpm = "11.22.0" # keep in sync with frontend/package.json#packageManager
pnpm = "11.23.0" # keep in sync with frontend/package.json#packageManager
go = "1.27.0" # keep in sync with go.mod
Loading