Skip to content

Commit 663f6c2

Browse files
committed
Replace Yarn Berry by PNPM
1 parent 2616cc7 commit 663f6c2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

assets/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,15 @@
4141
"devDependencies": {
4242
"@hotwired/stimulus": "^3.0.0",
4343
"@sveltejs/vite-plugin-svelte": "^2.4.6",
44+
"@testing-library/dom": "catalog:",
45+
"@testing-library/jest-dom": "catalog:",
46+
"@testing-library/user-event": "catalog:",
4447
"@types/webpack-env": "^1.16",
45-
"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:"
4654
}
4755
}

assets/src/register_controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* file that was distributed with this source code.
88
*/
99

10+
/// <reference types="@types/webpack-env" />
11+
1012
import type { SvelteComponent } from 'svelte';
1113

1214
declare global {

0 commit comments

Comments
 (0)