chore(deps-dev): bump postcss-import from 15.1.0 to 16.0.0 (#1256)
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.1.0 to 16.0.0. - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-import/compare/15.1.0...16.0.0) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c45d34d959
commit
5c1f55e22e
|
|
@ -200,7 +200,7 @@
|
|||
"husky": "8.0.3",
|
||||
"lint-staged": "15.2.0",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-import": "15.1.0",
|
||||
"postcss-import": "16.0.0",
|
||||
"postcss-preset-mantine": "^1.12.3",
|
||||
"postcss-prune-var": "1.1.1",
|
||||
"postcss-simple-vars": "^7.0.1",
|
||||
|
|
|
|||
|
|
@ -512,8 +512,8 @@ devDependencies:
|
|||
specifier: ^8.4.32
|
||||
version: 8.4.32
|
||||
postcss-import:
|
||||
specifier: 15.1.0
|
||||
version: 15.1.0(postcss@8.4.32)
|
||||
specifier: 16.0.0
|
||||
version: 16.0.0(postcss@8.4.32)
|
||||
postcss-preset-mantine:
|
||||
specifier: ^1.12.3
|
||||
version: 1.12.3(postcss@8.4.32)
|
||||
|
|
@ -11643,7 +11643,19 @@ packages:
|
|||
postcss: 8.4.32
|
||||
postcss-value-parser: 4.2.0
|
||||
read-cache: 1.0.0
|
||||
resolve: 1.22.6
|
||||
resolve: 1.22.8
|
||||
|
||||
/postcss-import@16.0.0(postcss@8.4.32):
|
||||
resolution: {integrity: sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
postcss: ^8.0.0
|
||||
dependencies:
|
||||
postcss: 8.4.32
|
||||
postcss-value-parser: 4.2.0
|
||||
read-cache: 1.0.0
|
||||
resolve: 1.22.8
|
||||
dev: true
|
||||
|
||||
/postcss-js@4.0.1(postcss@8.4.32):
|
||||
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
|
||||
|
|
@ -12609,14 +12621,6 @@ packages:
|
|||
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
||||
dev: true
|
||||
|
||||
/resolve@1.22.6:
|
||||
resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
is-core-module: 2.13.1
|
||||
path-parse: 1.0.7
|
||||
supports-preserve-symlinks-flag: 1.0.0
|
||||
|
||||
/resolve@1.22.8:
|
||||
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
|
||||
hasBin: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue