Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Jul 18, 2024
1 parent 28ed156 commit f13cd9b
Show file tree
Hide file tree
Showing 3 changed files with 4,868 additions and 3,947 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: latest

Expand All @@ -24,7 +24,7 @@ jobs:
cp .nojekyll out/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
36 changes: 18 additions & 18 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@ant-design/icons": "^5.3.7",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"antd": "^5.14.2",
"autoprefixer": "10.4.17",
"@next/mdx": "^14.2.5",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"antd": "^5.19.2",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"next": "^14.1.1",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"postcss": "^8.4.35",
"eslint-config-next": "14.2.5",
"next": "^14.2.5",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"postcss": "^8.4.39",
"rc-queue-anim": "^2.0.0",
"rc-scroll-anim": "^2.7.6",
"rc-tween-one": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-button": "^0.1.11",
"react-media": "^1.10.0",
"react-responsive": "^9.0.2",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"react-responsive": "^10.0.0",
"sass": "^1.77.8",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit f13cd9b

Please sign in to comment.