We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c78af commit c2cd99fCopy full SHA for c2cd99f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hotwired/turbo-rails",
3
- "version": "8.0.20",
+ "version": "8.0.21",
4
"description": "The speed of a single-page web application without having to write any JavaScript",
5
"module": "app/javascript/turbo/index.js",
6
"main": "app/assets/javascripts/turbo.js",
@@ -19,7 +19,7 @@
19
"release": "yarn publish && git commit -am \"$npm_package_name v$npm_package_version\" && git push"
20
},
21
"dependencies": {
22
- "@hotwired/turbo": "^8.0.20",
+ "@hotwired/turbo": "^8.0.21",
23
"@rails/actioncable": ">=7.0"
24
25
"devDependencies": {
0 commit comments