fix(cli): remove warning if postcss 8 is installed (#8996)

[release]
This commit is contained in:
Daniel Roe 2021-03-16 12:37:09 +00:00 committed by GitHub
parent f08f4efcde
commit 683dd1739f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import { satisfies } from 'semver'
import { getPKG } from '@nuxt/utils'
const dependencies = {
postcss: '^7.0.32',
webpack: '^4.46.0',
'sass-loader': '^10.1.1'
}