Skip to content

Commit 881c7a8

Browse files
committed
remove unneeded package
1 parent bae6d34 commit 881c7a8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"serve": "docusaurus serve",
1717
"build-api-doc": "node clickhouseapi.js",
1818
"build-swagger": "npx @redocly/cli build-docs https://api.clickhouse.cloud/v1 --output build/en/cloud/manage/api/swagger.html",
19-
"prep-from-local" : "bash ./scripts/copy-clickhouse-repo-docs.sh -l $1",
19+
"prep-from-local": "bash ./scripts/copy-clickhouse-repo-docs.sh -l $1",
2020
"autogenerate-settings": "bash ./scripts/settings/autogenerate-settings.sh",
2121
"generate-changelog": "bash ./scripts/generate-changelog.sh",
2222
"new-build": "yarn copy-clickhouse-repo-docs && yarn generate-changelog && yarn autogenerate-settings && yarn build-api-doc && yarn build-swagger && docusaurus build",
@@ -32,7 +32,6 @@
3232
"@docusaurus/theme-mermaid": "3.7.0",
3333
"@docusaurus/theme-search-algolia": "^3.7.0",
3434
"@mdx-js/react": "^3.1.0",
35-
"@yaireo/tagify": "^4.33.2",
3635
"@radix-ui/react-navigation-menu": "^1.2.4",
3736
"axios": "^1.7.9",
3837
"clsx": "^2.1.0",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3627,11 +3627,6 @@
36273627
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
36283628
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
36293629

3630-
"@yaireo/tagify@^4.33.2":
3631-
version "4.33.2"
3632-
resolved "https://registry.yarnpkg.com/@yaireo/tagify/-/tagify-4.33.2.tgz#496290622831d7700c8e3c9f730f9988eebb3364"
3633-
integrity sha512-0r6c9ky3Vguj4pOKGy/sGGcfbfR+5zmZ7u4+1DWTf6v9z71cDksDp7A7l9g9mxlSZ1cs9Wk4pp/GEWfr8muykw==
3634-
36353630
accepts@~1.3.4, accepts@~1.3.8:
36363631
version "1.3.8"
36373632
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"

0 commit comments

Comments
 (0)