chore: update electron version to 39.2.7 and add postinstall script in package.json; add unit tests for terminal service

This commit is contained in:
Kacper
2025-12-13 21:28:22 +01:00
parent ff06821fcd
commit 1f4e801c58
3 changed files with 571 additions and 2 deletions

3
package-lock.json generated
View File

@@ -15,6 +15,7 @@
"apps/app": {
"name": "@automaker/app",
"version": "0.1.0",
"hasInstallScript": true,
"license": "Unlicense",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
@@ -56,7 +57,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^9.2.1",
"electron": "^39.2.6",
"electron": "39.2.7",
"electron-builder": "^26.0.12",
"eslint": "^9",
"eslint-config-next": "16.0.7",