Skip to content

Commit

Permalink
Update website dependencies
Browse files Browse the repository at this point in the history
Reviewed-by: Titus Wormer <tituswormer@gmail.com>

Related to: remarkjs/remark#1286.
Closes GH-814.
  • Loading branch information
ChristianMurphy committed Feb 6, 2024
1 parent e67c840 commit 7a1f4ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -2,13 +2,13 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: node
- run: npm install
- run: npm test
- uses: JamesIves/github-pages-deploy-action@releases/v4
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
commit-message: .
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -10,12 +10,12 @@
"devDependencies": {
"@wooorm/starry-night": "^3.0.0",
"cssnano": "^6.0.0",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"hast-util-to-jsx-runtime": "^2.0.0",
"postcss-cli": "^10.0.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand All @@ -28,8 +28,8 @@
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"stylelint": "^15.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.0",
"xo": "^0.56.0"
},
"scripts": {
Expand Down

0 comments on commit 7a1f4ff

Please sign in to comment.