Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-15 11:47:11 +0300
committerGitHub <noreply@github.com>2020-12-15 11:47:11 +0300
commit114806ed80b1695db186c475b2861d66aeeba441 (patch)
treee0e280a59c8157f1a7bd4913aca7189bb8e72a06 /package.json
parentad36af859d081155e544c1f0079bd45d53d9b28c (diff)
chore(deps-dev): bump postcss-import from 13.0.0 to 14.0.0 (#52)
Bumps [postcss-import](https://github.com/postcss/postcss-import) from 13.0.0 to 14.0.0. - [Release notes](https://github.com/postcss/postcss-import/releases) - [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-import/compare/13.0.0...14.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b012af0..fc73d00 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"autoprefixer": "^10.1.0",
"postcss": "^8.2.1",
"postcss-cli": "^8.3.0",
- "postcss-import": "^13.0.0",
+ "postcss-import": "^14.0.0",
"prettier": "^2.2.1",
"prettier-plugin-go-template": "0.0.10",
"tailwindcss": "^2.0.1"