tailwind-merge
Advanced tools
Comparing version 2.5.2-dev.34753fec69281e1f001a4129b6518b2e589eb28f to 2.5.2-dev.9a68667c3a6710512dedcee4e74cbd60dbe57f38
{ | ||
"name": "tailwind-merge", | ||
"version": "2.5.2-dev.34753fec69281e1f001a4129b6518b2e589eb28f", | ||
"version": "2.5.2-dev.9a68667c3a6710512dedcee4e74cbd60dbe57f38", | ||
"description": "Merge Tailwind CSS classes without style conflicts", | ||
@@ -54,5 +54,5 @@ "keywords": [ | ||
"build": "rollup --config scripts/rollup.config.mjs", | ||
"bench": "vitest bench --run", | ||
"test": "jest test --config scripts/jest.config.mjs --coverage", | ||
"test:watch": "jest test --config scripts/jest.config.mjs --watch", | ||
"bench": "vitest bench --config scripts/vitest.config.mts", | ||
"test": "vitest --config scripts/vitest.config.mts --coverage", | ||
"test:watch": "vitest --config scripts/vitest.config.mts", | ||
"test:exports": "node scripts/test-built-package-exports.cjs && node scripts/test-built-package-exports.mjs", | ||
@@ -67,3 +67,3 @@ "lint": "eslint --max-warnings 0 '**'", | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.3", | ||
"@babel/preset-env": "^7.25.4", | ||
"@codspeed/vitest-plugin": "^3.1.1", | ||
@@ -73,5 +73,5 @@ "@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^8.0.1", | ||
"@typescript-eslint/parser": "^8.0.1", | ||
"@typescript-eslint/eslint-plugin": "^8.3.0", | ||
"@typescript-eslint/parser": "^8.3.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"babel-plugin-annotate-pure-calls": "^0.4.0", | ||
@@ -81,14 +81,11 @@ "babel-plugin-polyfill-regenerator": "^0.6.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^28.6.0", | ||
"globby": "^11.1.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.19.1", | ||
"rollup": "^4.21.2", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"ts-jest": "^29.2.3", | ||
"tslib": "^2.6.3", | ||
"tslib": "^2.7.0", | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5", | ||
"zx": "^8.1.4" | ||
"zx": "^8.1.5" | ||
}, | ||
@@ -95,0 +92,0 @@ "publishConfig": { |
@@ -6,3 +6,3 @@ <!-- This file is autogenerated. If you want to change this content, please do the changes in `./docs/README.md` instead. --> | ||
<a href="https://github.com/dcastil/tailwind-merge"> | ||
<img src="https://github.com/dcastil/tailwind-merge/raw/34753fec69281e1f001a4129b6518b2e589eb28f/assets/logo.svg" alt="tailwind-merge" height="150px" /> | ||
<img src="https://github.com/dcastil/tailwind-merge/raw/9a68667c3a6710512dedcee4e74cbd60dbe57f38/assets/logo.svg" alt="tailwind-merge" height="150px" /> | ||
</a> | ||
@@ -29,12 +29,12 @@ </div> | ||
- [What is it for](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/what-is-it-for.md) | ||
- [When and how to use it](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/when-and-how-to-use-it.md) | ||
- [Features](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/features.md) | ||
- [Limitations](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/limitations.md) | ||
- [Configuration](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/configuration.md) | ||
- [Recipes](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/recipes.md) | ||
- [API reference](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/api-reference.md) | ||
- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/writing-plugins.md) | ||
- [Versioning](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/versioning.md) | ||
- [Contributing](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/contributing.md) | ||
- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/34753fec69281e1f001a4129b6518b2e589eb28f/docs/similar-packages.md) | ||
- [What is it for](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/what-is-it-for.md) | ||
- [When and how to use it](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/when-and-how-to-use-it.md) | ||
- [Features](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/features.md) | ||
- [Limitations](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/limitations.md) | ||
- [Configuration](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/configuration.md) | ||
- [Recipes](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/recipes.md) | ||
- [API reference](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/api-reference.md) | ||
- [Writing plugins](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/writing-plugins.md) | ||
- [Versioning](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/versioning.md) | ||
- [Contributing](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/contributing.md) | ||
- [Similar packages](https://github.com/dcastil/tailwind-merge/tree/9a68667c3a6710512dedcee4e74cbd60dbe57f38/docs/similar-packages.md) |
22
709205