chore(deps): update dependency postcss-import to v15 #27

Merged
renovate[bot] merged 1 commits from renovate/postcss-import-15.x into develop 2023-06-27 16:13:55 +00:00
2 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@
"esbuild-plugin-postcss2": "0.0.9", "esbuild-plugin-postcss2": "0.0.9",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"postcss": "^8.3.6", "postcss": "^8.3.6",
"postcss-import": "^14.0.2", "postcss-import": "^15.0.0",
"tailwindcss": "^2.2.7" "tailwindcss": "^2.2.7"
} }
}, },
@ -1628,9 +1628,9 @@
} }
}, },
"node_modules/postcss-import": { "node_modules/postcss-import": {
"version": "14.1.0", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"postcss-value-parser": "^4.0.0", "postcss-value-parser": "^4.0.0",
@ -1638,7 +1638,7 @@
"resolve": "^1.1.7" "resolve": "^1.1.7"
}, },
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=14.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"postcss": "^8.0.0" "postcss": "^8.0.0"
@ -3569,9 +3569,9 @@
} }
}, },
"postcss-import": { "postcss-import": {
"version": "14.1.0", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"dev": true, "dev": true,
"requires": { "requires": {
"postcss-value-parser": "^4.0.0", "postcss-value-parser": "^4.0.0",

View File

@ -16,7 +16,7 @@
"esbuild-plugin-postcss2": "0.0.9", "esbuild-plugin-postcss2": "0.0.9",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"postcss": "^8.3.6", "postcss": "^8.3.6",
"postcss-import": "^14.0.2", "postcss-import": "^15.0.0",
"tailwindcss": "^2.2.7" "tailwindcss": "^2.2.7"
} }
} }