File tree 3 files changed +671
-543
lines changed 3 files changed +671
-543
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
35
35
36
- - uses : actions/cache@v3
36
+ - uses : actions/cache@v4
37
37
name : Setup pnpm cache
38
38
with :
39
39
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 16
16
"coverage" : " vitest run --coverage"
17
17
},
18
18
"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 " ,
21
21
"@testing-library/dom" : " ^9.0.0" ,
22
22
"@testing-library/jest-dom" : " ^6.0.0" ,
23
23
"@testing-library/svelte" : " ^4.0.0" ,
30
30
"eslint" : " ^8.30.0" ,
31
31
"eslint-config-prettier" : " ^9.0.0" ,
32
32
"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" ,
35
35
"prettier" : " ^3.0.0" ,
36
36
"prettier-plugin-svelte" : " ^3.0.0" ,
37
37
"svelte" : " ^4.0.0" ,
41
41
"svelte-preprocess" : " ^5.0.0" ,
42
42
"tslib" : " ^2.4.1" ,
43
43
"typescript" : " ^5.0.0" ,
44
- "vite" : " ^4 .0.2 " ,
45
- "vitest" : " 0.34.6 "
44
+ "vite" : " ^5 .0.0 " ,
45
+ "vitest" : " 1.2.1 "
46
46
},
47
47
"type" : " module"
48
48
}
You can’t perform that action at this time.
0 commit comments