Skip to content

Commit af6b40a

Browse files
committed
Update dependencies
1 parent 7d522d2 commit af6b40a

File tree

6 files changed

+718
-120
lines changed

6 files changed

+718
-120
lines changed

build/windows/wails.exe.manifest

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,4 @@
1212
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness> <!-- falls back to per-monitor if per-monitor v2 is not supported -->
1313
</asmv3:windowsSettings>
1414
</asmv3:application>
15-
16-
<!-- UAC -->
17-
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
18-
<security>
19-
<requestedPrivileges>
20-
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
21-
</requestedPrivileges>
22-
</security>
23-
</trustInfo>
2415
</assembly>

frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@codemirror/merge": "^6.10.0",
2323
"@codemirror/state": "^6.5.2",
2424
"@codemirror/theme-one-dark": "^6.1.2",
25-
"@codemirror/view": "^6.36.6",
25+
"@codemirror/view": "^6.36.7",
2626
"codemirror": "6.0.1",
2727
"marked": "^15.0.11",
2828
"pinia": "^3.0.2",
@@ -37,19 +37,19 @@
3737
"@rushstack/eslint-patch": "^1.11.0",
3838
"@tsconfig/node22": "^22.0.1",
3939
"@types/dom-view-transitions": "^1.0.6",
40-
"@types/node": "^22.15.3",
40+
"@types/node": "^22.15.12",
4141
"@vitejs/plugin-vue": "^5.2.3",
4242
"@vue/eslint-config-prettier": "^10.2.0",
4343
"@vue/eslint-config-typescript": "^14.5.0",
4444
"@vue/runtime-core": "^3.5.13",
4545
"@vue/tsconfig": "^0.7.0",
46-
"eslint": "^9.25.1",
47-
"eslint-plugin-vue": "^10.0.0",
46+
"eslint": "^9.26.0",
47+
"eslint-plugin-vue": "^10.1.0",
4848
"less": "^4.3.0",
49-
"npm-run-all2": "^7.0.2",
49+
"npm-run-all2": "^8.0.1",
5050
"typescript": "~5.8.3",
5151
"unplugin-vue-components": "^28.5.0",
52-
"vite": "^6.3.3",
52+
"vite": "^6.3.5",
5353
"vue-tsc": "^2.2.10"
5454
}
5555
}

0 commit comments

Comments
 (0)