Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 24, 2023
1 parent a7035a1 commit 9070dda
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 236 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: true
matrix:
operating-system: [ubuntu-latest]
node-version: [20.9.0]
node-version: [20.10.0]
pnpm-version: [8.10.5]

name: 🚀 Deploy sikessem.github.io to Node-${{ matrix.node-version }} and build with pnpm@${{ matrix.pnpm-version }} on ${{ matrix.operating-system }}
Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: 📂 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opensource.sikessem.com",
"engines": {
"node": ">=20.9.0",
"node": ">=20.10.0",
"pnpm": ">=8.10.0"
},
"packageManager": "[email protected]",
Expand All @@ -22,26 +22,26 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"@astrojs/starlight": "^0.12.0",
"@astrojs/starlight": "^0.13.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.5.5",
"astro": "^3.6.0",
"sharp": "^0.32.6",
"solid-js": "^1.8.5",
"solid-js": "^1.8.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@astrojs/check": "^0.3.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^4.0.2",
"postcss-nested": "^6.0.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"trustedDependencies": [
"sharp"
]
}
}
Loading

0 comments on commit 9070dda

Please sign in to comment.