chore: typo, update zod, vite, and @vitejs/plugin-vue
This commit is contained in:
parent
fec53d35a1
commit
2cca677ebb
|
|
@ -28,7 +28,7 @@
|
||||||
"vee-validate": "4.11.7",
|
"vee-validate": "4.11.7",
|
||||||
"vue": "^3.3.4",
|
"vue": "^3.3.4",
|
||||||
"vue-wrap-balancer": "^1.1.3",
|
"vue-wrap-balancer": "^1.1.3",
|
||||||
"zod": "^3.22.2"
|
"zod": "^3.22.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/radix-icons": "^1.1.11",
|
"@iconify-json/radix-icons": "^1.1.11",
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"@iconify/vue": "^4.1.1",
|
"@iconify/vue": "^4.1.1",
|
||||||
"@types/lodash.template": "^4.5.1",
|
"@types/lodash.template": "^4.5.1",
|
||||||
"@types/node": "^20.6.0",
|
"@types/node": "^20.6.0",
|
||||||
"@vitejs/plugin-vue": "^4.3.4",
|
"@vitejs/plugin-vue": "^4.4.0",
|
||||||
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
||||||
"@vue/compiler-core": "^3.3.4",
|
"@vue/compiler-core": "^3.3.4",
|
||||||
"@vue/compiler-dom": "^3.3.4",
|
"@vue/compiler-dom": "^3.3.4",
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"tsx": "^3.13.0",
|
"tsx": "^3.13.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"unplugin-icons": "^0.17.0",
|
"unplugin-icons": "^0.17.0",
|
||||||
"vite": "^4.4.9",
|
"vite": "^4.4.11",
|
||||||
"vitepress": "^1.0.0-rc.20",
|
"vitepress": "^1.0.0-rc.20",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.15"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -181,7 +181,7 @@ const onSubmit = handleSubmit((values, { resetForm }) => {
|
||||||
Use different settings for my mobile devices
|
Use different settings for my mobile devices
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
You can manage your mobile notifications in the{" "}
|
You can manage your mobile notifications in the
|
||||||
<a href="/examples/forms">
|
<a href="/examples/forms">
|
||||||
mobile settings
|
mobile settings
|
||||||
</a> page.
|
</a> page.
|
||||||
|
|
|
||||||
|
|
@ -99,8 +99,8 @@ importers:
|
||||||
specifier: ^1.1.3
|
specifier: ^1.1.3
|
||||||
version: 1.1.3(vue@3.3.4)
|
version: 1.1.3(vue@3.3.4)
|
||||||
zod:
|
zod:
|
||||||
specifier: ^3.22.2
|
specifier: ^3.22.4
|
||||||
version: 3.22.2
|
version: 3.22.4
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@iconify-json/radix-icons':
|
'@iconify-json/radix-icons':
|
||||||
specifier: ^1.1.11
|
specifier: ^1.1.11
|
||||||
|
|
@ -121,11 +121,11 @@ importers:
|
||||||
specifier: ^20.6.0
|
specifier: ^20.6.0
|
||||||
version: 20.7.0
|
version: 20.7.0
|
||||||
'@vitejs/plugin-vue':
|
'@vitejs/plugin-vue':
|
||||||
specifier: ^4.3.4
|
specifier: ^4.4.0
|
||||||
version: 4.3.4(vite@4.4.9)(vue@3.3.4)
|
version: 4.4.0(vite@4.4.11)(vue@3.3.4)
|
||||||
'@vitejs/plugin-vue-jsx':
|
'@vitejs/plugin-vue-jsx':
|
||||||
specifier: ^3.0.2
|
specifier: ^3.0.2
|
||||||
version: 3.0.2(vite@4.4.9)(vue@3.3.4)
|
version: 3.0.2(vite@4.4.11)(vue@3.3.4)
|
||||||
'@vue/compiler-core':
|
'@vue/compiler-core':
|
||||||
specifier: ^3.3.4
|
specifier: ^3.3.4
|
||||||
version: 3.3.4
|
version: 3.3.4
|
||||||
|
|
@ -160,8 +160,8 @@ importers:
|
||||||
specifier: ^0.17.0
|
specifier: ^0.17.0
|
||||||
version: 0.17.0
|
version: 0.17.0
|
||||||
vite:
|
vite:
|
||||||
specifier: ^4.4.9
|
specifier: ^4.4.11
|
||||||
version: 4.4.9(@types/node@20.7.0)
|
version: 4.4.11(@types/node@20.7.0)
|
||||||
vitepress:
|
vitepress:
|
||||||
specifier: ^1.0.0-rc.20
|
specifier: ^1.0.0-rc.20
|
||||||
version: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.7.0)(postcss@8.4.30)(search-insights@2.8.3)
|
version: 1.0.0-rc.20(@algolia/client-search@4.20.0)(@types/node@20.7.0)(postcss@8.4.30)(search-insights@2.8.3)
|
||||||
|
|
@ -2568,12 +2568,12 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
type-fest: 4.3.2
|
type-fest: 4.3.2
|
||||||
vee-validate: 4.11.7(vue@3.3.4)
|
vee-validate: 4.11.7(vue@3.3.4)
|
||||||
zod: 3.22.2
|
zod: 3.22.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- vue
|
- vue
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vitejs/plugin-vue-jsx@3.0.2(vite@4.4.9)(vue@3.3.4):
|
/@vitejs/plugin-vue-jsx@3.0.2(vite@4.4.11)(vue@3.3.4):
|
||||||
resolution: {integrity: sha512-obF26P2Z4Ogy3cPp07B4VaW6rpiu0ue4OT2Y15UxT5BZZ76haUY9guOsZV3uWh/I6xc+VeiW+ZVabRE82FyzWw==}
|
resolution: {integrity: sha512-obF26P2Z4Ogy3cPp07B4VaW6rpiu0ue4OT2Y15UxT5BZZ76haUY9guOsZV3uWh/I6xc+VeiW+ZVabRE82FyzWw==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
|
@ -2583,20 +2583,20 @@ packages:
|
||||||
'@babel/core': 7.23.0
|
'@babel/core': 7.23.0
|
||||||
'@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0)
|
'@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0)
|
||||||
'@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.0)
|
'@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.0)
|
||||||
vite: 4.4.9(@types/node@20.7.0)
|
vite: 4.4.11(@types/node@20.7.0)
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitejs/plugin-vue@4.3.4(vite@4.4.9)(vue@3.3.4):
|
/@vitejs/plugin-vue@4.4.0(vite@4.4.11)(vue@3.3.4):
|
||||||
resolution: {integrity: sha512-ciXNIHKPriERBisHFBvnTbfKa6r9SAesOYXeGDzgegcvy9Q4xdScSHAmKbNT0M3O0S9LKhIf5/G+UYG4NnnzYw==}
|
resolution: {integrity: sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^4.0.0
|
vite: ^4.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 4.4.9(@types/node@20.7.0)
|
vite: 4.4.11(@types/node@20.7.0)
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
|
@ -8204,7 +8204,7 @@ packages:
|
||||||
mlly: 1.4.2
|
mlly: 1.4.2
|
||||||
pathe: 1.1.1
|
pathe: 1.1.1
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 4.4.9(@types/node@20.7.0)
|
vite: 4.4.11(@types/node@20.7.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
|
|
@ -8232,6 +8232,42 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/vite@4.4.11(@types/node@20.7.0):
|
||||||
|
resolution: {integrity: sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==}
|
||||||
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
|
hasBin: true
|
||||||
|
peerDependencies:
|
||||||
|
'@types/node': '>= 14'
|
||||||
|
less: '*'
|
||||||
|
lightningcss: ^1.21.0
|
||||||
|
sass: '*'
|
||||||
|
stylus: '*'
|
||||||
|
sugarss: '*'
|
||||||
|
terser: ^5.4.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
'@types/node':
|
||||||
|
optional: true
|
||||||
|
less:
|
||||||
|
optional: true
|
||||||
|
lightningcss:
|
||||||
|
optional: true
|
||||||
|
sass:
|
||||||
|
optional: true
|
||||||
|
stylus:
|
||||||
|
optional: true
|
||||||
|
sugarss:
|
||||||
|
optional: true
|
||||||
|
terser:
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
'@types/node': 20.7.0
|
||||||
|
esbuild: 0.18.20
|
||||||
|
postcss: 8.4.30
|
||||||
|
rollup: 3.29.3
|
||||||
|
optionalDependencies:
|
||||||
|
fsevents: 2.3.3
|
||||||
|
dev: true
|
||||||
|
|
||||||
/vite@4.4.9(@types/node@20.7.0):
|
/vite@4.4.9(@types/node@20.7.0):
|
||||||
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
|
resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
|
|
@ -8291,7 +8327,7 @@ packages:
|
||||||
minisearch: 6.1.0
|
minisearch: 6.1.0
|
||||||
postcss: 8.4.30
|
postcss: 8.4.30
|
||||||
shiki: 0.14.4
|
shiki: 0.14.4
|
||||||
vite: 4.4.9(@types/node@20.7.0)
|
vite: 4.4.11(@types/node@20.7.0)
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@algolia/client-search'
|
- '@algolia/client-search'
|
||||||
|
|
@ -8663,3 +8699,7 @@ packages:
|
||||||
/zod@3.22.2:
|
/zod@3.22.2:
|
||||||
resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==}
|
resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/zod@3.22.4:
|
||||||
|
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
|
||||||
|
dev: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user