mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(deps): update all non-major dependencies (#810)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { string, objectAsync, email, minLength, Input } from 'valibot'
|
||||
import { string, objectAsync, email, minLength, type Input } from 'valibot'
|
||||
import type { FormSubmitEvent } from '#ui/types'
|
||||
|
||||
const schema = objectAsync({
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { object, string, InferType } from 'yup'
|
||||
import { object, string, type InferType } from 'yup'
|
||||
import type { FormSubmitEvent } from '#ui/types'
|
||||
|
||||
const schema = object({
|
||||
|
||||
@@ -7,6 +7,7 @@ import pkg from '../package.json'
|
||||
const { resolve } = createResolver(import.meta.url)
|
||||
|
||||
export default defineNuxtConfig({
|
||||
// @ts-ignore
|
||||
extends: process.env.NUXT_UI_PRO_PATH || '@nuxt/ui-pro',
|
||||
modules: [
|
||||
'@nuxt/content',
|
||||
|
||||
@@ -5,27 +5,27 @@
|
||||
"@nuxt/ui": "workspace:latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/heroicons": "^1.1.12",
|
||||
"@iconify-json/simple-icons": "^1.1.74",
|
||||
"@iconify-json/heroicons": "^1.1.13",
|
||||
"@iconify-json/simple-icons": "^1.1.76",
|
||||
"@nuxt/content": "^2.8.5",
|
||||
"@nuxt/devtools": "^0.8.5",
|
||||
"@nuxt/eslint-config": "^0.2.0",
|
||||
"@nuxt/ui-pro": "^0.3.1",
|
||||
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@0.3.1-28304178.1b14f22",
|
||||
"@nuxthq/studio": "^1.0.2",
|
||||
"@nuxtjs/fontaine": "^0.4.1",
|
||||
"@nuxtjs/google-fonts": "^3.0.2",
|
||||
"@nuxtjs/plausible": "^0.2.3",
|
||||
"@vueuse/nuxt": "^10.5.0",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint": "^8.52.0",
|
||||
"joi": "^17.11.0",
|
||||
"nuxt": "^3.7.4",
|
||||
"nuxt": "^3.8.0",
|
||||
"nuxt-cloudflare-analytics": "^1.0.8",
|
||||
"nuxt-component-meta": "^0.5.4",
|
||||
"nuxt-og-image": "^2.1.2",
|
||||
"nuxt-og-image": "^2.1.3",
|
||||
"prettier": "^3.0.3",
|
||||
"typescript": "^5.2.2",
|
||||
"ufo": "^1.3.1",
|
||||
"v-calendar": "^3.1.1",
|
||||
"v-calendar": "^3.1.2",
|
||||
"valibot": "^0.19.0",
|
||||
"yup": "^1.3.2",
|
||||
"zod": "^3.22.4"
|
||||
|
||||
16
package.json
16
package.json
@@ -30,11 +30,11 @@
|
||||
"release": "release-it"
|
||||
},
|
||||
"dependencies": {
|
||||
"@egoist/tailwindcss-icons": "^1.3.3",
|
||||
"@egoist/tailwindcss-icons": "^1.4.0",
|
||||
"@headlessui/tailwindcss": "^0.2.0",
|
||||
"@headlessui/vue": "^1.7.16",
|
||||
"@iconify-json/heroicons": "^1.1.12",
|
||||
"@nuxt/kit": "^3.7.4",
|
||||
"@iconify-json/heroicons": "^1.1.13",
|
||||
"@nuxt/kit": "^3.8.0",
|
||||
"@nuxtjs/color-mode": "^3.3.0",
|
||||
"@nuxtjs/tailwindcss": "^6.8.0",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
@@ -45,26 +45,26 @@
|
||||
"@vueuse/core": "^10.5.0",
|
||||
"@vueuse/integrations": "^10.5.0",
|
||||
"@vueuse/math": "^10.5.0",
|
||||
"defu": "^6.1.2",
|
||||
"defu": "^6.1.3",
|
||||
"fuse.js": "^6.6.2",
|
||||
"ohash": "^1.1.3",
|
||||
"pathe": "^1.1.1",
|
||||
"scule": "^1.0.0",
|
||||
"tailwind-merge": "^1.14.0",
|
||||
"tailwindcss": "^3.3.3"
|
||||
"tailwindcss": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/eslint-config": "^0.2.0",
|
||||
"@nuxt/module-builder": "^0.5.2",
|
||||
"@release-it/conventional-changelog": "^7.0.2",
|
||||
"eslint": "^8.51.0",
|
||||
"eslint": "^8.52.0",
|
||||
"joi": "^17.11.0",
|
||||
"nuxt": "^3.7.4",
|
||||
"nuxt": "^3.8.0",
|
||||
"release-it": "^16.2.1",
|
||||
"typescript": "^5.2.2",
|
||||
"unbuild": "^2.0.0",
|
||||
"valibot": "^0.19.0",
|
||||
"vue-tsc": "^1.8.19",
|
||||
"vue-tsc": "^1.8.21",
|
||||
"yup": "^1.3.2",
|
||||
"zod": "^3.22.4"
|
||||
}
|
||||
|
||||
1543
pnpm-lock.yaml
generated
1543
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -77,6 +77,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
|
||||
nuxt.options.css.push(resolve(runtimeDir, 'ui.css'))
|
||||
|
||||
// @ts-ignore
|
||||
nuxt.hook('tailwindcss:config', function (tailwindConfig) {
|
||||
const globalColors: any = {
|
||||
...(tailwindConfig.theme.colors || defaultColors),
|
||||
|
||||
Reference in New Issue
Block a user