We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2616cc7 commit 663f6c2Copy full SHA for 663f6c2
assets/package.json
@@ -41,7 +41,15 @@
41
"devDependencies": {
42
"@hotwired/stimulus": "^3.0.0",
43
"@sveltejs/vite-plugin-svelte": "^2.4.6",
44
+ "@testing-library/dom": "catalog:",
45
+ "@testing-library/jest-dom": "catalog:",
46
+ "@testing-library/user-event": "catalog:",
47
"@types/webpack-env": "^1.16",
- "svelte": "^3.0 || ^4.0"
48
+ "jsdom": "catalog:",
49
+ "svelte": "^3.0 || ^4.0",
50
+ "tslib": "catalog:",
51
+ "tsx": "catalog:",
52
+ "typescript": "catalog:",
53
+ "vitest": "catalog:"
54
}
55
assets/src/register_controller.ts
@@ -7,6 +7,8 @@
7
* file that was distributed with this source code.
8
*/
9
10
+/// <reference types="@types/webpack-env" />
11
+
12
import type { SvelteComponent } from 'svelte';
13
14
declare global {
0 commit comments