diff --git a/package.json b/package.json index 45035e6..ea54fb0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-is": "^17.0.2", "styled-components": "^5.1.3", "styled-jsx": "^3.2.5", - "tinacms": "^0.70.0", + "tinacms": "^1.2.0", "typescript": "^4.5.2" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 124dcd3..cdbff80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2449,15 +2449,23 @@ dependencies: zod "^3.14.3" -"@tinacms/sharedctx@0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@tinacms/sharedctx/-/sharedctx-0.1.3.tgz#dca0d05e2ac94aadeb895c1454062ec55ad30497" - integrity sha512-iIDpR1gZdMPp4NZT2RnDyj9acgcIJuD90gP/XhlMJ9vBE8feP1R/cqzYleHA7K9BLhhjOBG1+ji3KHDv6W7Djw== +"@tinacms/schema-tools@1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@tinacms/schema-tools/-/schema-tools-1.3.0.tgz#f5f448fc9c42cfa80d630cf7c4f81f28242452c3" + integrity sha512-yDlCWMYAVkGCfCjDzr031TKXogjEgvvPelPLCzezqg3TGj0pmv/fUkIam2yNnKWv9zyBdaf9h8ZcrmtD6BTpig== + dependencies: + url-pattern "^1.0.3" + zod "^3.14.3" -"@tinacms/toolkit@0.58.5": - version "0.58.5" - resolved "https://registry.yarnpkg.com/@tinacms/toolkit/-/toolkit-0.58.5.tgz#db4041429f576931e9cf779e979cfb3db425ddd3" - integrity sha512-rsN7vQ94RUG3LurpWyVY9SWBjp+SkRUrZ3p2K2S3w6KMS8SnJ9cZGPbfzZrTeOnZrALmNIxUrFkhKaooHg+XCw== +"@tinacms/sharedctx@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@tinacms/sharedctx/-/sharedctx-1.0.1.tgz#ccd6ace6c7ede477fc94aa4704faac13e39cff31" + integrity sha512-DXxTKupAMg+gO6zRJOxKlvaZGpWcyJXi1d+At/Ev5C6/jRN//BqUgVMRC2y5hcHhfWK2bkNQ4ZfVvWWrA3//qw== + +"@tinacms/toolkit@1.3.2": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@tinacms/toolkit/-/toolkit-1.3.2.tgz#140fd0cacd1f05eccbc3902db11ae9ca9870b4f3" + integrity sha512-nHBuYrYMul/UP97hwKkssbq2Yw/Gn/zDU3jgiOwawXkdcNuLdeZ25zioCF23VgCi9l7ZDgxeq2PZyBw5iYtkdA== dependencies: "@floating-ui/dom" "^0.1.7" "@floating-ui/react-dom" "^0.3.3" @@ -2470,7 +2478,7 @@ "@react-types/combobox" "^3.2.0" "@react-types/shared" "^3.10.0" "@sambego/storybook-styles" "^1.0.0" - "@tinacms/sharedctx" "0.1.3" + "@tinacms/sharedctx" "1.0.1" "@udecode/plate-headless" "^14.0.2" atob "2.1.2" color-string "^1.5.3" @@ -8931,18 +8939,18 @@ text-table@^0.2.0: resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== -tinacms@^0.70.0: - version "0.70.0" - resolved "https://registry.yarnpkg.com/tinacms/-/tinacms-0.70.0.tgz#d0412709f5b313668418ff16a55f7530677ccb28" - integrity sha512-qX/s45DKLZwZ9uDa4i+ZBQnujEjtY+h6rXzyYzhQtge3ipRtCVafRvQB1UGKwAQRJg9EPpi1cH0N6LGEjvrKkQ== +tinacms@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/tinacms/-/tinacms-1.2.0.tgz#5fbe9778a1217e3059d21d4547db022f6ad05b6e" + integrity sha512-I8w1Xzt9gph28GxLhrUktubYG28L5WDfT3DWbuS0Jw+CwN4K59qh2UwAUqVhAzHObJADJ3hmkpBAnhBCeAQXVw== dependencies: "@graphql-tools/relay-operation-optimizer" "^6.4.1" "@headlessui/react" "^1.5.0" "@heroicons/react" "^1.0.4" "@react-hook/window-size" "^3.0.7" - "@tinacms/schema-tools" "0.2.0" - "@tinacms/sharedctx" "0.1.3" - "@tinacms/toolkit" "0.58.5" + "@tinacms/schema-tools" "1.3.0" + "@tinacms/sharedctx" "1.0.1" + "@tinacms/toolkit" "1.3.2" crypto-js "^4.0.0" encoding "0.1.13" fetch-ponyfill "^7.1.0" @@ -8953,7 +8961,6 @@ tinacms@^0.70.0: prism-react-renderer "^1.3.5" react-icons "^4.3.1" react-router-dom "6" - url-pattern "^1.0.3" yup "^0.32.0" tiny-invariant@1.0.6: