mirror of
https://github.com/symfony/ux-svelte.git
synced 2026-03-24 00:12:07 +01:00
Replace Yarn Berry by PNPM
This commit is contained in:
@@ -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:"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
/// <reference types="@types/webpack-env" />
|
||||
|
||||
import type { SvelteComponent } from 'svelte';
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user