Skip to content

Commit aa84eeb

Browse files
committed
Depend on activestorage 8.0.0-alpha
We need to match the same behavior as the one that we are developing.
1 parent c6a980a commit aa84eeb

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

actiontext/app/assets/javascripts/actiontext.esm.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actiontext/app/assets/javascripts/actiontext.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actiontext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"license": "MIT",
2424
"dependencies": {
25-
"@rails/activestorage": ">= 7.1.0-alpha"
25+
"@rails/activestorage": ">= 8.0.0-alpha"
2626
},
2727
"peerDependencies": {
2828
"trix": "^2.0.0"

yarn.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,6 @@
105105
"@nodelib/fs.scandir" "2.1.5"
106106
fastq "^1.6.0"
107107

108-
"@rails/activestorage@>= 7.1.0-alpha":
109-
version "7.1.0-beta1"
110-
resolved "https://registry.npmjs.org/@rails/activestorage/-/activestorage-7.1.0-beta1.tgz"
111-
integrity sha512-5qQ5/65tBOVeFMgGq8F+PhXKrmBLMAnVpyZAe8WsCW5DbINRD8l8ysA8+zBmwCIxBMqn+M9hZoQVjuMPr35bvQ==
112-
dependencies:
113-
spark-md5 "^3.0.1"
114-
115108
"@rollup/plugin-commonjs@^19.0.1":
116109
version "19.0.2"
117110
resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.2.tgz"

0 commit comments

Comments
 (0)