Skip to content

Commit 20530ce

Browse files
build(deps-dev): bump svelte from 5.44.0 to 5.45.4 (#662)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: baseplate-admin <[email protected]>
1 parent bd06d06 commit 20530ce

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-node@v4
1919

2020
- name: Install dependencies
21-
run: npm ci
21+
run: npm i
2222

2323
- name: Build
2424
run: npm run build

package-lock.json

Lines changed: 20 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prettier-plugin-svelte": "^3.4.0",
2424
"prettier-plugin-tailwindcss": "^0.7.2",
2525
"sass": "^1.94.2",
26-
"svelte": "^5.44.0",
26+
"svelte": "^5.45.8",
2727
"svelte-check": "^4.3.4",
2828
"terser": "^5.44.1",
2929
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)