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:
parent
3917b228ff
commit
153690b8e2
|
@ -76,11 +76,6 @@ module.exports = {
|
||||||
apiKey: "107bdc34b894d5d1dd0824b420184c2d",
|
apiKey: "107bdc34b894d5d1dd0824b420184c2d",
|
||||||
indexName: "starship"
|
indexName: "starship"
|
||||||
},
|
},
|
||||||
postcss: {
|
|
||||||
plugins: [
|
|
||||||
require('css-prefers-color-scheme/postcss'),
|
|
||||||
]
|
|
||||||
},
|
|
||||||
locales: {
|
locales: {
|
||||||
"/": {
|
"/": {
|
||||||
// text for the language dropdown
|
// text for the language dropdown
|
||||||
|
|
|
@ -3581,15 +3581,6 @@
|
||||||
"css": "^2.0.0"
|
"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": {
|
"css-select": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
|
||||||
|
@ -10443,13 +10434,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vuepress-theme-default-prefers-color-scheme": {
|
"vuepress-theme-default-prefers-color-scheme": {
|
||||||
"version": "1.1.2",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/vuepress-theme-default-prefers-color-scheme/-/vuepress-theme-default-prefers-color-scheme-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/vuepress-theme-default-prefers-color-scheme/-/vuepress-theme-default-prefers-color-scheme-2.0.0.tgz",
|
||||||
"integrity": "sha512-R06i/0iosHJF/OBpwYMEbVVvoSFSO9M237np9+zd7z910y1gkZ9yq7qeXZmWjUoqYQG92BNyBZCyqcuAYZUE1A==",
|
"integrity": "sha512-4sA3DCiaIIHVjcIC5+mF00mf29IU27KSH97Ga4xb4nUwwlC6eYHg2qchEVOgV25XogCtGgpZ/DCrTkywxvuBcg==",
|
||||||
"dev": true,
|
"dev": true
|
||||||
"requires": {
|
|
||||||
"css-prefers-color-scheme": "^3.1.1"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"watchpack": {
|
"watchpack": {
|
||||||
"version": "1.7.5",
|
"version": "1.7.5",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vuepress/plugin-google-analytics": "^1.8.1",
|
"@vuepress/plugin-google-analytics": "^1.8.1",
|
||||||
"vuepress": "^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"
|
"vuepress-plugin-sitemap": "^2.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue