feat(cli): add @types/ink-divider dependency

The `@types/ink-divider` dependency has been added to the CLI package. This addition will provide types for the ink-divider, enhancing TypeScript support and code reliability. The yarn.lock file has been updated accordingly.
This commit is contained in:
p-sw 2024-06-07 20:38:06 +09:00
parent 5e2b28954b
commit 5ceb3d13e5
2 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4",
"@types/chai": "^4",
"@types/ink-divider": "^2.0.4",
"@types/node": "^18",
"chai": "^4",
"eslint": "^8",

View File

@ -2265,6 +2265,13 @@
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
"@types/ink-divider@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/ink-divider/-/ink-divider-2.0.4.tgz#ca3cefa9476abeb5a91108ad6c1ae8714ac42332"
integrity sha512-9edcdEh7JMnkI0CZ4mI8xZ4Gc9cQO3v5+7peJvamWcvJVZKHzmEGorWdgeIu4o86QnwRP3k4Uipnxgh9ljx3iQ==
dependencies:
"@types/react" "*"
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
version "7.0.15"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"