16
16
"build:packages" : " pnpm -r --filter=\" ../../packages/*\" run build"
17
17
},
18
18
"devDependencies" : {
19
- "@playwright/test" : " ^1.50.1 " ,
19
+ "@playwright/test" : " ^1.52.0 " ,
20
20
"@sveltejs/adapter-auto" : " ^4.0.0" ,
21
- "@sveltejs/kit" : " ^2.17.1 " ,
21
+ "@sveltejs/kit" : " ^2.20.7 " ,
22
22
"@sveltejs/vite-plugin-svelte" : " ^5.0.3" ,
23
23
"@tailwindcss/typography" : " ^0.5.16" ,
24
24
"@types/eslint" : " ^9.6.1" ,
25
- "@typescript-eslint/eslint-plugin" : " ^8.23 .0" ,
26
- "@typescript-eslint/parser" : " ^8.23 .0" ,
27
- "autoprefixer" : " ^10.4.20 " ,
25
+ "@typescript-eslint/eslint-plugin" : " ^8.31 .0" ,
26
+ "@typescript-eslint/parser" : " ^8.31 .0" ,
27
+ "autoprefixer" : " ^10.4.21 " ,
28
28
"daisyui" : " ^4.12.23" ,
29
- "eslint" : " ^9.19.0 " ,
30
- "eslint-config-prettier" : " ^10.0.1 " ,
29
+ "eslint" : " ^9.25.1 " ,
30
+ "eslint-config-prettier" : " ^10.1.2 " ,
31
31
"eslint-plugin-svelte" : " ^2.46.1" ,
32
32
"fathom-client" : " ^3.7.2" ,
33
33
"mdsvex" : " ^0.12.3" ,
34
- "postcss" : " ^8.5.1 " ,
34
+ "postcss" : " ^8.5.3 " ,
35
35
"postcss-load-config" : " ^6.0.1" ,
36
- "prettier" : " ^3.4.2 " ,
36
+ "prettier" : " ^3.5.3 " ,
37
37
"prettier-plugin-svelte" : " ^3.3.3" ,
38
38
"prettier-plugin-tailwindcss" : " ^0.6.11" ,
39
39
"rehype-autolink-headings" : " ^7.1.0" ,
40
40
"rehype-slug" : " ^6.0.0" ,
41
41
"svead" : " ^0.0.4" ,
42
- "svelte" : " 5.19.7 " ,
43
- "svelte-check" : " ^4.1.4 " ,
42
+ "svelte" : " 5.28.2 " ,
43
+ "svelte-check" : " ^4.1.6 " ,
44
44
"sveltekit-embed" : " workspace:*" ,
45
45
"tailwindcss" : " ^3.4.17" ,
46
46
"tslib" : " ^2.8.1" ,
47
- "typescript" : " ^5.7 .3" ,
48
- "vite" : " ^6.0.11 " ,
49
- "vitest" : " ^3.0.5 "
47
+ "typescript" : " ^5.8 .3" ,
48
+ "vite" : " ^6.3.3 " ,
49
+ "vitest" : " ^3.1.2 "
50
50
},
51
51
"type" : " module"
52
52
}
0 commit comments