Skip to content

Commit 2a8d26b

Browse files
committed
feature #1476 [Turbo] Allowing Turbo 8 (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Turbo] Allowing Turbo 8 | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | None | License | MIT Turbo 8 is out 🔥 https://github.com/hotwired/turbo/releases/tag/v8.0.0 I'm not aware of any other changes we need to make directly. Everything should work :). Cheers! Commits ------- 219bf5a [Turbo] Allowing Turbo 8
2 parents e3c270b + 219bf5a commit 2a8d26b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Turbo/assets/package.json

+3-3
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)