Commit 827093e 1 parent 9f44019 commit 827093e Copy full SHA for 827093e
File tree 14 files changed +29
-13
lines changed
14 files changed +29
-13
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @astrojs/markdoc ' : minor
3
+ ' @astrojs/preact ' : minor
4
+ ' @astrojs/svelte ' : minor
5
+ ' @astrojs/react ' : minor
6
+ ' @astrojs/solid-js ' : minor
7
+ ' @astrojs/mdx ' : minor
8
+ ' @astrojs/vue ' : minor
9
+ ' create-astro ' : minor
10
+ ' @astrojs/prism ' : minor
11
+ ' @astrojs/telemetry ' : minor
12
+ ' @astrojs/upgrade ' : minor
13
+ ' astro ' : minor
14
+ ---
15
+
16
+ Drops node 21 support
Original file line number Diff line number Diff line change 47
47
" packages/*"
48
48
],
49
49
"engines" : {
50
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
50
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
51
51
},
52
52
"packageManager" : " pnpm@9.12.1" ,
53
53
"dependencies" : {
Original file line number Diff line number Diff line change 39
39
"astro-scripts" : " workspace:*"
40
40
},
41
41
"engines" : {
42
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
42
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
43
43
}
44
44
}
Original file line number Diff line number Diff line change 218
218
"vitest" : " ^2.1.6"
219
219
},
220
220
"engines" : {
221
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0" ,
221
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0" ,
222
222
"npm" : " >=9.6.5" ,
223
223
"pnpm" : " >=7.1.0"
224
224
},
Original file line number Diff line number Diff line change 40
40
"strip-json-comments" : " ^5.0.1"
41
41
},
42
42
"engines" : {
43
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
43
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
44
44
},
45
45
"publishConfig" : {
46
46
"provenance" : true
Original file line number Diff line number Diff line change 82
82
"vite" : " ^6.0.1"
83
83
},
84
84
"engines" : {
85
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
85
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
86
86
},
87
87
"publishConfig" : {
88
88
"provenance" : true
Original file line number Diff line number Diff line change 73
73
"vite" : " ^6.0.1"
74
74
},
75
75
"engines" : {
76
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
76
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
77
77
},
78
78
"publishConfig" : {
79
79
"provenance" : true
Original file line number Diff line number Diff line change 52
52
"preact" : " ^10.6.5"
53
53
},
54
54
"engines" : {
55
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
55
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
56
56
},
57
57
"publishConfig" : {
58
58
"provenance" : true
Original file line number Diff line number Diff line change 69
69
"react-dom" : " ^17.0.2 || ^18.0.0 || ^19.0.0-beta"
70
70
},
71
71
"engines" : {
72
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
72
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
73
73
},
74
74
"publishConfig" : {
75
75
"provenance" : true
Original file line number Diff line number Diff line change 53
53
}
54
54
},
55
55
"engines" : {
56
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
56
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
57
57
},
58
58
"publishConfig" : {
59
59
"provenance" : true
Original file line number Diff line number Diff line change 54
54
"typescript" : " ^5.3.3"
55
55
},
56
56
"engines" : {
57
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
57
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
58
58
},
59
59
"publishConfig" : {
60
60
"provenance" : true
Original file line number Diff line number Diff line change 60
60
"vue" : " ^3.2.30"
61
61
},
62
62
"engines" : {
63
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
63
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
64
64
},
65
65
"publishConfig" : {
66
66
"provenance" : true
Original file line number Diff line number Diff line change 45
45
"astro-scripts" : " workspace:*"
46
46
},
47
47
"engines" : {
48
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
48
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
49
49
},
50
50
"publishConfig" : {
51
51
"provenance" : true
Original file line number Diff line number Diff line change 40
40
"astro-scripts" : " workspace:*"
41
41
},
42
42
"engines" : {
43
- "node" : " ^18.17.1 || ^20.3.0 || >=21 .0.0"
43
+ "node" : " ^18.17.1 || ^20.3.0 || >=22 .0.0"
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments