Merge pull request #364 from mikepenz/dependabot/npm_and_yarn/prettier-2.3.2

build(deps-dev): bump prettier from 2.3.1 to 2.3.2
This commit is contained in:
Mike Penz
2021-06-28 17:18:58 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -28,7 +28,7 @@
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"js-yaml": "^4.1.0",
"prettier": "2.3.1",
"prettier": "2.3.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
}
@@ -5777,9 +5777,9 @@
}
},
"node_modules/prettier": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
@@ -11568,9 +11568,9 @@
"dev": true
},
"prettier": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true
},
"prettier-linter-helpers": {
+1 -1
View File
@@ -52,7 +52,7 @@
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"js-yaml": "^4.1.0",
"prettier": "2.3.1",
"prettier": "2.3.2",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
}