about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-27 00:40:47 -0400
committerBen Harris <ben@tilde.team>2021-08-27 00:40:47 -0400
commit68f5f71701f53dffba53b3390b8e01cc23cc3d9c (patch)
treef1facb60eae12c62fc7801a7b793a4cc7c1e3588 /package.json
parent54901541e35b29fcdc05cf036b1eeb203df7bd7d (diff)
switch to turbo
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 28c7213..5201082 100644
--- a/package.json
+++ b/package.json
@@ -2,11 +2,11 @@
   "name": "pinrails",
   "private": true,
   "dependencies": {
+    "@hotwired/turbo-rails": "^7.0.0-rc.1",
     "@rails/actioncable": "^6.0.0",
     "@rails/activestorage": "^6.0.0",
     "@rails/ujs": "^6.0.0",
     "@rails/webpacker": "5.4.2",
-    "turbolinks": "^5.2.0",
     "webpack": "^4.46.0",
     "webpack-cli": "^3.3.12"
   },