Replace postcss-nesting with postcss-nested

This commit is contained in:
Oliver Davies 2018-10-25 01:29:43 +01:00
parent d524a13249
commit 2464bb7598
3 changed files with 6 additions and 5 deletions

View file

@ -19,6 +19,6 @@
}, },
"dependencies": { "dependencies": {
"postcss-import": "^12.0.1", "postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.0" "postcss-nested": "^4.1.0"
} }
} }

View file

@ -23,7 +23,7 @@ mix.disableNotifications()
.options({ .options({
postCss: [ postCss: [
require('postcss-import')(), require('postcss-import')(),
require('postcss-nesting')(), require('postcss-nested')(),
], ],
processCssUrls: false, processCssUrls: false,
}); });

View file

@ -4592,11 +4592,12 @@ postcss-nested@^3.0.0:
postcss "^6.0.14" postcss "^6.0.14"
postcss-selector-parser "^3.1.1" postcss-selector-parser "^3.1.1"
postcss-nesting@^7.0.0: postcss-nested@^4.1.0:
version "7.0.0" version "4.1.0"
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.0.tgz#6e26a770a0c8fcba33782a6b6f350845e1a448f6" resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-4.1.0.tgz#271da8a047f2ee378139410ae2400b1c67d0bf30"
dependencies: dependencies:
postcss "^7.0.2" postcss "^7.0.2"
postcss-selector-parser "^3.1.1"
postcss-normalize-charset@^1.1.0: postcss-normalize-charset@^1.1.0:
version "1.1.1" version "1.1.1"