File tree Expand file tree Collapse file tree 4 files changed +876
-583
lines changed Expand file tree Collapse file tree 4 files changed +876
-583
lines changed Original file line number Diff line number Diff line change 14
14
"lint" : " prettier -c --cache . && eslint . --cache --max-warnings=0"
15
15
},
16
16
"dependencies" : {
17
- "@astrojs/starlight" : " 0.22.1 " ,
18
- "astro" : " 4.2.7 " ,
17
+ "@astrojs/starlight" : " 0.24.2 " ,
18
+ "astro" : " 4.10.2 " ,
19
19
"sharp" : " 0.32.5" ,
20
20
"starlight-blog" : " workspace:*"
21
21
},
Original file line number Diff line number Diff line change 14
14
"@hideoo/eslint-config" : " 3.0.0" ,
15
15
"@hideoo/prettier-config" : " 2.0.0" ,
16
16
"@hideoo/tsconfig" : " 2.0.1" ,
17
- "astro" : " 4.2.7 " ,
17
+ "astro" : " 4.10.2 " ,
18
18
"eslint" : " 8.56.0" ,
19
19
"husky" : " 8.0.3" ,
20
20
"lint-staged" : " 14.0.1" ,
Original file line number Diff line number Diff line change 31
31
"ultrahtml" : " 1.5.3"
32
32
},
33
33
"devDependencies" : {
34
- "@astrojs/starlight" : " 0.22.1 " ,
34
+ "@astrojs/starlight" : " 0.24.2 " ,
35
35
"@playwright/test" : " 1.36.1" ,
36
- "astro" : " 4.2.7 " ,
36
+ "astro" : " 4.10.2 " ,
37
37
"vitest" : " 1.3.1"
38
38
},
39
39
"peerDependencies" : {
40
- "@astrojs/starlight" : " >=0.22.1 " ,
41
- "astro" : " >=4.2.7 "
40
+ "@astrojs/starlight" : " >=0.24.0 " ,
41
+ "astro" : " >=4.8.6 "
42
42
},
43
43
"engines" : {
44
44
"node" : " >=18.14.1"
You can’t perform that action at this time.
0 commit comments