Replace Yarn Berry by PNPM

This commit is contained in:
Hugo Alliaume
2025-07-20 15:17:39 +02:00
parent 2616cc7e87
commit 663f6c2d52
2 changed files with 11 additions and 1 deletions

View File

@@ -41,7 +41,15 @@
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@testing-library/dom": "catalog:",
"@testing-library/jest-dom": "catalog:",
"@testing-library/user-event": "catalog:",
"@types/webpack-env": "^1.16",
"svelte": "^3.0 || ^4.0"
"jsdom": "catalog:",
"svelte": "^3.0 || ^4.0",
"tslib": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}

View File

@@ -7,6 +7,8 @@
* file that was distributed with this source code.
*/
/// <reference types="@types/webpack-env" />
import type { SvelteComponent } from 'svelte';
declare global {