diff --git a/package-lock.json b/package-lock.json index 3ece81e9..26905a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@eslint/js": "9.18.0", "@farmfe/cli": "1.0.4", "@farmfe/js-plugin-electron": "1.0.3", - "@farmfe/js-plugin-postcss": "1.11.0", + "@farmfe/js-plugin-postcss": "1.11.1", "@stylistic/eslint-plugin-js": "2.13.0", "@total-typescript/ts-reset": "0.6.1", "@types/color": "4.2.0", @@ -2190,12 +2190,13 @@ "license": "MIT" }, "node_modules/@farmfe/js-plugin-postcss": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@farmfe/js-plugin-postcss/-/js-plugin-postcss-1.11.0.tgz", - "integrity": "sha512-MeJdVYZsvQltw9HKCVN0KXUx/XbG+lEeseop8WWUphZHv/hdGMGgv4MBSIfxp2Eb9LHjqFtKKjrn1/Jk2L3j4A==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@farmfe/js-plugin-postcss/-/js-plugin-postcss-1.11.1.tgz", + "integrity": "sha512-wrnTwmOQ6AhjgAx+g2aanzQoOrY9voxGGBBguWOsJzQZ+FT/MIYcUpZIaen9Ee9F1cWuVOZVGu1v+9vT/KU5fQ==", "dev": true, + "license": "MIT", "peerDependencies": { - "@farmfe/core": "^1.6.0", + "@farmfe/core": "^1.6.6", "postcss": ">=8.0.0" } }, diff --git a/package.json b/package.json index 5a2cba75..c8a326a7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@eslint/js": "9.18.0", "@farmfe/cli": "1.0.4", "@farmfe/js-plugin-electron": "1.0.3", - "@farmfe/js-plugin-postcss": "1.11.0", + "@farmfe/js-plugin-postcss": "1.11.1", "@stylistic/eslint-plugin-js": "2.13.0", "@total-typescript/ts-reset": "0.6.1", "@types/color": "4.2.0",