File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 7
7
"astro" : " astro"
8
8
},
9
9
"dependencies" : {
10
- "@astrojs/mdx" : " ^ 3.1.3 " ,
11
- "@astrojs/prefetch" : " ^0.2 .1" ,
12
- "@astrojs/tailwind" : " ^3 .1.1 " ,
10
+ "@astrojs/mdx" : " 3.1.9 " ,
11
+ "@astrojs/prefetch" : " 0.4 .1" ,
12
+ "@astrojs/tailwind" : " 5 .1.2 " ,
13
13
"@catppuccin/palette" : " ^1.2.0" ,
14
+ "caniuse-lite" : " ^1.0.30001684" ,
14
15
"chart.js" : " ^4.2.1" ,
15
16
"mdast-util-to-string" : " ^4.0.0" ,
16
17
"react" : " ^18.2.0" ,
19
20
"reading-time" : " ^1.5.0"
20
21
},
21
22
"devDependencies" : {
22
- "@astrojs/react" : " ^2.1.0 " ,
23
- "@astrojs/sitemap" : " ^1 .2.1" ,
23
+ "@astrojs/react" : " 3.6.3 " ,
24
+ "@astrojs/sitemap" : " 3 .2.1" ,
24
25
"@catppuccin/tailwindcss" : " ^0.1.1" ,
25
26
"@ianvs/prettier-plugin-sort-imports" : " ^4.3.1" ,
26
27
"@types/react" : " ^18.0.28" ,
Original file line number Diff line number Diff line change 1
- module . exports = {
1
+ export default {
2
2
plugins : {
3
3
"postcss-import" : { } ,
4
4
"tailwindcss/nesting" : { } ,
You can’t perform that action at this time.
0 commit comments