Skip to content

Commit

Permalink
fix: revert dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bdenham committed May 11, 2024
1 parent dd38c9f commit e46291c
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 971 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,7 +18,7 @@ jobs:
uses: withastro/action@v2
with:
node-version: 18.17.1
package-manager: pnpm@8.15.1
package-manager: npm@8.15.3

deploy:
needs: build
Expand All @@ -43,4 +37,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3 # or specific "vX.X.X" version tag for this action
uses: actions/deploy-pages@v3
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@codesandbox/sandpack-client": "^2.13.8",
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"@playform/compress": "^0.0.3",
"@playform/compress": "^0.0.4",
"@types/hast": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"astro": "^4.7.1",
"astro": "^4.8.2",
"cache": "^3.0.0",
"dotenv": "^16.4.5",
"eslint": "^9.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-storybook": "^0.8.0",
Expand Down
Loading

0 comments on commit e46291c

Please sign in to comment.