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

github.com/twbs/rfs.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-11-24 13:51:57 +0300
committerGitHub <noreply@github.com>2020-11-24 13:51:57 +0300
commit4d24797e71e73219f2c84fbd8cd4345d330cc682 (patch)
tree51bcaa91f039670b6841c509716f2c46cbfafd2a
parent877005b83210fc07753fc5f55dbbd0dd5836df6f (diff)
Bump prettier from 2.1.2 to 2.2.0 (#324)
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 289d538..bd73774 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8486,9 +8486,9 @@
"dev": true
},
"prettier": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
- "integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.0.tgz",
+ "integrity": "sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw==",
"dev": true
},
"prettier-linter-helpers": {
diff --git a/package.json b/package.json
index 9c32a51..20382d4 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.1.10",
- "prettier": "^2.1.2",
+ "prettier": "^2.2.0",
"sass": "^1.29.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",