Fix login button for battle net

This commit is contained in:
2021-08-09 20:40:48 +02:00
parent 8e5e5336c7
commit 2a37c27c30
5 changed files with 47 additions and 40 deletions

View File

@@ -3,13 +3,13 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@hotwired/turbo-rails": "^7.0.0-beta.5",
"@hotwired/turbo-rails": "^7.0.0-rc.1",
"@popperjs/core": "^2.9.2",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/actioncable": "^6.1.4",
"@rails/activestorage": "^6.1.4",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "5.2.1",
"bootstrap": "^5.0.0-beta3",
"bootstrap": "^5.1.0",
"flag-icon-css": "^3.5.0",
"jquery": "^3.6.0"
},