Skip to content

Commit

Permalink
Merge pull request #5 from yajihum/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
yajihum authored Jun 11, 2024
2 parents 7086343 + a1c3270 commit b1c6e06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
- run: bun install
- run: bun run build
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1
uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240208.0",
"@hono/vite-cloudflare-pages": "^0.4.0",
"@hono/vite-ssg": "^0.1.0",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.18",
"front-matter": "^4.0.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12",
"wrangler": "^3.27.0"
"@cloudflare/workers-types": "4.20240605.0",
"@hono/vite-cloudflare-pages": "0.4.0",
"@hono/vite-ssg": "0.1.0",
"@tailwindcss/typography": "0.5.13",
"autoprefixer": "10.4.19",
"front-matter": "4.0.2",
"postcss": "8.4.38",
"tailwindcss": "3.4.4",
"vite": "5.2.13",
"wrangler": "3.60.1"
}
}

0 comments on commit b1c6e06

Please sign in to comment.