Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency uniforms-bridge-json-schema to v4.0.0-alpha.6 #1273

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"uniforms": "4.0.0-alpha.5",
"uniforms-bridge-json-schema": "4.0.0-alpha.5",
"uniforms-bridge-json-schema": "4.0.0-alpha.6",
"uniforms-bridge-simple-schema-2": "4.0.0-alpha.6",
"simpl-schema": "3.4.6",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-router-dom": "^6.14.1",
"simple-zustand-devtools": "^1.1.0",
"uniforms": "4.0.0-alpha.5",
"uniforms-bridge-json-schema": "4.0.0-alpha.5",
"uniforms-bridge-json-schema": "4.0.0-alpha.6",
"usehooks-ts": "^3.0.0",
"uuid": "^10.0.0",
"yaml": "^2.3.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@ __metadata:
ts-node: ^10.9.1
typescript: ^5.4.2
uniforms: 4.0.0-alpha.5
uniforms-bridge-json-schema: 4.0.0-alpha.5
uniforms-bridge-json-schema: 4.0.0-alpha.6
usehooks-ts: ^3.0.0
uuid: ^10.0.0
vite: ^4.4.5
Expand Down Expand Up @@ -18036,15 +18036,15 @@ __metadata:
languageName: node
linkType: hard

"uniforms-bridge-json-schema@npm:4.0.0-alpha.5":
version: 4.0.0-alpha.5
resolution: "uniforms-bridge-json-schema@npm:4.0.0-alpha.5"
"uniforms-bridge-json-schema@npm:4.0.0-alpha.6":
version: 4.0.0-alpha.6
resolution: "uniforms-bridge-json-schema@npm:4.0.0-alpha.6"
dependencies:
invariant: ^2.0.0
lodash: ^4.0.0
tslib: ^2.2.0
uniforms: ^4.0.0-alpha.5
checksum: 7968c9a72f249189050c387a9dad7605d74fc28589c70c7dc323237596e01a56fc77950774eb42b49028a9e3efb747120e2470fec63fd0300f63a555c991d0e3
uniforms: ^4.0.0-alpha.6
checksum: 88bb00953ee37894e71e682b94111a701634c465882728897f02cdef0b933311eb983010af2b60a2277f4d10ee5d82b98e2b49caddf0c5300aa6057e3bb77804
languageName: node
linkType: hard

Expand Down
Loading