chore(deps): fix tailwindcss version specifier (#3188)

This commit is contained in:
Typed SIGTERM
2025-01-28 17:03:22 +08:00
committed by GitHub
parent 2703498fe5
commit 527631d2d1
2 changed files with 6 additions and 6 deletions

View File

@@ -82,8 +82,8 @@
"@nuxt/kit": "^3.15.3",
"@nuxt/schema": "^3.15.3",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/postcss": "4.0.0",
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"@tanstack/vue-table": "^8.20.5",
"@unhead/vue": "^1.11.18",
"@vueuse/core": "^12.5.0",
@@ -109,7 +109,7 @@
"scule": "^1.3.0",
"sirv": "^3.0.0",
"tailwind-variants": "^0.3.1",
"tailwindcss": "4.0.0",
"tailwindcss": "^4.0.0",
"tinyglobby": "^0.2.10",
"unplugin": "^2.1.2",
"unplugin-auto-import": "^19.0.0",

6
pnpm-lock.yaml generated
View File

@@ -48,10 +48,10 @@ importers:
specifier: ^3.5.2
version: 3.5.2(magicast@0.3.5)(rollup@4.32.0)
'@tailwindcss/postcss':
specifier: 4.0.0
specifier: ^4.0.0
version: 4.0.0
'@tailwindcss/vite':
specifier: 4.0.0
specifier: ^4.0.0
version: 4.0.0(vite@6.0.11(@types/node@22.10.10)(jiti@2.4.2)(lightningcss@1.29.1)(terser@5.37.0)(yaml@2.7.0))
'@tanstack/vue-table':
specifier: ^8.20.5
@@ -129,7 +129,7 @@ importers:
specifier: ^0.3.1
version: 0.3.1(tailwindcss@4.0.0)
tailwindcss:
specifier: 4.0.0
specifier: ^4.0.0
version: 4.0.0
tinyglobby:
specifier: ^0.2.10