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 Dec 19, 2024
1 parent c6fcb7e commit 1730621
Show file tree
Hide file tree
Showing 3 changed files with 688 additions and 424 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
24 changes: 12 additions & 12 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.0",
"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.3",
"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.20241218.0",
"lefthook": "^1.10.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^5.12.0",
"wrangler": "^3.84.0"
"wrangler": "^3.99.0"
},
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.12.3",
"node": ">=22.12.0",
"pnpm": ">=9.15.0",
"npm": "please use pnpm!",
"yarn": "please use pnpm!"
}
Expand Down
Loading

0 comments on commit 1730621

Please sign in to comment.