Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 8dff1e1

Browse files
authored
Merge pull request #264 from ArayB/bugfix/event-description-editing
Update vue-trix
2 parents 7efbff6 + 50196a7 commit 8dff1e1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"vue-router": "^2.5.3",
4646
"vue-router-multiguard": "^1.0.3",
4747
"vue-static-map": "^2.0.0",
48-
"vue-trix": "^0.8.1",
48+
"vue-trix": "^1.1.0",
4949
"vue2-google-maps": "^0.7.9",
5050
"vuex": "^2.3.1"
5151
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8230,10 +8230,10 @@ trim-right@^1.0.1:
82308230
version "1.0.1"
82318231
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
82328232

8233-
trix@^1.1.0:
8234-
version "1.1.1"
8235-
resolved "https://registry.yarnpkg.com/trix/-/trix-1.1.1.tgz#ca8a3fab4d23d960a17e88441d601cb22a86f5d5"
8236-
integrity sha512-dNHTcryRK0EmwCyJDOBrG6OznL8HNEVVlecq/xzxLj3M9Eht5DV4yl+eCYX8RKyfrtBcNki+mpKIxESgXaGGZA==
8233+
trix@^1.1.1:
8234+
version "1.2.0"
8235+
resolved "https://registry.yarnpkg.com/trix/-/trix-1.2.0.tgz#b314101abd1d8d3d5da22ae5b866a719a73a6e21"
8236+
integrity sha512-gJ7edoWzcnc9DBjsgeGkmotVpyVhFQTlSOmUYjwFn71NlGixAhNgsu8pVIq/jkIkbk6om0PSetc9cRJm+qU3+A==
82378237

82388238
tryit@^1.0.1:
82398239
version "1.0.3"
@@ -8692,12 +8692,12 @@ vue-template-es2015-compiler@^1.2.2:
86928692
version "1.5.3"
86938693
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.5.3.tgz#22787de4e37ebd9339b74223bc467d1adee30545"
86948694

8695-
vue-trix@^0.8.1:
8696-
version "0.8.1"
8697-
resolved "https://registry.yarnpkg.com/vue-trix/-/vue-trix-0.8.1.tgz#196ecc69df380233fc48854985d8490b21cab61b"
8698-
integrity sha512-fkDW6qwCDz8/56X5glzZ1iaxTLrZSiKbxEKANMUAC+Y2xAzIWlIzZ8FE6nTm0atNt+X6EzCBc48JYFE8aqOb3Q==
8695+
vue-trix@^1.1.0:
8696+
version "1.1.0"
8697+
resolved "https://registry.yarnpkg.com/vue-trix/-/vue-trix-1.1.0.tgz#62468fcc8dce7269fd5662b95588b8bd6bd06bc2"
8698+
integrity sha512-W6HL1IhlfZ1fTuE64GNTr9rutYKKETmF8VXHHP2MRCNsFShnA1Tsbu/aqpon0flOf8PmzSXvPm6uJIiMAVDdOQ==
86998699
dependencies:
8700-
trix "^1.1.0"
8700+
trix "^1.1.1"
87018701

87028702
vue-unit-helper@^1.0.9:
87038703
version "1.0.9"

0 commit comments

Comments
 (0)