Skip to content

Commit f808aa1

Browse files
fix(deps): update dependency @hookform/resolvers to v5
1 parent e18b21e commit f808aa1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bun.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"@ariakit/react": "^0.4.17",
231231
"@emoji-mart/data": "1.2.1",
232232
"@faker-js/faker": "^9.9.0",
233-
"@hookform/resolvers": "^3.10.0",
233+
"@hookform/resolvers": "^5.0.0",
234234
"@platejs/ai": "^49.1.9",
235235
"@platejs/autoformat": "^49.0.0",
236236
"@platejs/basic-nodes": "^49.0.0",
@@ -860,7 +860,7 @@
860860

861861
"@hexagon/base64": ["@hexagon/[email protected]", "", {}, "sha512-lhqDEAvWixy3bZ+UOYbPwUbBkwBq5C1LAJ/xPC8Oi+lL54oyakv/npbA0aU2hgCsx/1NUd4IBvV03+aUBWxerw=="],
862862

863-
"@hookform/resolvers": ["@hookform/resolvers@3.10.0", "", { "peerDependencies": { "react-hook-form": "^7.0.0" } }, "sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag=="],
863+
"@hookform/resolvers": ["@hookform/resolvers@5.2.0", "", { "dependencies": { "@standard-schema/utils": "^0.3.0" }, "peerDependencies": { "react-hook-form": "^7.55.0" } }, "sha512-3YI+VqxJQH6ryRWG+j3k+M19Wf37LeSKJDg6Vdjq6makLOqZGYn77iTaYLMLpVi/uHc1N6OTCmcxJwhOQV979g=="],
864864

865865
"@humanfs/core": ["@humanfs/[email protected]", "", {}, "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA=="],
866866

@@ -1392,6 +1392,8 @@
13921392

13931393
"@standard-schema/spec": ["@standard-schema/[email protected]", "", {}, "sha512-d3IxtzLo7P1oZ8s8YNvxzBUXRXojSut8pbPrTYtzsc5sn4+53jVqbk66pQerSZbZSJZQux6LkclB/+8IDordHg=="],
13941394

1395+
"@standard-schema/utils": ["@standard-schema/[email protected]", "", {}, "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g=="],
1396+
13951397
"@stepperize/core": ["@stepperize/[email protected]", "", {}, "sha512-r5XLsXeMsjZXAaRNKBhBfMUwq+irQ5XFtKbr0TNxF6hHku7qwjegdyp2zsqJ9v55rLkG4vmj1KkHIUrO41g99w=="],
13961398

13971399
"@stepperize/react": ["@stepperize/[email protected]", "", { "dependencies": { "@stepperize/core": "1.1.0" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-N5whLFFl+oCVxJte9tWmLCxJbmHjoU+v1M7QQuplRqz4CJCCdVeif9x8D8V6z/DeqUfhwd5uxK0bU+StyNOKnA=="],
@@ -2278,7 +2280,7 @@
22782280

22792281
"dot-case": ["[email protected]", "", { "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" } }, "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w=="],
22802282

2281-
"dotenv": ["[email protected].0", "", {}, "sha512-Q4sgBT60gzd0BB0lSyYD3xM4YxrXA9y4uBDof1JNYGzOXrQdQ6yX+7XIAqoFOGQFOTK1D3Hts5OllpxMDZFONQ=="],
2283+
"dotenv": ["[email protected].1", "", {}, "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ=="],
22822284

22832285
"dotenv-cli": ["[email protected]", "", { "dependencies": { "cross-spawn": "^7.0.6", "dotenv": "^16.3.0", "dotenv-expand": "^10.0.0", "minimist": "^1.2.6" }, "bin": { "dotenv": "cli.js" } }, "sha512-aLqYbK7xKOiTMIRf1lDPbI+Y+Ip/wo5k3eyp6ePysVaSqbyxjyK3dK35BTxG+rmd7djf5q2UPs4noPNH+cj0Qw=="],
22842286

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@ariakit/react": "^0.4.17",
8888
"@emoji-mart/data": "1.2.1",
8989
"@faker-js/faker": "^9.9.0",
90-
"@hookform/resolvers": "^3.10.0",
90+
"@hookform/resolvers": "^5.0.0",
9191
"@platejs/ai": "^49.1.9",
9292
"@platejs/autoformat": "^49.0.0",
9393
"@platejs/basic-nodes": "^49.0.0",

0 commit comments

Comments
 (0)