Skip to content

Commit 0d10768

Browse files
chore(deps-dev): bump the node-minor-and-patch group with 3 updates (#119)
Bumps the node-minor-and-patch group with 3 updates: [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli), [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@tailwindcss/cli` from 4.1.14 to 4.1.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/@tailwindcss-cli) Updates `@tailwindcss/postcss` from 4.1.14 to 4.1.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/@tailwindcss-postcss) Updates `tailwindcss` from 4.1.14 to 4.1.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/cli" dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: tailwindcss dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1319339 commit 0d10768

File tree

2 files changed

+145
-184
lines changed

2 files changed

+145
-184
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
99
},
1010
"devDependencies": {
11-
"@tailwindcss/cli": "^4.1.14",
11+
"@tailwindcss/cli": "^4.1.16",
1212
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
13-
"@tailwindcss/postcss": "^4.1.14",
13+
"@tailwindcss/postcss": "^4.1.16",
1414
"@tailwindcss/typography": "^0.5.19",
1515
"autoprefixer": "^10.4.21",
1616
"install": "^0.13.0",
@@ -29,7 +29,7 @@
2929
"prettier-plugin-toml": "^2.0.6",
3030
"stylelint": "^16.25.0",
3131
"stylelint-config-recommended": "^17.0.0",
32-
"tailwindcss": "^4.1.14"
32+
"tailwindcss": "^4.1.16"
3333
},
3434
"postcss": {
3535
"map": false,

0 commit comments

Comments
 (0)