Skip to content

Commit c1b369e

Browse files
committed
feature #1317 [Turbo] Allowing version 8 (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Turbo] Allowing version 8 | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | None | License | MIT Turbo 8 is now beta! This allows Turbo 8 to be installed. There are no BC breaks that would affect us that i'm aware of, which is not surprising as we do very little with Turbo other than supply it to the user. Once we merge and release this, users installing TurboBundle will get v8 by default, even while in beta stage. From AssetMapper's perspective, that happens because https://data.jsdelivr.com/v1/packages/npm/`@hotwired`/turbo/resolved already selects beta. I can't find any specifier - e.g. https://data.jsdelivr.com/v1/packages/npm/`@hotwired`/turbo/resolved?specifier=stable that selects the latest, non-beta version. Cheers! Commits ------- 7fe845b Allowing version 8 of Turbo
2 parents b275c44 + 7fe845b commit c1b369e

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)