Skip to content

Commit

Permalink
Merge pull request #1233 from Arhell/upd
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
Somefive authored Jun 19, 2023
2 parents 51bb02b + aebfe9b commit b59b104
Show file tree
Hide file tree
Showing 5 changed files with 8,393 additions and 13,879 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
with:
node-version: "16.x"
cache: "yarn"
- name: upgrade yarn
run: yarn set version berry
- name: Test Build
run: |
yarn install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
with:
node-version: "16.x"
cache: "yarn"
- name: upgrade yarn
run: yarn set version berry
- name: Build Static Files
env:
USE_SSH: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
node-version: "16.x"
cache: "yarn"
- name: upgrade yarn
run: yarn set version berry
- name: Build Static Files
env:
USE_SSH: true
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/plugin-content-blog": "2.4.0",
"@docusaurus/plugin-content-docs": "2.4.0",
"@docusaurus/plugin-content-pages": "2.4.0",
"@docusaurus/plugin-sitemap": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/theme-mermaid": "^2.4.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-content-blog": "2.4.1",
"@docusaurus/plugin-content-docs": "2.4.1",
"@docusaurus/plugin-content-pages": "2.4.1",
"@docusaurus/plugin-sitemap": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1",
"@mdx-js/react": "1.6.22",
"asciinema-player": "^3.3.0",
"asciinema-player": "^3.4.0",
"clsx": "^1.2.1",
"docusaurus-plugin-image-zoom": "^0.1.4",
"docusaurus-plugin-image-zoom": "^1.0.1",
"docusaurus-plugin-sass": "^0.2.3",
"mdx-mermaid": "^1.3.2",
"mermaid": "^10.1.0",
"nodejieba": "^2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-github-btn": "^1.4.0",
"sass": "^1.62.0"
"sass": "^1.62.1"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit b59b104

Please sign in to comment.