Skip to content

Commit c18e2ad

Browse files
committed
chore: update package.json and pnpm-lock
Signed-off-by: Sonia Sandler <[email protected]>
1 parent 725519f commit c18e2ad

File tree

2 files changed

+160
-19
lines changed

2 files changed

+160
-19
lines changed

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@
6060
"macadam.factory.machine.win.provider": {
6161
"type": "string",
6262
"default": "wsl",
63-
"enum": ["wsl", "hyperv"],
63+
"enum": [
64+
"wsl",
65+
"hyperv"
66+
],
6467
"scope": "ContainerProviderConnectionFactory",
6568
"description": "Provider Type",
6669
"when": "macadam.wslHypervEnabled"
@@ -70,8 +73,8 @@
7073
},
7174
"scripts": {
7275
"build": "vite build",
73-
"test": "vitest run --coverage",
74-
"test:watch": "vitest watch --coverage",
76+
"test": "vitest run --coverage --passWithNoTests",
77+
"test:watch": "vitest watch --coverage --passWithNoTests",
7578
"format:check": "prettier --check \"src/**/*.ts\"",
7679
"format:fix": "prettier --write \"src/**/*.ts\"",
7780
"lint:check": "eslint .",
@@ -80,18 +83,20 @@
8083
"watch": "vite build -w"
8184
},
8285
"dependencies": {
83-
"@podman-desktop/api": "^1.16.0",
86+
"@podman-desktop/api": "1.18.0-202504081837-802a404223c",
8487
"compare-versions": "^6.1.1",
8588
"semver": "^7.6.0",
8689
"ssh2": "^1.16.0"
8790
},
8891
"devDependencies": {
8992
"@eslint/compat": "^1.2.5",
93+
"@eslint/eslintrc": "^3.3.1",
94+
"@eslint/js": "^9.24.0",
9095
"@types/node": "^20",
9196
"@types/ssh2": "^1.15.4",
9297
"@typescript-eslint/eslint-plugin": "^7.0.0",
9398
"@typescript-eslint/parser": "^6.21.0",
94-
"globals": "^15.14.0",
99+
"@vitest/coverage-v8": "^3.1.1",
95100
"electron": "^34.0.0",
96101
"eslint": "^9.18.0",
97102
"eslint-import-resolver-custom-alias": "^1.3.2",
@@ -104,10 +109,12 @@
104109
"eslint-plugin-simple-import-sort": "^12.1.1",
105110
"eslint-plugin-sonarjs": "^3.0.1",
106111
"eslint-plugin-unicorn": "^56.0.1",
112+
"globals": "^15.14.0",
107113
"prettier": "^3.4.2",
108114
"typescript": "^5.7.3",
109115
"typescript-eslint": "^8.21.0",
110116
"vite": "^5.4.11",
111117
"vitest": "^2.1.8"
112-
}
118+
},
119+
"packageManager": "[email protected]+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
113120
}

0 commit comments

Comments
 (0)