chore(deps): update dependency prettier to v2.4.0

This commit is contained in:
Renovate Bot 2021-09-09 10:22:37 +00:00 committed by renovate[bot]
parent 95266331d0
commit 75f0fa528f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6054,9 +6054,9 @@
"dev": true
},
"prettier": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.0.tgz",
"integrity": "sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ==",
"dev": true
},
"prettier-plugin-go-template": {

View File

@ -32,7 +32,7 @@
"gulp-sourcemaps": "3.0.0",
"gulp-svg-sprite": "1.5.0",
"gulp-uglify": "3.0.2",
"prettier": "2.3.2",
"prettier": "2.4.0",
"prettier-plugin-go-template": "0.0.11",
"through2": "4.0.2"
},