@storefront-ui/tailwind-config
Advanced tools
Comparing version 2.5.0 to 2.5.1
# @storefront-ui/tailwind-config | ||
## 2.5.1 | ||
### Patch Changes | ||
- [#3132](https://github.com/vuestorefront/storefront-ui/pull/3132) [`19fa774`](https://github.com/vuestorefront/storefront-ui/commit/19fa774b38a05801256ced7c8af7731ea19defb9) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - Update dependencies | ||
- Updated dependencies [[`19fa774`](https://github.com/vuestorefront/storefront-ui/commit/19fa774b38a05801256ced7c8af7731ea19defb9)]: | ||
- @storefront-ui/tw-plugin-peer-next@2.3.3 | ||
## 2.5.0 | ||
@@ -4,0 +13,0 @@ |
@@ -1,1 +0,4 @@ | ||
export * from './packages/config/tailwind/index' | ||
import { Config } from 'tailwindcss'; | ||
export declare const tailwindConfig: Config; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@storefront-ui/tailwind-config", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"license": "MIT", | ||
@@ -14,2 +14,3 @@ "sideEffects": false, | ||
}, | ||
"type": "module", | ||
"source": "index.ts", | ||
@@ -33,9 +34,9 @@ "main": "dist/index.mjs", | ||
"devDependencies": { | ||
"typescript": "^4.9.5", | ||
"vite": "^4.3.0", | ||
"vite-plugin-dts": "^2.0.0-beta.1" | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.1", | ||
"vite-plugin-dts": "^3.9.1" | ||
}, | ||
"dependencies": { | ||
"@mertasan/tailwindcss-variables": "^2.5.2", | ||
"@storefront-ui/tw-plugin-peer-next": "2.3.2" | ||
"@storefront-ui/tw-plugin-peer-next": "2.3.3" | ||
}, | ||
@@ -42,0 +43,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
277466
9
5743
Yes
+ Added@storefront-ui/tw-plugin-peer-next@2.3.3(transitive)
- Removed@storefront-ui/tw-plugin-peer-next@2.3.2(transitive)