File tree 9 files changed +845
-1022
lines changed
9 files changed +845
-1022
lines changed Original file line number Diff line number Diff line change 1
- nodejs 18.19.0
2
- pnpm 9.11.0
1
+ nodejs 20. 18.2
2
+ pnpm 9.15.4
Original file line number Diff line number Diff line change 11
11
"astro" : " astro"
12
12
},
13
13
"dependencies" : {
14
- "@astrojs/check" : " ^0.9.3 " ,
15
- "@astrojs/starlight" : " ^0.27 .1" ,
16
- "@astrojs/tailwind" : " ^5.1.2 " ,
17
- "astro" : " ^4.16.1 " ,
14
+ "@astrojs/check" : " ^0.9.4 " ,
15
+ "@astrojs/starlight" : " ^0.31 .1" ,
16
+ "@astrojs/tailwind" : " ^6.0.0 " ,
17
+ "astro" : " ^5.2.0 " ,
18
18
"sharp" : " ^0.33.4" ,
19
19
"shepherd.js" : " workspace:*" ,
20
20
"starlight-typedoc" : " ^0.16.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import mdx from '@astrojs/mdx';
3
3
import sitemap from '@astrojs/sitemap' ;
4
4
import tailwind from '@astrojs/tailwind' ;
5
5
6
- import vercel from '@astrojs/vercel/serverless ' ;
6
+ import vercel from '@astrojs/vercel' ;
7
7
8
8
// https://astro.build/config
9
9
export default defineConfig ( {
@@ -15,6 +15,6 @@ export default defineConfig({
15
15
tailwind ( )
16
16
] ,
17
17
18
- output : 'hybrid ' ,
18
+ output : 'static ' ,
19
19
adapter : vercel ( ) ,
20
20
} ) ;
Original file line number Diff line number Diff line change 11
11
"astro" : " astro"
12
12
},
13
13
"dependencies" : {
14
- "@astrojs/check" : " ^0.9.3 " ,
15
- "@astrojs/mdx" : " ^3.1.9 " ,
16
- "@astrojs/rss" : " ^4.0.9 " ,
14
+ "@astrojs/check" : " ^0.9.4 " ,
15
+ "@astrojs/mdx" : " ^4.0.8 " ,
16
+ "@astrojs/rss" : " ^4.0.11 " ,
17
17
"@astrojs/sitemap" : " ^3.2.1" ,
18
- "@astrojs/tailwind" : " ^5.1.2 " ,
19
- "@astrojs/vercel" : " ^7.8.2 " ,
18
+ "@astrojs/tailwind" : " ^6.0.0 " ,
19
+ "@astrojs/vercel" : " ^8.0.5 " ,
20
20
"@polar-sh/sdk" : " ^0.20.2" ,
21
- "astro" : " ^4.16.1 " ,
21
+ "astro" : " ^5.2.0 " ,
22
22
"shepherd.js" : " workspace:*" ,
23
23
"tailwindcss" : " ^3.4.17" ,
24
24
"typescript" : " ^5.6.3"
Original file line number Diff line number Diff line change 50
50
"svelte" : " ^4.2.19" ,
51
51
"typescript" : " ^5.6.3"
52
52
},
53
- "packageManager" : " pnpm@9.9.0 " ,
53
+ "packageManager" : " pnpm@9.15.4 " ,
54
54
"engines" : {
55
- "node" : " 18.* || >= 20"
55
+ "node" : " >= 20"
56
56
}
57
57
}
Original file line number Diff line number Diff line change 90
90
"svelte2tsx" : " ^0.7.8" ,
91
91
"typescript" : " ^5.6.3"
92
92
},
93
- "packageManager" : " pnpm@9.2.0 " ,
93
+ "packageManager" : " pnpm@9.15.4 " ,
94
94
"engines" : {
95
- "node" : " 18.* || >= 20"
95
+ "node" : " >= 20"
96
96
},
97
97
"publishConfig" : {
98
98
"registry" : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 35
35
"start-server-and-test" : " ^2.0.8" ,
36
36
"typescript" : " ^5.6.3"
37
37
},
38
- "packageManager" : " pnpm@9.2.0 " ,
38
+ "packageManager" : " pnpm@9.15.4 " ,
39
39
"engines" : {
40
- "node" : " 18.* || >= 20"
40
+ "node" : " >= 20"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 43
43
"svelte-jester" : " ^5.0.0" ,
44
44
"typescript" : " ^5.6.3"
45
45
},
46
- "packageManager" : " pnpm@9.2.0 " ,
46
+ "packageManager" : " pnpm@9.15.4 " ,
47
47
"engines" : {
48
- "node" : " 18.* || >= 20"
48
+ "node" : " >= 20"
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments