(feat): dep updates #52

Merged
alois merged 37 commits from dev into main 2026-08-06 12:53:46 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2f8bf376b7 - Show all commits

Merge pull request 'chore(deps): update dependency esbuild to ^0.28.0' (#50) from renovate/esbuild-0.x into dev
Some checks failed
/ release (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ build-mobile (push) Has been cancelled

rasensprenger 2026-08-06 11:46:49 +02:00

View file

@ -33,7 +33,7 @@
"@types/node": "^25.9.1",
"electron": "^39.2.7",
"electron-builder": "^26.0.12",
"esbuild": "^0.25.11",
"esbuild": "^0.28.0",
"typescript": "~6.0.3"
},
"build": {

View file

@ -136,7 +136,7 @@
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^6.0.1",
"esbuild": "^0.25.11",
"esbuild": "^0.28.0",
"eslint": "^10.0.3",
"globals": "^17.4.0",
"typescript": "~6.0.3",