Skip to content

Commit

Permalink
Depend on activestorage 8.0.0-alpha
Browse files Browse the repository at this point in the history
We need to match the same behavior as the one that we are developing.
  • Loading branch information
rafaelfranca committed May 31, 2024
1 parent c6a980a commit aa84eeb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
6 changes: 3 additions & 3 deletions actiontext/app/assets/javascripts/actiontext.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions actiontext/app/assets/javascripts/actiontext.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion actiontext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"license": "MIT",
"dependencies": {
"@rails/activestorage": ">= 7.1.0-alpha"
"@rails/activestorage": ">= 8.0.0-alpha"
},
"peerDependencies": {
"trix": "^2.0.0"
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@rails/activestorage@>= 7.1.0-alpha":
version "7.1.0-beta1"
resolved "https://registry.npmjs.org/@rails/activestorage/-/activestorage-7.1.0-beta1.tgz"
integrity sha512-5qQ5/65tBOVeFMgGq8F+PhXKrmBLMAnVpyZAe8WsCW5DbINRD8l8ysA8+zBmwCIxBMqn+M9hZoQVjuMPr35bvQ==
dependencies:
spark-md5 "^3.0.1"

"@rollup/plugin-commonjs@^19.0.1":
version "19.0.2"
resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.2.tgz"
Expand Down

0 comments on commit aa84eeb

Please sign in to comment.