Skip to content

Commit 348ffa7

Browse files
committed
Fix the @hotwired/turbo version
1 parent 7df2ba6 commit 348ffa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workbench/resources/views/components/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
{{-- Install Turbo via CDN --}}
4444
<script type="module">
45-
import * as Turbo from 'https://cdn.skypack.dev/@hotwired/turbo'
45+
import * as Turbo from 'https://cdn.skypack.dev/@hotwired/turbo@7.3.0'
4646
import { Application, Controller } from 'https://cdn.skypack.dev/@hotwired/stimulus'
4747
import { install, uninstall } from 'https://cdn.skypack.dev/@github/hotkey'
4848

0 commit comments

Comments
 (0)