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

github.com/janraasch/hugo-scroll.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>2021-06-08 15:34:05 +0300
committerGitHub <noreply@github.com>2021-06-08 15:34:05 +0300
commita756611a0b1b46a723889ffb43b3347388438522 (patch)
treef3c139a8fad2186b3b62960043cc6c4efa4ee208 /package.json
parentafebdce33ce4cb515ae18fd167dc9bf10bee85b8 (diff)
chore(deps-dev): bump prettier from 2.3.0 to 2.3.1 (#29)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... 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 7806cf3..3e044c6 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/janraasch/hugo-scroll#readme",
"devDependencies": {
- "prettier": "^2.3.0",
+ "prettier": "^2.3.1",
"prettier-plugin-go-template": "0.0.10"
}
}