Skip to content

Commit 63724e5

Browse files
authored
Merge branch 'main' into feat/multi-user-support
2 parents 1bf9a85 + 800c668 commit 63724e5

File tree

4 files changed

+127
-143
lines changed

4 files changed

+127
-143
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.20.0
1+
22.21.0

_regroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@playwright/test": "1.56.1",
3939
"@stylistic/eslint-plugin": "5.5.0",
4040
"@types/express": "5.0.3",
41-
"@types/node": "22.18.11",
41+
"@types/node": "22.18.12",
4242
"@types/yargs": "17.0.33",
4343
"@vitest/coverage-v8": "3.2.4",
4444
"eslint": "9.38.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@playwright/test": "1.56.1",
4141
"@triliumnext/server": "workspace:*",
4242
"@types/express": "5.0.3",
43-
"@types/node": "22.18.11",
43+
"@types/node": "22.18.12",
4444
"@vitest/coverage-v8": "3.2.4",
4545
"@vitest/ui": "3.2.4",
4646
"chalk": "5.6.2",

0 commit comments

Comments
 (0)