Don't use exact version in the actiontext npm dependencies

We should be able to use alpha2 or newer.
This commit is contained in:
Rafael Mendonça França 2021-09-15 18:08:12 -04:00
parent 6ab1feea79
commit 325d34eb58
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
],
"license": "MIT",
"dependencies": {
"@rails/activestorage": "7.0.0-alpha1"
"@rails/activestorage": ">= 7.0.0-alpha1"
},
"peerDependencies": {
"trix": "^1.3.1"