mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
3.3.7
This commit is contained in:
parent
67fd939d3e
commit
b01283cc9b
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Nothing yet!
|
||||
|
||||
## [3.3.7] - 2023-12-18
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix support for container query utilities with arbitrary values ([#12534](https://github.com/tailwindlabs/tailwindcss/pull/12534))
|
||||
@ -2306,7 +2310,8 @@ No release notes
|
||||
|
||||
- Everything!
|
||||
|
||||
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...HEAD
|
||||
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.7...HEAD
|
||||
[3.3.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...v3.3.7
|
||||
[3.3.6]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.3.6
|
||||
[3.3.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...v3.3.5
|
||||
[3.3.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.3.4
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "tailwindcss",
|
||||
"version": "3.3.6",
|
||||
"version": "3.3.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tailwindcss",
|
||||
"version": "3.3.6",
|
||||
"version": "3.3.7",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"integrations/*",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "tailwindcss",
|
||||
"version": "3.3.6",
|
||||
"version": "3.3.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tailwindcss",
|
||||
"version": "3.3.6",
|
||||
"version": "3.3.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@alloc/quick-lru": "^5.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tailwindcss",
|
||||
"version": "3.3.6",
|
||||
"version": "3.3.7",
|
||||
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tailwindcss",
|
||||
"version": "3.3.6",
|
||||
"version": "3.3.7",
|
||||
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
|
||||
101
standalone-cli/package-lock.json
generated
101
standalone-cli/package-lock.json
generated
@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
"..": {
|
||||
"version": "3.2.7",
|
||||
"version": "3.3.7",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
@ -32,62 +32,57 @@
|
||||
"oxide/crates/node"
|
||||
],
|
||||
"dependencies": {
|
||||
"@alloc/quick-lru": "^5.2.0",
|
||||
"@tailwindcss/oxide": "file:oxide/crates/node",
|
||||
"arg": "^5.0.2",
|
||||
"browserslist": "^4.21.5",
|
||||
"chokidar": "^3.5.3",
|
||||
"color-name": "^1.1.4",
|
||||
"didyoumean": "^1.2.2",
|
||||
"dlv": "^1.1.3",
|
||||
"fast-glob": "^3.2.12",
|
||||
"fast-glob": "^3.3.0",
|
||||
"glob-parent": "^6.0.2",
|
||||
"is-glob": "^4.0.3",
|
||||
"jiti": "^1.17.2",
|
||||
"jiti": "^1.19.1",
|
||||
"lightningcss": "^1.18.0",
|
||||
"lilconfig": "^2.1.0",
|
||||
"micromatch": "^4.0.5",
|
||||
"normalize-path": "^3.0.0",
|
||||
"object-hash": "^3.0.0",
|
||||
"picocolors": "^1.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-import": "^14.1.0",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-js": "^4.0.1",
|
||||
"postcss-load-config": "^3.1.4",
|
||||
"postcss-nested": "6.0.1",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"postcss-selector-parser": "^6.0.11",
|
||||
"postcss-value-parser": "^4.2.0",
|
||||
"quick-lru": "^5.1.1",
|
||||
"resolve": "^1.22.1",
|
||||
"sucrase": "^3.29.0"
|
||||
"resolve": "^1.22.2",
|
||||
"sucrase": "^3.32.0"
|
||||
},
|
||||
"bin": {
|
||||
"tailwind": "lib/cli.js",
|
||||
"tailwindcss": "lib/cli.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc/cli": "0.1.62",
|
||||
"@swc/core": "1.3.41",
|
||||
"@swc/jest": "0.2.24",
|
||||
"@swc/register": "0.1.10",
|
||||
"@swc/cli": "^0.1.62",
|
||||
"@swc/core": "^1.3.55",
|
||||
"@swc/jest": "^0.2.26",
|
||||
"@swc/register": "^0.1.10",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"concurrently": "^7.5.0",
|
||||
"cssnano": "^5.1.15",
|
||||
"esbuild": "^0.17.10",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
"concurrently": "^8.0.1",
|
||||
"cssnano": "^6.0.0",
|
||||
"esbuild": "^0.17.18",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "^29.5.0",
|
||||
"jest-diff": "^29.5.0",
|
||||
"prettier": "^2.8.4",
|
||||
"rimraf": "^4.4.0",
|
||||
"jest": "^29.6.0",
|
||||
"jest-diff": "^29.6.0",
|
||||
"prettier": "^2.8.8",
|
||||
"rimraf": "^5.0.0",
|
||||
"source-map-js": "^1.0.2",
|
||||
"turbo": "^1.8.3"
|
||||
"turbo": "^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.0.9"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
@ -9849,50 +9844,48 @@
|
||||
"tailwindcss": {
|
||||
"version": "file:..",
|
||||
"requires": {
|
||||
"@swc/cli": "0.1.62",
|
||||
"@swc/core": "1.3.41",
|
||||
"@swc/jest": "0.2.24",
|
||||
"@swc/register": "0.1.10",
|
||||
"@alloc/quick-lru": "^5.2.0",
|
||||
"@swc/cli": "^0.1.62",
|
||||
"@swc/core": "^1.3.55",
|
||||
"@swc/jest": "^0.2.26",
|
||||
"@swc/register": "^0.1.10",
|
||||
"@tailwindcss/oxide": "file:oxide/crates/node",
|
||||
"arg": "^5.0.2",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"browserslist": "^4.21.5",
|
||||
"chokidar": "^3.5.3",
|
||||
"color-name": "^1.1.4",
|
||||
"concurrently": "^7.5.0",
|
||||
"cssnano": "^5.1.15",
|
||||
"concurrently": "^8.0.1",
|
||||
"cssnano": "^6.0.0",
|
||||
"didyoumean": "^1.2.2",
|
||||
"dlv": "^1.1.3",
|
||||
"esbuild": "^0.17.10",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
"esbuild": "^0.17.18",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"fast-glob": "^3.2.12",
|
||||
"fast-glob": "^3.3.0",
|
||||
"glob-parent": "^6.0.2",
|
||||
"is-glob": "^4.0.3",
|
||||
"jest": "^29.5.0",
|
||||
"jest-diff": "^29.5.0",
|
||||
"jiti": "^1.17.2",
|
||||
"jest": "^29.6.0",
|
||||
"jest-diff": "^29.6.0",
|
||||
"jiti": "^1.19.1",
|
||||
"lightningcss": "^1.18.0",
|
||||
"lilconfig": "^2.1.0",
|
||||
"micromatch": "^4.0.5",
|
||||
"normalize-path": "^3.0.0",
|
||||
"object-hash": "^3.0.0",
|
||||
"picocolors": "^1.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-import": "^14.1.0",
|
||||
"postcss": "^8.4.23",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-js": "^4.0.1",
|
||||
"postcss-load-config": "^3.1.4",
|
||||
"postcss-nested": "6.0.1",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"postcss-selector-parser": "^6.0.11",
|
||||
"postcss-value-parser": "^4.2.0",
|
||||
"prettier": "^2.8.4",
|
||||
"quick-lru": "^5.1.1",
|
||||
"resolve": "^1.22.1",
|
||||
"rimraf": "^4.4.0",
|
||||
"prettier": "^2.8.8",
|
||||
"resolve": "^1.22.2",
|
||||
"rimraf": "^5.0.0",
|
||||
"source-map-js": "^1.0.2",
|
||||
"sucrase": "^3.29.0",
|
||||
"turbo": "^1.8.3"
|
||||
"sucrase": "^3.32.0",
|
||||
"turbo": "^1.9.3"
|
||||
}
|
||||
},
|
||||
"tar-fs": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user