Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent c6fcb7e commit b1e5dfb
Show file tree
Hide file tree
Showing 3 changed files with 742 additions and 439 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pnpm run build

- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3.11.0
uses: cloudflare/wrangler-action@v3.13.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "front-end-tech-memo",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.3",
"repository": {
"type": "git",
"url": "git+https://github.com/koralle/front-end-tech-memo"
Expand All @@ -24,24 +24,24 @@
"@astro-community/astro-embed-link-preview": "^0.2.2",
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/starlight": "^0.28.4",
"astro": "^4.16.7",
"astro-embed": "^0.8.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/starlight": "^0.30.5",
"astro": "^4.16.18",
"astro-embed": "^0.9.0",
"lite-youtube-embed": "^0.3.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"lefthook": "^1.8.2",
"prettier": "^3.3.3",
"@cloudflare/workers-types": "^4.20241230.0",
"lefthook": "^1.10.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^5.12.0",
"wrangler": "^3.84.0"
"rollup-plugin-visualizer": "^5.14.0",
"wrangler": "^3.100.0"
},
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.12.3",
"node": ">=22.13.0",
"pnpm": ">=9.15.3",
"npm": "please use pnpm!",
"yarn": "please use pnpm!"
}
Expand Down
Loading

0 comments on commit b1e5dfb

Please sign in to comment.