Skip to content

Commit 0e2f19a

Browse files
committed
chore: fixes package.json breaking react example
1 parent 62e9ad2 commit 0e2f19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vite-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@fedimint/core-web": "^0.0.10",
14-
"react": "^18.3.1",
14+
"react": ">=18.3.1",
1515
"react-dom": ">=18.3.1"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)