migrate from turbolinks to turbo

This commit is contained in:
2021-06-21 20:54:17 +02:00
parent 62464846a3
commit 87c1c67b5c
19 changed files with 367 additions and 40 deletions

View File

@@ -3,6 +3,7 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@hotwired/turbo-rails": "^7.0.0-beta.5",
"@popperjs/core": "^2.9.2",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
@@ -10,8 +11,7 @@
"@rails/webpacker": "5.2.1",
"bootstrap": "^5.0.0-beta3",
"flag-icon-css": "^3.5.0",
"jquery": "^3.6.0",
"turbolinks": "^5.2.0"
"jquery": "^3.6.0"
},
"version": "0.1.0",
"devDependencies": {