mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
chore(deps): update
This commit is contained in:
@@ -3,24 +3,24 @@
|
|||||||
"name": "@nuxt/ui-docs",
|
"name": "@nuxt/ui-docs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify-json/heroicons": "^1.1.24",
|
"@iconify-json/heroicons": "^1.2.0",
|
||||||
"@iconify-json/simple-icons": "^1.1.114",
|
"@iconify-json/simple-icons": "^1.2.1",
|
||||||
"@iconify-json/vscode-icons": "^1.1.37",
|
"@iconify-json/vscode-icons": "^1.2.0",
|
||||||
"@nuxt/content": "^2.13.2",
|
"@nuxt/content": "^2.13.2",
|
||||||
"@nuxt/fonts": "^0.7.2",
|
"@nuxt/fonts": "^0.7.2",
|
||||||
"@nuxt/image": "^1.7.0",
|
"@nuxt/image": "^1.8.0",
|
||||||
"@nuxt/ui": "latest",
|
"@nuxt/ui": "latest",
|
||||||
"@nuxt/ui-pro": "file:../../ui-pro2",
|
"@nuxt/ui-pro": "file:../../ui-pro2",
|
||||||
"@nuxtjs/plausible": "^1.0.2",
|
"@nuxtjs/plausible": "^1.0.2",
|
||||||
"@octokit/rest": "^21.0.2",
|
"@octokit/rest": "^21.0.2",
|
||||||
"@vueuse/nuxt": "^11.0.1",
|
"@vueuse/nuxt": "^11.0.3",
|
||||||
"joi": "^17.13.3",
|
"joi": "^17.13.3",
|
||||||
"nuxt": "^3.13.0",
|
"nuxt": "^3.13.0",
|
||||||
"nuxt-component-meta": "^0.7.0",
|
"nuxt-component-meta": "^0.7.0",
|
||||||
"nuxt-og-image": "^3.0.0-rc.65",
|
"nuxt-og-image": "^3.0.0-rc.66",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"ufo": "^1.5.4",
|
"ufo": "^1.5.4",
|
||||||
"valibot": "^0.38.0",
|
"valibot": "^0.41.0",
|
||||||
"yup": "^1.4.0",
|
"yup": "^1.4.0",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
}
|
}
|
||||||
|
|||||||
26
package.json
26
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/ui",
|
"name": "@nuxt/ui",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"packageManager": "pnpm@9.8.0",
|
"packageManager": "pnpm@9.9.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nuxt/ui.git"
|
"url": "git+https://github.com/nuxt/ui.git"
|
||||||
@@ -45,38 +45,38 @@
|
|||||||
"release": "release-it"
|
"release": "release-it"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/icon": "^1.4.8",
|
"@nuxt/icon": "^1.5.0",
|
||||||
"@nuxt/kit": "^3.13.0",
|
"@nuxt/kit": "^3.13.0",
|
||||||
"@nuxt/schema": "^3.13.0",
|
"@nuxt/schema": "^3.13.0",
|
||||||
"@nuxtjs/color-mode": "^3.4.4",
|
"@nuxtjs/color-mode": "^3.4.4",
|
||||||
"@tailwindcss/postcss": "4.0.0-alpha.20",
|
"@tailwindcss/postcss": "4.0.0-alpha.21",
|
||||||
"@tailwindcss/vite": "4.0.0-alpha.20",
|
"@tailwindcss/vite": "4.0.0-alpha.21",
|
||||||
"@vueuse/core": "^11.0.1",
|
"@vueuse/core": "^11.0.3",
|
||||||
"@vueuse/integrations": "^11.0.1",
|
"@vueuse/integrations": "^11.0.3",
|
||||||
"defu": "^6.1.4",
|
"defu": "^6.1.4",
|
||||||
"fuse.js": "^7.0.0",
|
"fuse.js": "^7.0.0",
|
||||||
"ohash": "^1.1.3",
|
"ohash": "^1.1.3",
|
||||||
"radix-vue": "^1.9.4",
|
"radix-vue": "^1.9.5",
|
||||||
"scule": "^1.3.0",
|
"scule": "^1.3.0",
|
||||||
"tailwind-variants": "^0.2.1",
|
"tailwind-variants": "^0.2.1",
|
||||||
"tailwindcss": "4.0.0-alpha.20",
|
"tailwindcss": "4.0.0-alpha.21",
|
||||||
"vaul-vue": "^0.2.0"
|
"vaul-vue": "^0.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/eslint-config": "^0.5.2",
|
"@nuxt/eslint-config": "^0.5.5",
|
||||||
"@nuxt/module-builder": "^0.8.3",
|
"@nuxt/module-builder": "^0.8.3",
|
||||||
"@nuxt/test-utils": "^3.14.1",
|
"@nuxt/test-utils": "^3.14.1",
|
||||||
"@release-it/conventional-changelog": "^8.0.1",
|
"@release-it/conventional-changelog": "^8.0.1",
|
||||||
"@vue/test-utils": "^2.4.6",
|
"@vue/test-utils": "^2.4.6",
|
||||||
"eslint": "^9.9.0",
|
"eslint": "^9.9.1",
|
||||||
"happy-dom": "^15.0.0",
|
"happy-dom": "^15.7.3",
|
||||||
"joi": "^17.13.3",
|
"joi": "^17.13.3",
|
||||||
"nuxt": "^3.13.0",
|
"nuxt": "^3.13.0",
|
||||||
"release-it": "^17.6.0",
|
"release-it": "^17.6.0",
|
||||||
"valibot": "^0.38.0",
|
"valibot": "^0.41.0",
|
||||||
"vitest": "^2.0.5",
|
"vitest": "^2.0.5",
|
||||||
"vitest-environment-nuxt": "^1.0.1",
|
"vitest-environment-nuxt": "^1.0.1",
|
||||||
"vue-tsc": "^2.0.29",
|
"vue-tsc": "^2.1.4",
|
||||||
"yup": "^1.4.0",
|
"yup": "^1.4.0",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
|
|||||||
2881
pnpm-lock.yaml
generated
2881
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user