Skip to content

Commit bbfda3a

Browse files
committed
[Svelte] Update symfony.importmap in package.json to allow tests to run
1 parent 77f4a15 commit bbfda3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Svelte/assets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"importmap": {
3232
"@hotwired/stimulus": "^3.0.0",
33-
"svelte/internal": "^3.0",
33+
"svelte": "^3.0 || ^4.0 || ^5.0",
3434
"@symfony/ux-svelte": "path:%PACKAGE%/dist/loader.js"
3535
}
3636
},

0 commit comments

Comments
 (0)