Skip to content

Commit 219bf5a

Browse files
committed
[Turbo] Allowing Turbo 8
1 parent a20d37b commit 219bf5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Turbo/assets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
}
2222
},
2323
"importmap": {
24-
"@hotwired/turbo": "^7.1.0",
24+
"@hotwired/turbo": "^7.1.0 || ^8.0",
2525
"@hotwired/stimulus": "^3.0.0"
2626
}
2727
},
2828
"peerDependencies": {
29-
"@hotwired/turbo": "^7.0.1",
29+
"@hotwired/turbo": "^7.1.1 || ^8.0",
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)