Skip to content

Commit c4f2362

Browse files
Bump versions of plugins in the Standalone CLI (tailwindlabs#14185)
This PR updates the plugins built into the standalone CLI. The bundled versions here are several versions behind (whoops).
1 parent f65023e commit c4f2362

File tree

3 files changed

+81
-36
lines changed

3 files changed

+81
-36
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Bump versions of plugins in the Standalone CLI ([#14185](https://github.com/tailwindlabs/tailwindcss/pull/14185))
1113

1214
## [3.4.9] - 2024-08-08
1315

standalone-cli/package-lock.json

+74-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

standalone-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"test": "jest"
1616
},
1717
"devDependencies": {
18-
"@tailwindcss/aspect-ratio": "^0.4.0",
19-
"@tailwindcss/container-queries": "^0.1.0",
20-
"@tailwindcss/forms": "^0.5.2",
21-
"@tailwindcss/typography": "^0.5.4",
18+
"@tailwindcss/aspect-ratio": "^0.4.2",
19+
"@tailwindcss/container-queries": "^0.1.1",
20+
"@tailwindcss/forms": "^0.5.7",
21+
"@tailwindcss/typography": "^0.5.14",
2222
"fs-extra": "^10.1.0",
2323
"jest": "^27.2.5",
2424
"move-file-cli": "^3.0.0",

0 commit comments

Comments
 (0)