Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
  • Loading branch information
renovate[bot] and benjamincanac authored Feb 7, 2024
1 parent e086019 commit 98a2d0f
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 207 deletions.
4 changes: 2 additions & 2 deletions docs/components/content/examples/FormExampleValibot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const schema = objectAsync({
type Schema = Input<typeof schema>
const state = reactive({
email: undefined,
password: undefined
email: '',
password: ''
})
async function onSubmit (event: FormSubmitEvent<Schema>) {
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "^1.3.0",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@0.7.5-28454083.00e791c",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@0.7.5-28455036.3e69602",
"@nuxthq/studio": "^1.0.10",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
Expand All @@ -21,16 +21,16 @@
"@vueuse/nuxt": "^10.7.2",
"date-fns": "^3.3.1",
"eslint": "^8.56.0",
"joi": "^17.11.1",
"nuxt": "^3.10.0",
"joi": "^17.12.1",
"nuxt": "^3.10.1",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-component-meta": "^0.6.3",
"nuxt-og-image": "^2.2.4",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"ufo": "^1.3.2",
"ufo": "^1.4.0",
"v-calendar": "^3.1.2",
"valibot": "^0.25.0",
"valibot": "^0.28.1",
"yup": "^1.3.3",
"zod": "^3.22.4"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "^1.7.18",
"@iconify-json/heroicons": "^1.1.19",
"@nuxt/kit": "^3.10.0",
"@nuxt/kit": "^3.10.1",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.11.3",
"@popperjs/core": "^2.11.8",
Expand All @@ -53,7 +53,7 @@
"nuxt-icon": "^0.6.8",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"scule": "^1.2.0",
"scule": "^1.3.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1"
},
Expand All @@ -65,21 +65,21 @@
"@vue/test-utils": "^2.4.4",
"eslint": "^8.56.0",
"happy-dom": "^13.3.8",
"joi": "^17.11.1",
"nuxt": "^3.10.0",
"joi": "^17.12.1",
"nuxt": "^3.10.1",
"release-it": "^17.0.3",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"valibot": "^0.25.0",
"valibot": "^0.28.1",
"vitest": "^1.2.2",
"vitest-environment-nuxt": "^1.0.0",
"vue-tsc": "^1.8.27",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
"resolutions": {
"@nuxt/kit": "3.10.0",
"@nuxt/schema": "3.10.0",
"@nuxt/kit": "^3.10.1",
"@nuxt/schema": "3.10.1",
"tailwindcss": "3.4.1",
"@headlessui/vue": "1.7.18",
"vue": "3.4.15"
Expand Down
Loading

0 comments on commit 98a2d0f

Please sign in to comment.