Skip to content

Commit 841b719

Browse files
committed
Merge pull-request #1227
2 parents 5f2cf74 + 8527593 commit 841b719

File tree

3 files changed

+185
-151
lines changed

3 files changed

+185
-151
lines changed

examples/with-export-and-sign-escrow/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
"react": "19.2.4",
1818
"react-dom": "19.2.4"
1919
},
20-
"pnpm": {
21-
"overrides": {
22-
"@types/react": "^19"
23-
}
24-
},
2520
"devDependencies": {
2621
"@tailwindcss/postcss": "^4",
2722
"@types/node": "^20",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"tiny-secp256k1": ">=1.1.7",
8484
"form-data": ">=4.0.4",
8585
"sha.js": ">=2.4.12",
86-
"minimatch": "10.2.1",
8786
"hono": ">=4.11.4",
8887
"playwright": "1.55.1",
8988
"@hpke/core": ">=1.7.5",
@@ -94,7 +93,9 @@
9493
"jws": ">=4.0.1",
9594
"preact": ">=10.28.2",
9695
"tar": ">=7.5.8",
97-
"rollup@>=4.0.0 < 4.59.0": "4.59.0"
96+
"rollup@>=4.0.0 < 4.59.0": "4.59.0",
97+
"minimatch@>=10.0.0 <10.2.3": "10.2.3",
98+
"serialize-javascript@<=7.0.2": "7.0.3"
9899
}
99100
}
100101
}

0 commit comments

Comments
 (0)