Skip to content

Commit

Permalink
chore(deps): update dependency svelte to v5.1.9 (#3813)
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] authored Nov 1, 2024
1 parent 45c666b commit edf61d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.0.3"
"svelte": "^5.1.9"
},
"devDependencies": {
"@rsbuild/core": "^1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^5.0.3"
"svelte": "^5.1.9"
},
"devDependencies": {
"@rsbuild/core": "^1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte4-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^4.2.19"
"svelte": "^5.1.9"
},
"devDependencies": {
"@rsbuild/core": "^1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte4-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^4.2.19"
"svelte": "^5.1.9"
},
"devDependencies": {
"@rsbuild/core": "^1.0.18",
Expand Down

0 comments on commit edf61d9

Please sign in to comment.