mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.8 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.8...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"name": "tech-doc-hugo",
|
|
"version": "0.0.1",
|
|
"description": "Hugo theme for technical documentation.",
|
|
"main": "none.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/docsy-example.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/google/docsy-example/issues"
|
|
},
|
|
"homepage": "https://github.com/google/docsy-example#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.2",
|
|
"postcss": "^8.4.31",
|
|
"postcss-cli": "^9.1.0"
|
|
}
|
|
}
|