Skip to content

Commit dd71065

Browse files
chore(deps-dev): bump the node-minor-and-patch group with 5 updates (#143)
Bumps the node-minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli) | `4.1.17` | `4.1.18` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.17` | `4.1.18` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.22` | `10.4.23` | | [npm](https://github.com/npm/cli) | `11.6.4` | `11.7.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.17` | `4.1.18` | Updates `@tailwindcss/cli` from 4.1.17 to 4.1.18 - [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.18/packages/@tailwindcss-cli) Updates `@tailwindcss/postcss` from 4.1.17 to 4.1.18 - [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.18/packages/@tailwindcss-postcss) Updates `autoprefixer` from 10.4.22 to 10.4.23 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.22...10.4.23) Updates `npm` from 11.6.4 to 11.7.0 - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](npm/cli@v11.6.4...v11.7.0) Updates `tailwindcss` from 4.1.17 to 4.1.18 - [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.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/cli" dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: "@tailwindcss/postcss" dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: autoprefixer dependency-version: 10.4.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-minor-and-patch - dependency-name: npm dependency-version: 11.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-minor-and-patch - dependency-name: tailwindcss dependency-version: 4.1.18 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 7fdf5be commit dd71065

File tree

2 files changed

+122
-129
lines changed

2 files changed

+122
-129
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
99
},
1010
"devDependencies": {
11-
"@tailwindcss/cli": "^4.1.17",
11+
"@tailwindcss/cli": "^4.1.18",
1212
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
13-
"@tailwindcss/postcss": "^4.1.17",
13+
"@tailwindcss/postcss": "^4.1.18",
1414
"@tailwindcss/typography": "^0.5.19",
15-
"autoprefixer": "^10.4.22",
15+
"autoprefixer": "^10.4.23",
1616
"install": "^0.13.0",
17-
"npm": "^11.6.4",
17+
"npm": "^11.7.0",
1818
"postcss": "^8.5.6",
1919
"postcss-cli": "^11.0.1",
2020
"postcss-color-converter": "^1.2.1",
@@ -29,7 +29,7 @@
2929
"prettier-plugin-toml": "^2.0.6",
3030
"stylelint": "^16.26.1",
3131
"stylelint-config-recommended": "^17.0.0",
32-
"tailwindcss": "^4.1.17"
32+
"tailwindcss": "^4.1.18"
3333
},
3434
"postcss": {
3535
"map": false,

0 commit comments

Comments
 (0)