mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
a40e064448
Bumps the npm_and_yarn group with 1 update in the /packages/tailwind-config directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.6 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
488 B
JSON
23 lines
488 B
JSON
{
|
|
"name": "@plane/tailwind-config",
|
|
"version": "1.3.1",
|
|
"private": true,
|
|
"description": "common tailwind configuration across monorepo",
|
|
"license": "AGPL-3.0",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"main": "tailwind.config.js",
|
|
"exports": {
|
|
"./index.css": "./index.css",
|
|
"./postcss.config.js": "./postcss.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "4.1.17",
|
|
"postcss": "8.5.10"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "4.1.17"
|
|
}
|
|
}
|