Compare commits

...

3 Commits

Author SHA1 Message Date
9260d71c54 chore(deps): update dependency tailwindcss-themer to v3.1.3 2025-02-09 17:02:54 +00:00
ngn
b8cc5e4121 Merge pull request 'fix(deps): update dependency @tailwindcss/forms to v0.5.10' (#12) from renovate/tailwindcss-forms-0.x-lockfile into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 1m27s
Reviewed-on: #12
2025-02-09 19:15:13 +03:00
5403e39b39 fix(deps): update dependency @tailwindcss/forms to v0.5.10 2025-02-05 17:03:03 +00:00

16
package-lock.json generated
View File

@ -3278,14 +3278,15 @@
} }
}, },
"node_modules/@tailwindcss/forms": { "node_modules/@tailwindcss/forms": {
"version": "0.5.3", "version": "0.5.10",
"resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz", "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.10.tgz",
"integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==", "integrity": "sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw==",
"license": "MIT",
"dependencies": { "dependencies": {
"mini-svg-data-uri": "^1.2.3" "mini-svg-data-uri": "^1.2.3"
}, },
"peerDependencies": { "peerDependencies": {
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1"
} }
}, },
"node_modules/@tailwindcss/typography": { "node_modules/@tailwindcss/typography": {
@ -14505,10 +14506,11 @@
} }
}, },
"node_modules/tailwindcss-themer": { "node_modules/tailwindcss-themer": {
"version": "3.1.0", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/tailwindcss-themer/-/tailwindcss-themer-3.1.0.tgz", "resolved": "https://registry.npmjs.org/tailwindcss-themer/-/tailwindcss-themer-3.1.3.tgz",
"integrity": "sha512-IfgxpCxWm5rRK3Q7aTvVyhQ/7tyyn8EJl5tFak5tS+/n8oXT7OGfv8praYepR7+IsM92waAuBDZng1HgnstrYA==", "integrity": "sha512-P9f0cBXNZ744EdbEdCta56mGsoWWRLyTaek2D2KAhqeIpOoPzDTohh+F3hfPQpM/qw4kVlitptXiwdl0tFgipg==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"color": "^4.1.0", "color": "^4.1.0",
"just-unique": "^4.2.0", "just-unique": "^4.2.0",