Skip to content

Commit

Permalink
website: update react lottie
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Jan 3, 2025
1 parent f967a71 commit fa44923
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 20
node-version: 22

- name: Deploy Docusaurus
run: |
Expand Down
17 changes: 9 additions & 8 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"clsx": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"prism-react-renderer": "^2.3.0",
"prop-types": "15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-lottie": "1.2.3",
"prop-types": "15.8.1"
"react-lottie": "^1.2.10"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.1",
Expand Down

0 comments on commit fa44923

Please sign in to comment.