Skip to content

Commit

Permalink
Merge pull request #48 from taishinaritomi/update-lexical-version
Browse files Browse the repository at this point in the history
update lexical version
  • Loading branch information
wobsoriano authored Apr 17, 2024
2 parents 7e92848 + ca30619 commit e98f045
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 198 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,36 +55,36 @@
"docs:serve": "vitepress serve docs"
},
"peerDependencies": {
"lexical": "0.13.1",
"lexical": "0.14.5",
"vue": "^3.2.0"
},
"dependencies": {
"@lexical/clipboard": "0.13.1",
"@lexical/code": "0.13.1",
"@lexical/dragon": "0.13.1",
"@lexical/hashtag": "0.13.1",
"@lexical/history": "0.13.1",
"@lexical/html": "0.13.1",
"@lexical/link": "0.13.1",
"@lexical/list": "0.13.1",
"@lexical/mark": "0.13.1",
"@lexical/markdown": "0.13.1",
"@lexical/overflow": "0.13.1",
"@lexical/plain-text": "0.13.1",
"@lexical/rich-text": "0.13.1",
"@lexical/selection": "0.13.1",
"@lexical/table": "0.13.1",
"@lexical/text": "0.13.1",
"@lexical/utils": "0.13.1",
"@lexical/yjs": "0.13.1",
"@lexical/clipboard": "0.14.5",
"@lexical/code": "0.14.5",
"@lexical/dragon": "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/markdown": "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/text": "0.14.5",
"@lexical/utils": "0.14.5",
"@lexical/yjs": "0.14.5",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/node": "^20.11.8",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"lexical": "0.13.1",
"lexical": "0.14.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"unplugin-vue": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"lexical": "0.13.1",
"lexical": "0.14.5",
"lexical-vue": "workspace:*",
"vue": "^3.4.15",
"y-websocket": ">=1.3.x",
Expand Down
Loading

0 comments on commit e98f045

Please sign in to comment.