Skip to content

Commit

Permalink
build: upgrade vite to 5.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Nov 3, 2024
1 parent 749b77d commit 3e58cdf
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion demos/plaintext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.4.5",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"dependencies": {
"svelte-lexical": "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"svelte-preprocess": "^5.1.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"dependencies": {
"svelte-lexical": "^0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion demos/richtext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.4.5",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"dependencies": {
"svelte-lexical": "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion demos/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.6.9",
"typescript": "^5.4.5",
"vite": "^5.4.8"
"vite": "^5.4.10"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.4.8",
"vite": "^5.4.10",
"vitest": "^1.4.0"
},
"keywords": [
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e58cdf

Please sign in to comment.