File tree Expand file tree Collapse file tree 22 files changed +675
-211
lines changed Expand file tree Collapse file tree 22 files changed +675
-211
lines changed Original file line number Diff line number Diff line change 1111 "astro" : " astro" ,
1212 "check" : " astro check" ,
1313 "lint" : " eslint --cache ." ,
14- "format" : " nr lint -- fix" ,
15- "prettier:check" : " prettier --cache --check --plugin-search-dir=. src" ,
16- "prettier:fix" : " prettier --cache --write --plugin-search-dir=. src"
14+ "format" : " nr prettier: fix" ,
15+ "prettier:check" : " prettier --cache --check src" ,
16+ "prettier:fix" : " prettier --cache --write src"
1717 },
1818 "dependencies" : {
1919 "@astrojs/react" : " ^4.3.0" ,
2020 "@lucide/astro" : " ^0.513.0" ,
2121 "@tailwindcss/vite" : " ^4.1.8" ,
2222 "@types/react" : " ^19.1.6" ,
2323 "@types/react-dom" : " ^19.1.6" ,
24- "astro" : " ^5.9.1 " ,
24+ "astro" : " ^5.12.0 " ,
2525 "astro-google-fonts-optimizer" : " ^0.2.2" ,
2626 "astro-seo" : " ^0.8.4" ,
2727 "react" : " ^19.1.0" ,
You can’t perform that action at this time.
0 commit comments