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

Commit 780a3c6

Browse files
Update dependency @keystone-6/fields-document to v8 (#409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6a1a9a commit 780a3c6

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

create-keystone-app/starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@keystone-6/auth": "^7.0.0",
1313
"@keystone-6/core": "^5.0.0",
14-
"@keystone-6/fields-document": "^7.0.0",
14+
"@keystone-6/fields-document": "^8.0.0",
1515
"typescript": "^5.0.0"
1616
}
1717
}

yarn.lock

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,10 +3323,10 @@
33233323
resolved "https://registry.yarnpkg.com/@keystone-6/document-renderer/-/document-renderer-1.1.2.tgz#30f8bbc95ac905ba3971e0699b635172d2aff08e"
33243324
integrity sha512-fxnQL6xYTK/2xSrZ0dzBTC1Qpa4VVeXmZ+7mMvaZOWquttgvDQzBRY57q9zScRa0dAALNWU1xzq14OL8Kc+eBw==
33253325

3326-
"@keystone-6/fields-document@^7.0.0":
3327-
version "7.0.0"
3328-
resolved "https://registry.yarnpkg.com/@keystone-6/fields-document/-/fields-document-7.0.0.tgz#86f469c9c38b761865e44d23648d4c6295345fc3"
3329-
integrity sha512-QqAi6so6CiowczJhpKWEAz8tTKORtgtcgPmpCNnz2E2CLenvnuYuM/Zi6k0upndJGI+gCDuHHWC1Ht2B7otBuw==
3326+
"@keystone-6/fields-document@^8.0.0":
3327+
version "8.0.0"
3328+
resolved "https://registry.yarnpkg.com/@keystone-6/fields-document/-/fields-document-8.0.0.tgz#db6b7604f276d19e6822d78b3e62234ce14f404b"
3329+
integrity sha512-q4deL9QSZ/kMgNn04d2E2pLdwg6Jb2P1QW29XgsRDSLoGbXi4dq4n70I86mPugSIyr4UFZCV24h6mtkjHTtCBQ==
33303330
dependencies:
33313331
"@babel/runtime" "^7.16.3"
33323332
"@braintree/sanitize-url" "^6.0.0"
@@ -3337,7 +3337,7 @@
33373337
"@keystone-6/document-renderer" "^1.1.2"
33383338
"@keystone-ui/button" "^7.0.2"
33393339
"@keystone-ui/core" "^5.0.2"
3340-
"@keystone-ui/fields" "^7.1.2"
3340+
"@keystone-ui/fields" "^7.2.0"
33413341
"@keystone-ui/icons" "^6.0.2"
33423342
"@keystone-ui/modals" "^6.0.3"
33433343
"@keystone-ui/popover" "^6.0.2"
@@ -3356,6 +3356,7 @@
33563356
micromark-extension-gfm-autolink-literal "0.5.7"
33573357
micromark-extension-gfm-strikethrough "0.6.5"
33583358
react "^18.2.0"
3359+
react-dom "^18.2.0"
33593360
scroll-into-view-if-needed "^3.0.0"
33603361
slate "^0.81.1"
33613362
slate-history "^0.66.0"
@@ -3397,6 +3398,22 @@
33973398
react-focus-lock "^2.7.1"
33983399
react-select "^5.2.1"
33993400

3401+
"@keystone-ui/fields@^7.2.0":
3402+
version "7.2.0"
3403+
resolved "https://registry.yarnpkg.com/@keystone-ui/fields/-/fields-7.2.0.tgz#84288a5094d593bcc5448db09ab8101d2f529311"
3404+
integrity sha512-9SXKzuHeuyxwJeGhl01oC8f9IzF5SFOFTIHTDEATMgbM/HFAKC8ygR74ZcRcwyr8rlnmmCMB2nQx1CGDUuEBVQ==
3405+
dependencies:
3406+
"@babel/runtime" "^7.16.3"
3407+
"@keystone-ui/core" "^5.0.2"
3408+
"@keystone-ui/icons" "^6.0.2"
3409+
"@keystone-ui/popover" "^6.0.2"
3410+
date-fns "^2.26.0"
3411+
react "^18.2.0"
3412+
react-day-picker "^8.0.4"
3413+
react-dom "^18.2.0"
3414+
react-focus-lock "^2.7.1"
3415+
react-select "^5.2.1"
3416+
34003417
"@keystone-ui/icons@^6.0.2":
34013418
version "6.0.2"
34023419
resolved "https://registry.yarnpkg.com/@keystone-ui/icons/-/icons-6.0.2.tgz#fb3b6b9a330c9a5244d80e1b8a3a8c8199050c9e"

0 commit comments

Comments
 (0)