Browse Source

build(deps-dev): bump tailwindcss from 3.4.13 to 3.4.14 in /src

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

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/1489/head
dependabot[bot] 6 months ago
committed by GitHub
parent
commit
b2ba781b9e
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", "@tailwindcss/forms": "^0.5.9",
"eslint-config-athom": "^3.1.3", "eslint-config-athom": "^3.1.3",
"nodemon": "^3.1.7", "nodemon": "^3.1.7",
"tailwindcss": "^3.4.13" "tailwindcss": "^3.4.14"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@ -4744,9 +4744,9 @@
"peer": true "peer": true
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.4.13", "version": "3.4.14",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz",
"integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@alloc/quick-lru": "^5.2.0", "@alloc/quick-lru": "^5.2.0",

2
src/package.json

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

Loading…
Cancel
Save