Skip to content

Commit

Permalink
[Turbo] Allowing Turbo 8
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 8, 2024
1 parent a20d37b commit 219bf5a
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 219bf5a

Please sign in to comment.