Skip to content

Commit 73fac32

Browse files
committed
Keep actiontext depending on trix 1.3.1
1 parent 83e6a75 commit 73fac32

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

actiontext/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actiontext",
3-
"version": "7.0.8-2",
3+
"version": "7.0.8-3",
44
"description": "Edit and display rich text in Rails applications",
55
"main": "app/assets/javascripts/actiontext.js",
66
"type": "module",
@@ -25,13 +25,13 @@
2525
"@rails/activestorage": ">= 7.0.0-alpha1"
2626
},
2727
"peerDependencies": {
28-
"trix": "^2.0.0"
28+
"trix": "^1.3.1"
2929
},
3030
"devDependencies": {
3131
"@rollup/plugin-node-resolve": "^11.0.1",
3232
"@rollup/plugin-commonjs": "^19.0.1",
3333
"rollup": "^2.35.1",
34-
"trix": "^2.0.0"
34+
"trix": "^1.3.1"
3535
},
3636
"scripts": {
3737
"build": "rollup --config rollup.config.js"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4974,10 +4974,10 @@ tough-cookie@~2.4.3:
49744974
psl "^1.1.24"
49754975
punycode "^1.4.1"
49764976

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

49824982
tsconfig-paths@^3.14.1:
49834983
version "3.14.1"

0 commit comments

Comments
 (0)