Skip to content

Commit bdc55b0

Browse files
authored
Merge pull request #198 from vim-jp/feature/2025/add-company-sponsors
企業スポンサー
2 parents 0af0129 + d270d91 commit bdc55b0

22 files changed

+675
-211
lines changed

2025/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
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",

0 commit comments

Comments
 (0)