chore(deps): update dependency prettier to v3 (#233)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #233
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2023-07-05 20:46:00 +02:00 committed by Robert Kaussow
parent 725dff258d
commit 5e89ccd272
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -13,7 +13,7 @@
"favicons-webpack-plugin": "6.0.0",
"js-yaml": "4.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.0",
"shx": "0.3.4",
"svg-sprite": "2.0.2",
"webpack": "5.88.1",
@ -3234,15 +3234,15 @@
}
},
"node_modules/prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=10.13.0"
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"

View File

@ -25,7 +25,7 @@
"favicons-webpack-plugin": "6.0.0",
"js-yaml": "4.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.0",
"shx": "0.3.4",
"svg-sprite": "2.0.2",
"webpack": "5.88.1",