Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit ccaa142

Browse files
fix(deps): update all non-major dependencies
1 parent c6fcb7e commit ccaa142

3 files changed

Lines changed: 717 additions & 439 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pnpm run build
2424

2525
- name: Deploy to Cloudflare Pages
26-
uses: cloudflare/wrangler-action@v3.11.0
26+
uses: cloudflare/wrangler-action@v3.13.0
2727
with:
2828
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2929
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "front-end-tech-memo",
44
"type": "module",
55
"version": "0.0.1",
6-
"packageManager": "pnpm@9.12.3",
6+
"packageManager": "pnpm@9.15.3",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/koralle/front-end-tech-memo"
@@ -24,24 +24,24 @@
2424
"@astro-community/astro-embed-link-preview": "^0.2.2",
2525
"@astrojs/check": "^0.9.4",
2626
"@astrojs/cloudflare": "^11.2.0",
27-
"@astrojs/mdx": "^3.1.8",
28-
"@astrojs/starlight": "^0.28.4",
29-
"astro": "^4.16.7",
30-
"astro-embed": "^0.8.0",
27+
"@astrojs/mdx": "^3.1.9",
28+
"@astrojs/starlight": "^0.30.3",
29+
"astro": "^4.16.18",
30+
"astro-embed": "^0.9.0",
3131
"lite-youtube-embed": "^0.3.3",
32-
"typescript": "^5.6.3"
32+
"typescript": "^5.7.2"
3333
},
3434
"devDependencies": {
35-
"@cloudflare/workers-types": "^4.20241022.0",
36-
"lefthook": "^1.8.2",
37-
"prettier": "^3.3.3",
35+
"@cloudflare/workers-types": "^4.20241230.0",
36+
"lefthook": "^1.10.1",
37+
"prettier": "^3.4.2",
3838
"prettier-plugin-astro": "^0.14.1",
39-
"rollup-plugin-visualizer": "^5.12.0",
40-
"wrangler": "^3.84.0"
39+
"rollup-plugin-visualizer": "^5.13.1",
40+
"wrangler": "^3.99.0"
4141
},
4242
"engines": {
43-
"node": ">=22.11.0",
44-
"pnpm": ">=9.12.3",
43+
"node": ">=22.12.0",
44+
"pnpm": ">=9.15.3",
4545
"npm": "please use pnpm!",
4646
"yarn": "please use pnpm!"
4747
}

0 commit comments

Comments
 (0)