Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 8 updat…
Browse files Browse the repository at this point in the history
…es (#181)
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 0674f31 commit 7e9b544
Show file tree
Hide file tree
Showing 7 changed files with 577 additions and 578 deletions.
1,135 changes: 567 additions & 568 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lit": "~3.2.1"
},
"devDependencies": {
"vite": "~6.0.3"
"vite": "~6.0.5"
}
}
2 changes: 1 addition & 1 deletion projects/parcel-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"build": "tsc && parcel build --public-url ./ index.html"
},
"devDependencies": {
"parcel": "~2.13.2"
"parcel": "~2.13.3"
}
}
2 changes: 1 addition & 1 deletion projects/rollup-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rollup/plugin-typescript": "~12.1.2",
"copyfiles": "~2.4.1",
"npm-run-all": "~4.1.5",
"rollup": "~4.28.1",
"rollup": "~4.29.1",
"serve": "~14.2.4",
"tslib": "~2.8.1"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/rsbuild-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "1.1.10"
"@rsbuild/core": "1.1.12"
}
}
10 changes: 5 additions & 5 deletions projects/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "~3.0.6",
"@sveltejs/kit": "~2.12.0",
"@sveltejs/vite-plugin-svelte": "~5.0.2",
"svelte": "~5.14.0",
"@sveltejs/adapter-static": "~3.0.8",
"@sveltejs/kit": "~2.15.0",
"@sveltejs/vite-plugin-svelte": "~5.0.3",
"svelte": "~5.15.0",
"svelte-check": "~4.1.1",
"tslib": "~2.8.1",
"vite": "~6.0.3"
"vite": "~6.0.5"
}
}
2 changes: 1 addition & 1 deletion projects/vitejs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "~6.0.3"
"vite": "~6.0.5"
}
}

0 comments on commit 7e9b544

Please sign in to comment.