Skip to content

Commit

Permalink
build: upgrade svelte-lexical package to svelte v4
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jan 9, 2024
1 parent 61cd0a9 commit 7add9b4
Show file tree
Hide file tree
Showing 2 changed files with 601 additions and 113 deletions.
8 changes: 4 additions & 4 deletions packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@testing-library/svelte": "^4.0.5",
"@tsconfig/svelte": "^4.0.1",
"@types/lodash-es": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^5.59.9",
Expand All @@ -36,7 +36,7 @@
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-svelte": "^2.35.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier-plugin-organize-attributes": "^0.0.5",
Expand Down Expand Up @@ -66,6 +66,7 @@
"@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",
Expand All @@ -76,12 +77,11 @@
"@lexical/table": "0.11.1",
"@lexical/text": "0.11.1",
"@lexical/utils": "0.11.1",
"@lexical/html": "0.11.1",
"@lexical/yjs": "0.11.1",
"lexical": "0.11.1",
"lodash-es": "^4.17.21",
"prettier": "^2.8.8",
"svelte": "^3.59.1",
"svelte": "^4.2.8",
"y-websocket": "1.5.0",
"yjs": "13.6.2"
},
Expand Down
Loading

0 comments on commit 7add9b4

Please sign in to comment.