Skip to content

Commit

Permalink
feature #1476 [Turbo] Allowing Turbo 8 (weaverryan)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Feb 14, 2024
2 parents e3c270b + 219bf5a commit 2a8d26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Turbo/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
}
},
"importmap": {
"@hotwired/turbo": "^7.1.0",
"@hotwired/turbo": "^7.1.0 || ^8.0",
"@hotwired/stimulus": "^3.0.0"
}
},
"peerDependencies": {
"@hotwired/turbo": "^7.0.1",
"@hotwired/turbo": "^7.1.1 || ^8.0",
"@hotwired/stimulus": "^3.0.0"
},
"devDependencies": {
"@hotwired/turbo": "^7.1.0",
"@hotwired/turbo": "^7.1.0 || ^8.0",
"@hotwired/stimulus": "^3.0.0"
}
}

0 comments on commit 2a8d26b

Please sign in to comment.