Skip to content

Commit

Permalink
build: upgrade typescript to 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Aug 28, 2024
1 parent d4f3081 commit 38b11cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demos/plaintext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.3.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.3.3"
},
"dependencies": {
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 @@ -23,7 +23,7 @@
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.3.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-svelte": "^2.35.1",
"svelte": "^4.2.12",
"svelte-check": "^3.6.9",
"typescript": "^5.0.4",
"typescript": "^5.4.5",
"vite": "^5.3.3"
},
"type": "module",
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 @@ -63,7 +63,7 @@
"publint": "^0.1.9",
"svelte": "^4.2.12",
"svelte-check": "^3.4.3",
"typescript": "^5.1.3",
"typescript": "^5.4.5",
"vite": "^5.3.3",
"vitest": "^1.4.0"
},
Expand Down

0 comments on commit 38b11cf

Please sign in to comment.