Skip to content

Commit

Permalink
build: move plantext-editor and richtext-editor packages to vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed May 5, 2024
1 parent 2ec7a9a commit b0f4fcd
Show file tree
Hide file tree
Showing 3 changed files with 2,451 additions and 2,983 deletions.
4 changes: 2 additions & 2 deletions demos/plaintext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@size-limit/preset-app": "^8.2.6",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^4.0.1",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -24,7 +24,7 @@
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.3.1"
"vite": "^5.2.7"
},
"dependencies": {
"svelte-lexical": "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions demos/richtext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@size-limit/preset-app": "^8.2.6",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^4.0.1",
"eslint": "^8.39.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -24,7 +24,7 @@
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.3.1"
"vite": "^5.2.7"
},
"dependencies": {
"svelte-lexical": "0.4.0"
Expand Down
Loading

0 comments on commit b0f4fcd

Please sign in to comment.