Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Update dependency @keystone-6/fields-document to v8 (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 1, 2023
1 parent f6a1a9a commit 780a3c6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion create-keystone-app/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/fields-document": "^8.0.0",
"typescript": "^5.0.0"
}
}
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3323,10 +3323,10 @@
resolved "https://registry.yarnpkg.com/@keystone-6/document-renderer/-/document-renderer-1.1.2.tgz#30f8bbc95ac905ba3971e0699b635172d2aff08e"
integrity sha512-fxnQL6xYTK/2xSrZ0dzBTC1Qpa4VVeXmZ+7mMvaZOWquttgvDQzBRY57q9zScRa0dAALNWU1xzq14OL8Kc+eBw==

"@keystone-6/fields-document@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@keystone-6/fields-document/-/fields-document-7.0.0.tgz#86f469c9c38b761865e44d23648d4c6295345fc3"
integrity sha512-QqAi6so6CiowczJhpKWEAz8tTKORtgtcgPmpCNnz2E2CLenvnuYuM/Zi6k0upndJGI+gCDuHHWC1Ht2B7otBuw==
"@keystone-6/fields-document@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@keystone-6/fields-document/-/fields-document-8.0.0.tgz#db6b7604f276d19e6822d78b3e62234ce14f404b"
integrity sha512-q4deL9QSZ/kMgNn04d2E2pLdwg6Jb2P1QW29XgsRDSLoGbXi4dq4n70I86mPugSIyr4UFZCV24h6mtkjHTtCBQ==
dependencies:
"@babel/runtime" "^7.16.3"
"@braintree/sanitize-url" "^6.0.0"
Expand All @@ -3337,7 +3337,7 @@
"@keystone-6/document-renderer" "^1.1.2"
"@keystone-ui/button" "^7.0.2"
"@keystone-ui/core" "^5.0.2"
"@keystone-ui/fields" "^7.1.2"
"@keystone-ui/fields" "^7.2.0"
"@keystone-ui/icons" "^6.0.2"
"@keystone-ui/modals" "^6.0.3"
"@keystone-ui/popover" "^6.0.2"
Expand All @@ -3356,6 +3356,7 @@
micromark-extension-gfm-autolink-literal "0.5.7"
micromark-extension-gfm-strikethrough "0.6.5"
react "^18.2.0"
react-dom "^18.2.0"
scroll-into-view-if-needed "^3.0.0"
slate "^0.81.1"
slate-history "^0.66.0"
Expand Down Expand Up @@ -3397,6 +3398,22 @@
react-focus-lock "^2.7.1"
react-select "^5.2.1"

"@keystone-ui/fields@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@keystone-ui/fields/-/fields-7.2.0.tgz#84288a5094d593bcc5448db09ab8101d2f529311"
integrity sha512-9SXKzuHeuyxwJeGhl01oC8f9IzF5SFOFTIHTDEATMgbM/HFAKC8ygR74ZcRcwyr8rlnmmCMB2nQx1CGDUuEBVQ==
dependencies:
"@babel/runtime" "^7.16.3"
"@keystone-ui/core" "^5.0.2"
"@keystone-ui/icons" "^6.0.2"
"@keystone-ui/popover" "^6.0.2"
date-fns "^2.26.0"
react "^18.2.0"
react-day-picker "^8.0.4"
react-dom "^18.2.0"
react-focus-lock "^2.7.1"
react-select "^5.2.1"

"@keystone-ui/icons@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@keystone-ui/icons/-/icons-6.0.2.tgz#fb3b6b9a330c9a5244d80e1b8a3a8c8199050c9e"
Expand Down

0 comments on commit 780a3c6

Please sign in to comment.