Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [rollup](https://github.com/rollup/rollup) and [svelte-check](https://github.com/sveltejs/language-tools).


Updates `rollup` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.5.1...v4.6.0)

Updates `svelte-check` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.6.1...svelte-check-3.6.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 27, 2023
1 parent 86f5bb0 commit 7835c41
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
112 changes: 56 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "~11.1.5",
"copyfiles": "~2.4.1",
"npm-run-all": "~4.1.5",
"rollup": "~4.5.1",
"rollup": "~4.6.0",
"serve": "~14.2.1",
"tslib": "~2.6.2",
"typescript": "~5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion projects/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/adapter-auto": "~2.1.1",
"@sveltejs/kit": "~1.27.6",
"svelte": "~4.2.7",
"svelte-check": "~3.6.1",
"svelte-check": "~3.6.2",
"tslib": "~2.6.2",
"vite": "~5.0.2"
}
Expand Down

0 comments on commit 7835c41

Please sign in to comment.