File tree Expand file tree Collapse file tree 3 files changed +880
-1343
lines changed Expand file tree Collapse file tree 3 files changed +880
-1343
lines changed Original file line number Diff line number Diff line change 6
6
" config" ,
7
7
" extensions" ,
8
8
" rss" ,
9
- " routes"
9
+ " routes" ,
10
+ " deps"
10
11
]
11
12
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @example/blog" ,
3
3
"type" : " module" ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"dev" : " astro dev" ,
12
12
},
13
13
"dependencies" : {
14
14
"@astrojs/mdx" : " 0.15.2" ,
15
- "@astrojs/react" : " 1.2 .2" ,
16
- "@astrojs/rss" : " 1. 2.1" ,
15
+ "@astrojs/react" : " 2.0 .2" ,
16
+ "@astrojs/rss" : " 2.1.0 " ,
17
17
"@astrojs/sitemap" : " 1.0.1" ,
18
- "@astrojs/tailwind" : " 2.1.3 " ,
18
+ "@astrojs/tailwind" : " 3.0.1 " ,
19
19
"@fontsource/jetbrains-mono" : " 4.5.12" ,
20
20
"@fontsource/lexend" : " 4.5.15" ,
21
21
"@tailwindcss/typography" : " 0.5.9" ,
22
- "astro" : " 1.9.2 " ,
22
+ "astro" : " 2.0.4 " ,
23
23
"mdast-util-to-string" : " 3.1.1" ,
24
24
"react" : " 18.2.0" ,
25
25
"react-dom" : " 18.2.0" ,
You can’t perform that action at this time.
0 commit comments