Skip to content

Commit 4bc2ad9

Browse files
chore(deps): update all major dependencies
1 parent 176251b commit 4bc2ad9

File tree

3 files changed

+671
-543
lines changed

3 files changed

+671
-543
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3535
36-
- uses: actions/cache@v3
36+
- uses: actions/cache@v4
3737
name: Setup pnpm cache
3838
with:
3939
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"coverage": "vitest run --coverage"
1717
},
1818
"devDependencies": {
19-
"@sveltejs/adapter-auto": "2.1.1",
20-
"@sveltejs/kit": "1.30.3",
19+
"@sveltejs/adapter-auto": "3.1.0",
20+
"@sveltejs/kit": "2.3.4",
2121
"@testing-library/dom": "^9.0.0",
2222
"@testing-library/jest-dom": "^6.0.0",
2323
"@testing-library/svelte": "^4.0.0",
@@ -30,8 +30,8 @@
3030
"eslint": "^8.30.0",
3131
"eslint-config-prettier": "^9.0.0",
3232
"eslint-plugin-svelte3": "^4.0.0",
33-
"jsdom": "^22.0.0",
34-
"msw": "^1.0.0",
33+
"jsdom": "^23.0.0",
34+
"msw": "^2.0.0",
3535
"prettier": "^3.0.0",
3636
"prettier-plugin-svelte": "^3.0.0",
3737
"svelte": "^4.0.0",
@@ -41,8 +41,8 @@
4141
"svelte-preprocess": "^5.0.0",
4242
"tslib": "^2.4.1",
4343
"typescript": "^5.0.0",
44-
"vite": "^4.0.2",
45-
"vitest": "0.34.6"
44+
"vite": "^5.0.0",
45+
"vitest": "1.2.1"
4646
},
4747
"type": "module"
4848
}

0 commit comments

Comments
 (0)