Skip to content

Commit

Permalink
Keep actiontext depending on trix 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed May 17, 2024
1 parent 83e6a75 commit 73fac32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions actiontext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rails/actiontext",
"version": "7.0.8-2",
"version": "7.0.8-3",
"description": "Edit and display rich text in Rails applications",
"main": "app/assets/javascripts/actiontext.js",
"type": "module",
Expand All @@ -25,13 +25,13 @@
"@rails/activestorage": ">= 7.0.0-alpha1"
},
"peerDependencies": {
"trix": "^2.0.0"
"trix": "^1.3.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-commonjs": "^19.0.1",
"rollup": "^2.35.1",
"trix": "^2.0.0"
"trix": "^1.3.1"
},
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4974,10 +4974,10 @@ tough-cookie@~2.4.3:
psl "^1.1.24"
punycode "^1.4.1"

trix@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/trix/-/trix-2.1.1.tgz#688f1213601316cf8b92c5e625d2f562c118c780"
integrity sha512-IljOMGOlRUPg1i5Pk/+x/Ia65ZY7Gw5JxxKCh/4caxG5ZaKuFJCKdn1+TF0efUYfdg+bqWenB/mAYCHjZu0zpQ==
trix@^1.3.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/trix/-/trix-1.3.2.tgz#9568c3bbda1085b9fcf2619ac41363011493d57f"
integrity sha512-nV8IL6eS/czlaOu9TVIEcblQuPHeuuFpeoO7jFKII5q1pMUXCUGalJtEstS70HSkBSfUXU2vGJUfYXvSItcRCA==

tsconfig-paths@^3.14.1:
version "3.14.1"
Expand Down

0 comments on commit 73fac32

Please sign in to comment.