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:
parent
6ab1feea79
commit
325d34eb58
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@rails/activestorage": "7.0.0-alpha1"
|
||||
"@rails/activestorage": ">= 7.0.0-alpha1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"trix": "^1.3.1"
|
||||
|
|
Loading…
Reference in a new issue