Skip to content

Commit fc0f8bf

Browse files
chore(deps-dev): bump the node-minor-and-patch group with 6 updates (#69)
Bumps the node-minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli) | `4.1.5` | `4.1.6` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.5` | `4.1.6` | | [prettier-plugin-pkg](https://github.com/un-ts/prettier) | `0.19.0` | `0.19.1` | | [prettier-plugin-sh](https://github.com/un-ts/prettier) | `0.17.2` | `0.17.4` | | [prettier-plugin-toml](https://github.com/un-ts/prettier) | `2.0.4` | `2.0.5` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.5` | `4.1.6` | Updates `@tailwindcss/cli` from 4.1.5 to 4.1.6 - [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.6/packages/@tailwindcss-cli) Updates `@tailwindcss/postcss` from 4.1.5 to 4.1.6 - [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.6/packages/@tailwindcss-postcss) Updates `prettier-plugin-pkg` from 0.19.0 to 0.19.1 - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/[email protected]@0.19.1) Updates `prettier-plugin-sh` from 0.17.2 to 0.17.4 - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/[email protected]@0.17.4) Updates `prettier-plugin-toml` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/[email protected]@2.0.5) Updates `tailwindcss` from 4.1.5 to 4.1.6 - [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.6/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/cli" dependency-version: 4.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: prettier-plugin-pkg dependency-version: 0.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: prettier-plugin-sh dependency-version: 0.17.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: prettier-plugin-toml dependency-version: 2.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: tailwindcss dependency-version: 4.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcd42fe commit fc0f8bf

File tree

2 files changed

+220
-109
lines changed

2 files changed

+220
-109
lines changed

package.json

Lines changed: 6 additions & 6 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.5",
11+
"@tailwindcss/cli": "^4.1.6",
1212
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
13-
"@tailwindcss/postcss": "^4.1.5",
13+
"@tailwindcss/postcss": "^4.1.6",
1414
"@tailwindcss/typography": "^0.5.16",
1515
"autoprefixer": "^10.4.21",
1616
"install": "^0.13.0",
@@ -23,13 +23,13 @@
2323
"prettier-plugin-css-order": "^2.1.2",
2424
"prettier-plugin-go-template": "^0.0.15",
2525
"prettier-plugin-organize-attributes": "^1.0.0",
26-
"prettier-plugin-pkg": "^0.19.0",
27-
"prettier-plugin-sh": "^0.17.2",
26+
"prettier-plugin-pkg": "^0.19.1",
27+
"prettier-plugin-sh": "^0.17.4",
2828
"prettier-plugin-tailwindcss": "^0.6.11",
29-
"prettier-plugin-toml": "^2.0.4",
29+
"prettier-plugin-toml": "^2.0.5",
3030
"stylelint": "^16.19.1",
3131
"stylelint-config-recommended": "^16.0.0",
32-
"tailwindcss": "^4.1.5"
32+
"tailwindcss": "^4.1.6"
3333
},
3434
"postcss": {
3535
"map": false,

0 commit comments

Comments
 (0)