Skip to content

Commit 882bb27

Browse files
authored
Merge pull request #2323 from Shopify/update-generate-doc-version-2024-04
update generate-doc version for 2024-04
2 parents 8e249f0 + 429a70a commit 882bb27

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"prettier": "^2.8.0",
4949
"react": ">=18.0.0",
5050
"typescript": "^4.9.0",
51-
"@shopify/generate-docs": "0.10.13"
51+
"@shopify/generate-docs": "0.16.4"
5252
}
5353
}

Diff for: packages/ui-extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@remote-ui/core": "^2.2.4"
6666
},
6767
"devDependencies": {
68-
"@shopify/generate-docs": "0.10.13",
68+
"@shopify/generate-docs": "0.16.4",
6969
"typescript": "^4.9.0"
7070
},
7171
"publishConfig": {

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2074,14 +2074,14 @@
20742074
pkg-dir "^5.0.0"
20752075
pluralize "^8.0.0"
20762076

2077-
"@shopify/generate-docs@0.10.13":
2078-
version "0.10.13"
2079-
resolved "https://registry.yarnpkg.com/@shopify/generate-docs/-/generate-docs-0.10.13.tgz#b10270cef66f6ecd2b2c2f6ad2d9b8152532ff35"
2080-
integrity sha512-WGID9ANhlGjJZocMPvVC4HpkYvgTV+wi2CgB6c/ZEgq9ZOWCzwCrC08+Q+n3H4JW8dF9R3aGtlmFAHbw8zEw5A==
2077+
"@shopify/generate-docs@0.16.4":
2078+
version "0.16.4"
2079+
resolved "https://registry.yarnpkg.com/@shopify/generate-docs/-/generate-docs-0.16.4.tgz#4e9c6348f080217e59be34ca6fbde850769eccef"
2080+
integrity sha512-lYtnB2gPPSBf73YvbrNM9u6p1cm/qbg1uEqkMW9sG4/dORb5tBPDDC/KkckaCaMF7soHg9PsinNXHAa0/Hlf4g==
20812081
dependencies:
20822082
"@types/react" "^18.0.21"
20832083
globby "^11.1.0"
2084-
typescript "^4.8.3"
2084+
typescript "^4.8.3 || ^5.0.0"
20852085

20862086
"@shopify/loom-cli@^1.0.0":
20872087
version "1.0.2"
@@ -7368,10 +7368,10 @@ typescript@^4.3.5:
73687368
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
73697369
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
73707370

7371-
typescript@^4.8.3:
7372-
version "4.9.5"
7373-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
7374-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
7371+
"typescript@^4.8.3 || ^5.0.0":
7372+
version "5.5.4"
7373+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
7374+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
73757375

73767376
typescript@^4.9.0:
73777377
version "4.9.3"

0 commit comments

Comments
 (0)