Skip to content

Commit

Permalink
Merge pull request #17 from GoCon/chore/update-repo
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
budougumi0617 authored Apr 3, 2024
2 parents 95ee969 + 8f98240 commit 546e1db
Show file tree
Hide file tree
Showing 5 changed files with 704 additions and 315 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec lint-staged
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
site: "https://gocon.github.io",
base: "/2024",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
"version": "0.0.1",
"private": true,
"scripts": {
"prepare": "husky",
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write '**/*.{astro,js,mjs,json,ts,yml,yaml}'",
"prepare": "husky install",
"test": "vitest"
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"lint-staged": {
"**/*.{astro,js,mjs,json,ts,yml,yaml}": "pnpm run format"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@fontsource/poppins": "^5.0.8",
"astro": "^4.2.3",
"sharp": "^0.33.2",
"typescript": "^5.3.3"
"@astrojs/check": "^0.5.10",
"@fontsource/poppins": "^5.0.12",
"astro": "4.4.0",
"sharp": "^0.33.3",
"typescript": "^5.4.3"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.12.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 546e1db

Please sign in to comment.