Skip to content

Commit

Permalink
build: upgrade typescript to 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Nov 27, 2024
1 parent 7dd3535 commit 13e0b0a
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 123 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": "^4.1.0",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.10"
},
"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 @@ -87,7 +87,7 @@
"svelte-check": "^4.1.0",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript": "^5.7.2",
"vite": "^5.4.10"
},
"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": "^4.1.0",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.10"
},
"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": "^4.1.0",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.10"
},
"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": "^4.1.0",
"typescript": "^5.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.10",
"vitest": "^1.4.0"
},
Expand Down
Loading

0 comments on commit 13e0b0a

Please sign in to comment.