mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 03:10:42 +01:00
chore: update resolutions
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "@nuxt/ui",
|
||||
"version": "2.15.0",
|
||||
"repository": "nuxt/ui",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nuxt/ui.git"
|
||||
},
|
||||
"homepage": "https://ui.nuxt.com",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -36,6 +39,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^3.11.1",
|
||||
"@nuxt/schema": "^3.11.1",
|
||||
"@nuxtjs/color-mode": "^3.3.3",
|
||||
"@tailwindcss/postcss": "4.0.0-alpha.10",
|
||||
"@tailwindcss/vite": "4.0.0-alpha.10",
|
||||
@@ -48,18 +52,16 @@
|
||||
"tailwindcss": "4.0.0-alpha.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.30",
|
||||
"@nuxt/eslint-config": "^0.2.0",
|
||||
"@nuxt/module-builder": "^0.5.5",
|
||||
"@nuxt/schema": "^3.11.1",
|
||||
"@nuxt/test-utils": "^3.12.0",
|
||||
"@nuxt/ui-dev": "workspace:*",
|
||||
"@release-it/conventional-changelog": "^8.0.1",
|
||||
"@vue/test-utils": "^2.4.5",
|
||||
"eslint": "^8.57.0",
|
||||
"happy-dom": "^14.3.9",
|
||||
"joi": "^17.12.2",
|
||||
"nuxt": "^3.11.1",
|
||||
"nuxt-ui-dev-module": "workspace:*",
|
||||
"release-it": "^17.1.1",
|
||||
"valibot": "^0.30.0",
|
||||
"vitest": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user