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 @payloadcms/plugin-form-builder to v1.2.3 #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@payloadcms/db-postgres": "^0.7.0",
"@payloadcms/next-payload": "^0.1.11",
"@payloadcms/plugin-cloud-storage": "^1.1.1",
"@payloadcms/plugin-form-builder": "1.2.1",
"@payloadcms/plugin-form-builder": "1.2.3",
"@payloadcms/richtext-slate": "^1.3.1",
"@sentry/nextjs": "^7.100.1",
"@serwist/next": "^9.0.2",
Expand Down
10 changes: 5 additions & 5 deletions webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3927,16 +3927,16 @@ __metadata:
languageName: node
linkType: hard

"@payloadcms/plugin-form-builder@npm:1.2.1":
version: 1.2.1
resolution: "@payloadcms/plugin-form-builder@npm:1.2.1"
"@payloadcms/plugin-form-builder@npm:1.2.3":
version: 1.2.3
resolution: "@payloadcms/plugin-form-builder@npm:1.2.3"
dependencies:
deepmerge: "npm:^4.2.2"
escape-html: "npm:^1.0.3"
peerDependencies:
payload: ^0.18.5 || ^1.0.0 || ^2.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/b564b14d63c6462aa2b45e0cb7e4eed309c6efe566fc52ff8fd1323b2fcff8c6cce86ba8a2ff9c662568e95beb64092dfc526dbbdf46698d528c97fa74d8256e
checksum: 10c0/ad8a777f48710f371b1bb68c5e1e97e45cadac88195a8fc2ed7db76db7d82e6c5d5bdfd3a48ccaf0fbc5864d7618b0dc5b7276a0ce5d19d94da5fa2b69fe09ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -15010,7 +15010,7 @@ __metadata:
"@payloadcms/db-postgres": "npm:^0.7.0"
"@payloadcms/next-payload": "npm:^0.1.11"
"@payloadcms/plugin-cloud-storage": "npm:^1.1.1"
"@payloadcms/plugin-form-builder": "npm:1.2.1"
"@payloadcms/plugin-form-builder": "npm:1.2.3"
"@payloadcms/richtext-slate": "npm:^1.3.1"
"@sentry/nextjs": "npm:^7.100.1"
"@serwist/next": "npm:^9.0.2"
Expand Down