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>2021-05-11 13:13:56 +0300
committerGitHub <noreply@github.com>2021-05-11 13:13:56 +0300
commit13ed763bcc7a119027d599c9a665b1341a0a7387 (patch)
treecad4e9399e8af5d7cb56c7e389fe0b48b92072da
parent74466822d1a7c28f5e0e243ca8156a446fb3ccce (diff)
Build(deps-dev): Bump prettier from 2.2.1 to 2.3.0 (#389)
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0. - [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.2.1...2.3.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 27f27c1..2830149 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9319,9 +9319,9 @@
"dev": true
},
"prettier": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
- "integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz",
+ "integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==",
"dev": true
},
"prettier-linter-helpers": {
diff --git a/package.json b/package.json
index df66e47..e9ab1aa 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.13",
- "prettier": "^2.2.1",
+ "prettier": "^2.3.0",
"sass": "^1.32.12",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",