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 Jul 22, 2024
1 parent f1fd020 commit f548e60
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 510 deletions.
2 changes: 1 addition & 1 deletion .github/composite-actions/cache-and-install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
uses: actions/checkout@v4.1.7

- name: Install Node.js
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: 20

Expand Down
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.6.1
uses: cloudflare/wrangler-action@v3.7.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": "tech-memo",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/koralle/tech-memo"
Expand All @@ -21,24 +21,24 @@
"build-cf-types": "wrangler types"
},
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.2.0",
"@astrojs/check": "^0.7.0",
"@astro-community/astro-embed-link-preview": "^0.2.1",
"@astrojs/check": "^0.8.2",
"@astrojs/cloudflare": "^11.0.1",
"@astrojs/starlight": "^0.24.4",
"astro": "^4.11.1",
"@astrojs/starlight": "^0.25.1",
"astro": "^4.12.2",
"astro-embed": "^0.7.2",
"lite-youtube-embed": "^0.3.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"wrangler": "^3.62.0"
"@cloudflare/workers-types": "^4.20240722.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"wrangler": "^3.65.1"
},
"engines": {
"node": ">=20.15.0",
"pnpm": ">=9.4.0",
"node": ">=20.15.1",
"pnpm": ">=9.6.0",
"npm": "please use pnpm!",
"yarn": "please use pnpm!"
}
Expand Down
Loading

0 comments on commit f548e60

Please sign in to comment.