Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5 (#606)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2023
1 parent 5405c27 commit 2fdc1db
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier-plugin-svelte": "^2.9.0",
"rimraf": "^4.4.0",
"svelte": "^3.57.0",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.29.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/kit-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"svelte-check": "^3.1.4",
"svelte-i18n": "^3.6.0",
"tiny-glob": "^0.2.9",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/svelte-preprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sass": "^1.59.3",
"svelte": "^3.57.0",
"svelte-preprocess": "^5.0.3",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/big-component-library-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte": "^3.57.0",
"svelte-check": "^3.1.4",
"svelte-preprocess": "^5.0.3",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/kit-demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/cookie": "^0.5.1",
"svelte": "^3.57.0",
"svelte-check": "^3.1.4",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"type": "module"
Expand Down
137 changes: 95 additions & 42 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 2fdc1db

Please sign in to comment.