Skip to content

Commit 37b88e0

Browse files
authored
chore: internal dep update (vitest) (#766)
* chore: internal dep update (vitest) * should we skipLibCheck ?
1 parent d4640d8 commit 37b88e0

File tree

4 files changed

+163
-209
lines changed

4 files changed

+163
-209
lines changed

community-addon-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@playwright/test": "^1.53.1",
2222
"sv": "workspace:*",
23-
"vitest": "4.0.0-beta.6"
23+
"vitest": "4.0.7"
2424
},
2525
"keywords": [
2626
"svelte-add-on",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@sveltejs/eslint-config": "^8.2.0",
2626
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
2727
"@types/node": "^22.15.32",
28-
"@vitest/ui": "4.0.0-beta.6",
28+
"@vitest/ui": "4.0.7",
2929
"eslint": "^9.29.0",
3030
"eslint-plugin-svelte": "^3.9.2",
3131
"magic-string": "^0.30.17",
@@ -37,7 +37,7 @@
3737
"tsdown": "^0.15.2",
3838
"typescript": "^5.8.3",
3939
"typescript-eslint": "^8.34.1",
40-
"vitest": "4.0.0-beta.6"
40+
"vitest": "4.0.7"
4141
},
4242
"packageManager": "pnpm@10.17.0"
4343
}

packages/migrate/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"target": "es2022",
88
"module": "node16",
99
"moduleResolution": "node16",
10-
"allowSyntheticDefaultImports": true
10+
"allowSyntheticDefaultImports": true,
11+
"skipLibCheck": true
1112
}
1213
}

0 commit comments

Comments
 (0)