Skip to content

Commit 7fe845b

Browse files
authored
Allowing version 8 of Turbo
1 parent 85231b9 commit 7fe845b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Turbo/assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"importmap": {
24-
"@hotwired/turbo": "^7.0.1",
24+
"@hotwired/turbo": "^7.1.0 || ^8.0",
2525
"@hotwired/stimulus": "^3.0.0"
2626
}
2727
},
@@ -30,7 +30,7 @@
3030
"@hotwired/stimulus": "^3.0.0"
3131
},
3232
"devDependencies": {
33-
"@hotwired/turbo": "^7.1.0",
33+
"@hotwired/turbo": "^7.1.0 || ^8.0",
3434
"@hotwired/stimulus": "^3.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)