Skip to content

Commit

Permalink
Update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 1bd5ea8 commit 0396879
Show file tree
Hide file tree
Showing 10 changed files with 238 additions and 1,130 deletions.
2 changes: 1 addition & 1 deletion packages/create-kitql/templates/kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"svelte": "^4.2.19",
"svelte-check": "^3.6.0",
"tslib": "^2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vite-plugin-kit-routes": "latest",
"vitest": "2.0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"svelte": "^4.2.19",
"svelte-check": "^3.6.0",
"tslib": "^2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vite-plugin-kit-routes": "latest",
"vite-plugin-stripper": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.7",
"svelte": "4.2.19",
"typescript": "5.4.2"
"typescript": "5.6.2"
},
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/handles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"svelte": "4.2.19",
"svelte-check": "3.8.0",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"svelte": "4.2.19",
"svelte-check": "3.8.0",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rollup-plugin-visualizer": "5.12.0",
"svelte-check": "3.8.0",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"svelte": "4.2.19",
"svelte-check": "3.8.0",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-stripper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"svelte-check": "3.8.0",
"terser": "^5.30.3",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-watch-and-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"svelte-check": "3.8.0",
"terser": "^5.30.3",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.0",
"vitest": "2.0.5"
},
Expand Down
Loading

0 comments on commit 0396879

Please sign in to comment.