fix(deps): update dependency postcss-preset-env to v10.0.3
This commit is contained in:
parent
a6b84ab591
commit
d793e8f526
31
package-lock.json
generated
31
package-lock.json
generated
@ -2816,9 +2816,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/cssdb": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.1.0.tgz",
|
||||
"integrity": "sha512-BQN57lfS4dYt2iL0LgyrlDbefZKEtUyrO8rbzrbGrqBk6OoyNTQLF+porY9DrpDBjLo4NEvj2IJttC7vf3x+Ew==",
|
||||
"version": "8.1.1",
|
||||
"resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.1.1.tgz",
|
||||
"integrity": "sha512-kRbSRgZoxtZNl5snb3nOzBkFOt5AwnephcUTIEFc2DebKG9PN50/cHarlwOooTxYQ/gxsnKs3BxykhNLmfvyLg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
@ -2828,7 +2828,8 @@
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/csstools"
|
||||
}
|
||||
]
|
||||
],
|
||||
"license": "MIT-0"
|
||||
},
|
||||
"node_modules/cssesc": {
|
||||
"version": "3.0.0",
|
||||
@ -6400,9 +6401,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-opacity-percentage": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-2.0.0.tgz",
|
||||
"integrity": "sha512-lyDrCOtntq5Y1JZpBFzIWm2wG9kbEdujpNt4NLannF+J9c8CgFIzPa80YQfdza+Y+yFfzbYj/rfoOsYsooUWTQ==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz",
|
||||
"integrity": "sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "kofi",
|
||||
@ -6413,11 +6414,12 @@
|
||||
"url": "https://liberapay.com/mrcgrtz"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^14 || ^16 || >=18"
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.2"
|
||||
"postcss": "^8.4"
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-ordered-values": {
|
||||
@ -6492,9 +6494,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-preset-env": {
|
||||
"version": "10.0.2",
|
||||
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.0.2.tgz",
|
||||
"integrity": "sha512-PMxqnz0RQYMUmUi6p4P7BhC9EVGyEUCIdwn4vJ7Fy1jvc2QP4mMH75BSBB1mBFqjl3x4xYwyCNMhGZ8y0+/qOA==",
|
||||
"version": "10.0.3",
|
||||
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.0.3.tgz",
|
||||
"integrity": "sha512-1nrZ4IeBXEEj53IMoRKE+k/Ub6nQb3gFjaxTeyUNG5zv3JQclFDY5GKKhAi3nsa1lnPMWgzQX+/1y6wUt2+I7Q==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
@ -6505,6 +6507,7 @@
|
||||
"url": "https://opencollective.com/csstools"
|
||||
}
|
||||
],
|
||||
"license": "MIT-0",
|
||||
"dependencies": {
|
||||
"@csstools/postcss-cascade-layers": "^5.0.0",
|
||||
"@csstools/postcss-color-function": "^4.0.2",
|
||||
@ -6541,7 +6544,7 @@
|
||||
"css-blank-pseudo": "^7.0.0",
|
||||
"css-has-pseudo": "^7.0.0",
|
||||
"css-prefers-color-scheme": "^10.0.0",
|
||||
"cssdb": "^8.1.0",
|
||||
"cssdb": "^8.1.1",
|
||||
"postcss-attribute-case-insensitive": "^7.0.0",
|
||||
"postcss-clamp": "^4.1.0",
|
||||
"postcss-color-functional-notation": "^7.0.2",
|
||||
@ -6560,7 +6563,7 @@
|
||||
"postcss-lab-function": "^7.0.2",
|
||||
"postcss-logical": "^8.0.0",
|
||||
"postcss-nesting": "^13.0.0",
|
||||
"postcss-opacity-percentage": "^2.0.0",
|
||||
"postcss-opacity-percentage": "^3.0.0",
|
||||
"postcss-overflow-shorthand": "^6.0.0",
|
||||
"postcss-page-break": "^3.0.4",
|
||||
"postcss-place": "^10.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user