Skip to content

Commit

Permalink
feat: upgrade to lexical 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Feb 8, 2024
1 parent 45c0b70 commit 4dc5db2
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 157 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ demos/*/dist/
packages/*/dist/
/.idea/
**/playwright-report/index.html
/demos/playground/playwright-report/
2 changes: 1 addition & 1 deletion demos/playground/src/__tests__/e2e/CopyAndPaste.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ test.describe('CopyAndPaste', () => {
<p class="PlaygroundEditorTheme__paragraph">
<a
href="https://facebook.com"
rel="noopener"
rel="noreferrer"
class="PlaygroundEditorTheme__link PlaygroundEditorTheme__ltr"
dir="ltr">
<span data-lexical-text="true">Facebook!</span>
Expand Down
36 changes: 18 additions & 18 deletions packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,24 @@
"dist"
],
"dependencies": {
"@lexical/clipboard": "0.11.1",
"@lexical/code": "0.11.1",
"@lexical/file": "0.11.1",
"@lexical/hashtag": "0.11.1",
"@lexical/history": "0.11.1",
"@lexical/html": "0.11.1",
"@lexical/link": "0.11.1",
"@lexical/list": "0.11.1",
"@lexical/mark": "0.11.1",
"@lexical/overflow": "0.11.1",
"@lexical/plain-text": "0.11.1",
"@lexical/rich-text": "0.11.1",
"@lexical/selection": "0.11.1",
"@lexical/table": "0.11.1",
"@lexical/text": "0.11.1",
"@lexical/utils": "0.11.1",
"@lexical/yjs": "0.11.1",
"lexical": "0.11.1",
"@lexical/clipboard": "0.11.2",
"@lexical/code": "0.11.2",
"@lexical/file": "0.11.2",
"@lexical/hashtag": "0.11.2",
"@lexical/history": "0.11.2",
"@lexical/html": "0.11.2",
"@lexical/link": "0.11.2",
"@lexical/list": "0.11.2",
"@lexical/mark": "0.11.2",
"@lexical/overflow": "0.11.2",
"@lexical/plain-text": "0.11.2",
"@lexical/rich-text": "0.11.2",
"@lexical/selection": "0.11.2",
"@lexical/table": "0.11.2",
"@lexical/text": "0.11.2",
"@lexical/utils": "0.11.2",
"@lexical/yjs": "0.11.2",
"lexical": "0.11.2",
"lodash-es": "^4.17.21",
"prettier": "^2.8.8",
"svelte": "^4.2.8",
Expand Down
Loading

0 comments on commit 4dc5db2

Please sign in to comment.