diff --git a/apps/www/package.json b/apps/www/package.json index 371ae1e0..dc6bb0d0 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -28,7 +28,7 @@ "vee-validate": "4.11.7", "vue": "^3.3.4", "vue-wrap-balancer": "^1.1.3", - "zod": "^3.22.2" + "zod": "^3.22.4" }, "devDependencies": { "@iconify-json/radix-icons": "^1.1.11", @@ -37,7 +37,7 @@ "@iconify/vue": "^4.1.1", "@types/lodash.template": "^4.5.1", "@types/node": "^20.6.0", - "@vitejs/plugin-vue": "^4.3.4", + "@vitejs/plugin-vue": "^4.4.0", "@vitejs/plugin-vue-jsx": "^3.0.2", "@vue/compiler-core": "^3.3.4", "@vue/compiler-dom": "^3.3.4", @@ -50,7 +50,7 @@ "tsx": "^3.13.0", "typescript": "^5.2.2", "unplugin-icons": "^0.17.0", - "vite": "^4.4.9", + "vite": "^4.4.11", "vitepress": "^1.0.0-rc.20", "vue-tsc": "^1.8.15" } diff --git a/apps/www/src/examples/forms/components/NotificationsForm.vue b/apps/www/src/examples/forms/components/NotificationsForm.vue index db1a307f..f1eb20ca 100644 --- a/apps/www/src/examples/forms/components/NotificationsForm.vue +++ b/apps/www/src/examples/forms/components/NotificationsForm.vue @@ -181,7 +181,7 @@ const onSubmit = handleSubmit((values, { resetForm }) => { Use different settings for my mobile devices - You can manage your mobile notifications in the{" "} + You can manage your mobile notifications in the mobile settings page. diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d05bffbd..94b68d98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -99,8 +99,8 @@ importers: specifier: ^1.1.3 version: 1.1.3(vue@3.3.4) zod: - specifier: ^3.22.2 - version: 3.22.2 + specifier: ^3.22.4 + version: 3.22.4 devDependencies: '@iconify-json/radix-icons': specifier: ^1.1.11 @@ -121,11 +121,11 @@ importers: specifier: ^20.6.0 version: 20.7.0 '@vitejs/plugin-vue': - specifier: ^4.3.4 - version: 4.3.4(vite@4.4.9)(vue@3.3.4) + specifier: ^4.4.0 + version: 4.4.0(vite@4.4.11)(vue@3.3.4) '@vitejs/plugin-vue-jsx': 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': specifier: ^3.3.4 version: 3.3.4 @@ -160,8 +160,8 @@ importers: specifier: ^0.17.0 version: 0.17.0 vite: - specifier: ^4.4.9 - version: 4.4.9(@types/node@20.7.0) + specifier: ^4.4.11 + version: 4.4.11(@types/node@20.7.0) vitepress: 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) @@ -2568,12 +2568,12 @@ packages: dependencies: type-fest: 4.3.2 vee-validate: 4.11.7(vue@3.3.4) - zod: 3.22.2 + zod: 3.22.4 transitivePeerDependencies: - vue 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==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2583,20 +2583,20 @@ packages: '@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) - vite: 4.4.9(@types/node@20.7.0) + vite: 4.4.11(@types/node@20.7.0) vue: 3.3.4 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue@4.3.4(vite@4.4.9)(vue@3.3.4): - resolution: {integrity: sha512-ciXNIHKPriERBisHFBvnTbfKa6r9SAesOYXeGDzgegcvy9Q4xdScSHAmKbNT0M3O0S9LKhIf5/G+UYG4NnnzYw==} + /@vitejs/plugin-vue@4.4.0(vite@4.4.11)(vue@3.3.4): + resolution: {integrity: sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.4.9(@types/node@20.7.0) + vite: 4.4.11(@types/node@20.7.0) vue: 3.3.4 dev: true @@ -8204,7 +8204,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@20.7.0) + vite: 4.4.11(@types/node@20.7.0) transitivePeerDependencies: - '@types/node' - less @@ -8232,6 +8232,42 @@ packages: - typescript 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): resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} @@ -8291,7 +8327,7 @@ packages: minisearch: 6.1.0 postcss: 8.4.30 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 transitivePeerDependencies: - '@algolia/client-search' @@ -8663,3 +8699,7 @@ packages: /zod@3.22.2: resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==} dev: false + + /zod@3.22.4: + resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} + dev: false