Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 28, 2023
1 parent eed682a commit d58226f
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
node-version: [20.10.0]
pnpm-version: [8.10.5]
pnpm-version: [8.11.0]

name: 🚀 Deploy sikessem.github.io to Node-${{ matrix.node-version }} and build with pnpm@${{ matrix.pnpm-version }} on ${{ matrix.operating-system }}

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "opensource.sikessem.com",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.10.0"
"pnpm": ">=8.11.0"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -21,12 +21,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.13.0",
"@astrojs/starlight": "^0.13.1",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.2",
"@builder.io/qwik": "^1.2.19",
"@qwikdev/astro": "^0.2.3",
"astro": "^3.6.0",
"@qwikdev/astro": "^0.2.5",
"astro": "^3.6.2",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
},
Expand Down
Loading

0 comments on commit d58226f

Please sign in to comment.