Skip to content

Commit

Permalink
Bump @rails/actiontext from 7.1.3 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [@rails/actiontext](https://github.com/rails/rails) from 7.1.3 to 8.0.0.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.3...v8.0.0)

---
updated-dependencies:
- dependency-name: "@rails/actiontext"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent ed75404 commit 04e10cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/preset-env": "7",
"@babel/preset-react": "^7.26.3",
"@babel/runtime": "7",
"@rails/actiontext": "^7.1.3",
"@rails/actiontext": "^8.0.0",
"babel-loader": "9",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1105,17 +1105,17 @@
schema-utils "^4.2.0"
source-map "^0.7.3"

"@rails/actiontext@^7.1.3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-7.1.3.tgz#1b7aa2732c45cbc8a5708c54457c16fb81ce3da3"
integrity sha512-jwY0LJ0xpyIWkYs6BUMY4RcwVA3jZ+bFDPvv5KpKQnw+24BhJVtBLqF0XIsROaRCyabakueRyVuSG9NNhnLTvA==
"@rails/actiontext@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@rails/actiontext/-/actiontext-8.0.0.tgz#01133b7bbb2eb541890bf3a8bdc761fc27f9a649"
integrity sha512-8pvXDEHqlVHptzfYDUXmBpstHsfHAVacYxO47cWDRjRmp1zdVXusLcom8UvqkRdTcAPXpte+LkjcfpD9S4DSSQ==
dependencies:
"@rails/activestorage" ">= 7.1.0-alpha"
"@rails/activestorage" ">= 8.0.0-alpha"

"@rails/activestorage@>= 7.1.0-alpha":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-7.1.0.tgz#6aeea30720f98ea25f790596862ac89251bcc05d"
integrity sha512-TYc3AkBaXgBlavODTHPgyaOMqt0MRkFlPCa7BiQJJyND17GYS7pP0lT0bgcDQgpuKMvsCdVxQaRwl6tzL5AW0g==
"@rails/activestorage@>= 8.0.0-alpha":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@rails/activestorage/-/activestorage-8.0.0.tgz#be5dd10acc141b95ffa2b3026e61790c36f1679c"
integrity sha512-qoA7U1gMcWXhDnImwDIyRQDXkQKzThT2lu2Xpim8CnTOCEeAgkQ5Co2kzodpAI2grF1JSDvwXSPYNWwVAswndA==
dependencies:
spark-md5 "^3.0.1"

Expand Down

0 comments on commit 04e10cb

Please sign in to comment.