Browse Source

build(deps-dev): bump tailwindcss from 3.4.12 to 3.4.13 in /src (#1446)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.12 to 3.4.13.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1454/head
dependabot[bot] 6 months ago
committed by GitHub
parent
commit
e75719b803
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      src/package-lock.json
  2. 2
      src/package.json

8
src/package-lock.json

@ -21,7 +21,7 @@
"@tailwindcss/forms": "^0.5.9",
"eslint-config-athom": "^3.1.3",
"nodemon": "^3.1.7",
"tailwindcss": "^3.4.12"
"tailwindcss": "^3.4.13"
},
"engines": {
"node": ">=18"
@ -4748,9 +4748,9 @@
"peer": true
},
"node_modules/tailwindcss": {
"version": "3.4.12",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz",
"integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==",
"version": "3.4.13",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz",
"integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==",
"dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",

2
src/package.json

@ -27,7 +27,7 @@
"@tailwindcss/forms": "^0.5.9",
"eslint-config-athom": "^3.1.3",
"nodemon": "^3.1.7",
"tailwindcss": "^3.4.12"
"tailwindcss": "^3.4.13"
},
"nodemonConfig": {
"ignore": [

Loading…
Cancel
Save