Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Aug 13, 2024
1 parent cc05950 commit 056f840
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
cache: npm

- run: npm install
- run: npm ci
- run: npm run build
- run: npm run build
working-directory: example
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@docusaurus/core": "3.5.1",
"@docusaurus/preset-classic": "3.5.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"docusaurus-plugin-native-ideal-image": "file:../",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/loader-utils": "^2.0.6",
"@types/node": ">=20",
"@types/node": "20.x",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down

0 comments on commit 056f840

Please sign in to comment.