Skip to content

Commit

Permalink
Revert "Update dependencies & fix PDF action by pinning ubuntu runner"
Browse files Browse the repository at this point in the history
This reverts commit e38352e.
  • Loading branch information
mthierman committed Dec 17, 2024
1 parent e38352e commit f09829d
Show file tree
Hide file tree
Showing 3 changed files with 1,768 additions and 2,314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
Build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"pdf": "tsx src/scripts/pdf.ts"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.0.1",
"@astrojs/mdx": "^4.0.2",
"@astrojs/react": "^4.1.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/ts-plugin": "^1.10.4",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "^5.0.9",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"@astrojs/check": "^0.9.1",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.9.1",
"@types/node": "^22.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"puppeteer": "^23.10.4",
"prettier-plugin-tailwindcss": "^0.6.5",
"puppeteer": "^22.15.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"sharp": "^0.33.4",
"tailwindcss": "^3.4.7",
"tsx": "^4.16.3",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit f09829d

Please sign in to comment.