Skip to content

Commit

Permalink
feat: upgrade lexical to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jul 2, 2024
1 parent a7e11cb commit 6fd369a
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 145 deletions.
38 changes: 19 additions & 19 deletions packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,25 @@
"svelte"
],
"dependencies": {
"@lexical/clipboard": "0.14.5",
"@lexical/code": "0.14.5",
"@lexical/file": "0.14.5",
"@lexical/hashtag": "0.14.5",
"@lexical/history": "0.14.5",
"@lexical/html": "0.14.5",
"@lexical/link": "0.14.5",
"@lexical/list": "0.14.5",
"@lexical/mark": "0.14.5",
"@lexical/overflow": "0.14.5",
"@lexical/plain-text": "0.14.5",
"@lexical/rich-text": "0.14.5",
"@lexical/selection": "0.14.5",
"@lexical/table": "0.14.5",
"@lexical/utils": "0.14.5",
"@lexical/yjs": "0.14.5",
"@lexical/markdown": "0.14.5",
"@lexical/text": "0.14.5",
"lexical": "0.14.5",
"@lexical/clipboard": "0.15.0",
"@lexical/code": "0.15.0",
"@lexical/file": "0.15.0",
"@lexical/hashtag": "0.15.0",
"@lexical/history": "0.15.0",
"@lexical/html": "0.15.0",
"@lexical/link": "0.15.0",
"@lexical/list": "0.15.0",
"@lexical/mark": "0.15.0",
"@lexical/overflow": "0.15.0",
"@lexical/plain-text": "0.15.0",
"@lexical/rich-text": "0.15.0",
"@lexical/selection": "0.15.0",
"@lexical/table": "0.15.0",
"@lexical/utils": "0.15.0",
"@lexical/yjs": "0.15.0",
"@lexical/markdown": "0.15.0",
"@lexical/text": "0.15.0",
"lexical": "0.15.0",
"lodash-es": "^4.17.21",
"prettier": "^3.2.5",
"y-websocket": "1.5.4",
Expand Down
Loading

0 comments on commit 6fd369a

Please sign in to comment.