build(deps-dev): bump vuepress-theme-default-prefers-color-scheme from 1.1.2 to 2.0.0 in /docs (#1946)

* build(deps-dev): bump vuepress-theme-default-prefers-color-scheme

Bumps [vuepress-theme-default-prefers-color-scheme](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/releases)
- [Changelog](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme/compare/v1.1.2...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove css-prefers-color-scheme

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
dependabot-preview[bot] 2021-02-16 17:09:59 -05:00 committed by GitHub
parent 3917b228ff
commit 153690b8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 22 deletions

View File

@ -76,11 +76,6 @@ module.exports = {
apiKey: "107bdc34b894d5d1dd0824b420184c2d",
indexName: "starship"
},
postcss: {
plugins: [
require('css-prefers-color-scheme/postcss'),
]
},
locales: {
"/": {
// text for the language dropdown

20
docs/package-lock.json generated
View File

@ -3581,15 +3581,6 @@
"css": "^2.0.0"
}
},
"css-prefers-color-scheme": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz",
"integrity": "sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==",
"dev": true,
"requires": {
"postcss": "^7.0.5"
}
},
"css-select": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
@ -10443,13 +10434,10 @@
}
},
"vuepress-theme-default-prefers-color-scheme": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vuepress-theme-default-prefers-color-scheme/-/vuepress-theme-default-prefers-color-scheme-1.1.2.tgz",
"integrity": "sha512-R06i/0iosHJF/OBpwYMEbVVvoSFSO9M237np9+zd7z910y1gkZ9yq7qeXZmWjUoqYQG92BNyBZCyqcuAYZUE1A==",
"dev": true,
"requires": {
"css-prefers-color-scheme": "^3.1.1"
}
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/vuepress-theme-default-prefers-color-scheme/-/vuepress-theme-default-prefers-color-scheme-2.0.0.tgz",
"integrity": "sha512-4sA3DCiaIIHVjcIC5+mF00mf29IU27KSH97Ga4xb4nUwwlC6eYHg2qchEVOgV25XogCtGgpZ/DCrTkywxvuBcg==",
"dev": true
},
"watchpack": {
"version": "1.7.5",

View File

@ -6,7 +6,7 @@
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.1",
"vuepress": "^1.8.1",
"vuepress-theme-default-prefers-color-scheme": "^1.1.2",
"vuepress-theme-default-prefers-color-scheme": "^2.0.0",
"vuepress-plugin-sitemap": "^2.3.1"
}
}