Merge pull request #32 from Kizuren/dependabot/npm_and_yarn/tailwindcss-4.1.16

Bump tailwindcss from 4.1.13 to 4.1.16
This commit is contained in:
Kizuren 2025-10-28 15:26:02 +01:00 committed by GitHub
commit ce8f3e183a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View file

@ -23,7 +23,7 @@
"eslint": "^9.38.0",
"nuxt": "^4.1.2",
"sass": "^1.93.2",
"tailwindcss": "^4.1.13",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
@ -5279,6 +5279,12 @@
"node": ">= 10"
}
},
"node_modules/@tailwindcss/postcss/node_modules/tailwindcss": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz",
"integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==",
"license": "MIT"
},
"node_modules/@tailwindcss/typography": {
"version": "0.5.19",
"resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
@ -15945,9 +15951,9 @@
}
},
"node_modules/tailwindcss": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz",
"integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==",
"version": "4.1.16",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz",
"integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==",
"license": "MIT"
},
"node_modules/tapable": {

View file

@ -26,7 +26,7 @@
"eslint": "^9.38.0",
"nuxt": "^4.1.2",
"sass": "^1.93.2",
"tailwindcss": "^4.1.13",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1"