Skip to content

Commit

Permalink
fix: update wysiwyg package to 0.0.5
Browse files Browse the repository at this point in the history
- Fixes translation issue with wysiwyg image upload not showing translated string
  • Loading branch information
melzreal committed Aug 20, 2024
1 parent 3c601b3 commit 89d782f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/wysiwyg-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@types/dompurify": "3.0.2",
"@zendesk/help-center-wysiwyg": "^0.0.2",
"@zendesk/help-center-wysiwyg": "https://registry.yarnpkg.com/@zendesk/help-center-wysiwyg/-/help-center-wysiwyg-0.0.5.tgz",
"@zendeskgarden/container-grid": "^3.0.14",
"@zendeskgarden/react-accordions": "8.76.2",
"@zendeskgarden/react-buttons": "8.76.2",
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3616,10 +3616,9 @@
"@typescript-eslint/types" "6.5.0"
eslint-visitor-keys "^3.4.1"

"@zendesk/help-center-wysiwyg@^0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@zendesk/help-center-wysiwyg/-/help-center-wysiwyg-0.0.2.tgz#cea11b014dcfb9f1bb25e6c39d0791e629ca625f"
integrity sha512-KCpdjsepDeH8CHQHv7UIwaZleayzF3LEL9+v36IxKeSXJGNebvRUacVrbdrpeseDym8o0TlC4GBN9QvXrMKPmQ==
"@zendesk/help-center-wysiwyg@https://registry.yarnpkg.com/@zendesk/help-center-wysiwyg/-/help-center-wysiwyg-0.0.5.tgz":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@zendesk/help-center-wysiwyg/-/help-center-wysiwyg-0.0.5.tgz#ad8ad48150e1af63ae8663ba900ba23821325972"
dependencies:
"@ckeditor/ckeditor5-basic-styles" "41.3.0"
"@ckeditor/ckeditor5-block-quote" "41.3.0"
Expand Down

0 comments on commit 89d782f

Please sign in to comment.