Skip to content

Commit

Permalink
chore: fixes package.json breaking react example (#111)
Browse files Browse the repository at this point in the history
* chore: fixes package.json breaking react example

* cicd: updates lock file to prevent breaking pipelines
  • Loading branch information
wfzyx authored Feb 3, 2025
1 parent 62e9ad2 commit a09bfa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vite-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@fedimint/core-web": "^0.0.10",
"react": "^18.3.1",
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit a09bfa7

Please sign in to comment.