Skip to content

Commit e915cf9

Browse files
authored
fix(input-otp): add vue-input-otp dependency when adding (#1561)
* fix(input-otp): add vue-input-otp dependency when adding * chore: update
1 parent 2b5e708 commit e915cf9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

apps/v4/public/r/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,8 @@
10601060
"type": "registry:ui",
10611061
"dependencies": [
10621062
"@vueuse/core",
1063-
"reka-ui"
1063+
"reka-ui",
1064+
"vue-input-otp"
10641065
],
10651066
"files": [
10661067
{

apps/v4/public/r/styles/new-york-v4/input-otp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "registry:ui",
55
"dependencies": [
66
"@vueuse/core",
7-
"reka-ui"
7+
"reka-ui",
8+
"vue-input-otp"
89
],
910
"files": [
1011
{

apps/v4/public/r/styles/new-york-v4/registry.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,8 @@
10951095
"type": "registry:ui",
10961096
"dependencies": [
10971097
"@vueuse/core",
1098-
"reka-ui"
1098+
"reka-ui",
1099+
"vue-input-otps"
10991100
],
11001101
"files": [
11011102
{

apps/v4/scripts/crawl-content.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const DEPENDENCIES = new Map<string, string[]>([
1818
['@unovis/vue', ['@unovis/ts']],
1919
['embla-carousel-vue', []],
2020
['vee-validate', ['@vee-validate/zod', 'zod']],
21+
['vue-input-otp', []],
2122
])
2223

2324
const REGISTRY_DEPENDENCY = '@/'

0 commit comments

Comments
 (0)