File tree Expand file tree Collapse file tree 5 files changed +355
-159
lines changed Expand file tree Collapse file tree 5 files changed +355
-159
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ export default defineConfig({
11
11
vite : {
12
12
css : {
13
13
preprocessorMaxWorkers : true ,
14
- preprocessorOptions : {
15
- scss : {
16
- api : "modern-compiler" ,
17
- } ,
18
- } ,
19
14
} ,
20
15
} ,
21
16
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " green-giant " ,
2
+ "name" : " astro-breadcrumbs-demo " ,
3
3
"type" : " module" ,
4
4
"version" : " 0.0.1" ,
5
5
"scripts" : {
13
13
"preinstall" : " npx only-allow pnpm"
14
14
},
15
15
"dependencies" : {
16
- "@astrojs/mdx" : " ^3.1.9" ,
17
- "astro" : " ^4.16.16"
16
+ "@astrojs/mdx" : " ^4.0.1" ,
17
+ "astro" : " ^5.0.2" ,
18
+ "astro-breadcrumbs" : " ^3.2.2"
18
19
},
19
20
"devDependencies" : {
20
- "sass" : " ^1.81 .0"
21
+ "sass" : " ^1.82 .0"
21
22
},
22
23
"packageManager" : " pnpm@9.14.4"
23
24
}
Original file line number Diff line number Diff line change 15
15
"astro-breadcrumbs" : " ^3.2.2" ,
16
16
"astro-matomo" : " ^1.6.0" ,
17
17
"sharp" : " ^0.33.5" ,
18
- "starlight-links-validator" : " ^0.13.3 "
18
+ "starlight-links-validator" : " ^0.13.4 "
19
19
},
20
20
"devDependencies" : {
21
- "sass" : " ^1.81 .0"
21
+ "sass" : " ^1.82 .0"
22
22
},
23
23
"packageManager" : " pnpm@9.14.4"
24
24
}
Original file line number Diff line number Diff line change 64
64
"devDependencies" : {
65
65
"@semantic-release/changelog" : " ^6.0.3" ,
66
66
"@semantic-release/git" : " ^10.0.1" ,
67
- "@vitest/coverage-v8" : " ^2.1.6 " ,
67
+ "@vitest/coverage-v8" : " ^2.1.8 " ,
68
68
"jsdom" : " ^25.0.1" ,
69
- "prettier" : " ^3.4.1 " ,
69
+ "prettier" : " ^3.4.2 " ,
70
70
"prettier-plugin-astro" : " ^0.14.1" ,
71
71
"semantic-release" : " ^24.2.0" ,
72
- "vitest" : " ^2.1.6 "
72
+ "vitest" : " ^2.1.8 "
73
73
},
74
74
"peerDependencies" : {
75
- "astro" : " ^2.0.0-beta.0 || ^3.0.0 || ^4.0.0"
75
+ "astro" : " ^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 "
76
76
},
77
77
"packageManager" : " pnpm@9.14.4"
78
78
}
You can’t perform that action at this time.
0 commit comments