1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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"