Skip to content

Commit

Permalink
chore(deps): update dependency svelte-check to v4 (#8013)
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 Sep 4, 2024
1 parent c14a17d commit 46af042
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 143 deletions.
2 changes: 1 addition & 1 deletion examples/svelte/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"typescript": "5.3.3",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"typescript": "5.3.3",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"typescript": "5.3.3",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/optimistic-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"typescript": "5.3.3",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"typescript": "5.3.3",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"typescript": "5.3.3",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"typescript": "5.3.3",
"vite": "^5.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.7",
"typescript": "5.3.3",
"vite": "^5.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@tanstack/svelte-query": "workspace:*",
"eslint-plugin-svelte": "^2.43.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4"
"svelte-check": "^4.0.0"
},
"peerDependencies": {
"@tanstack/svelte-query": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@testing-library/svelte": "^5.2.1",
"eslint-plugin-svelte": "^2.43.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4"
"svelte-check": "^4.0.0"
},
"peerDependencies": {
"@tanstack/svelte-query": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@testing-library/svelte": "^5.2.1",
"eslint-plugin-svelte": "^2.43.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4"
"svelte-check": "^4.0.0"
},
"peerDependencies": {
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0"
Expand Down
Loading

0 comments on commit 46af042

Please sign in to comment.